Does CE.SDK support PDF or EPS import and export?
The short answer is yes for export and no for native import, but there is more to it than that.
Export
CE.SDK supports PDF export with true vector fonts and shapes, so your exported files maintain their quality and scalability. PNG, JPEG, and other rasterization formats are also supported if you need pixel-based output instead.
Import
CE.SDK does not have native PDF or EPS import. However, you are not limited to a fixed set of file types. By using the Scene and Block API, you can bring in virtually any file format by generating scenes programmatically. This gives you full control over how external content is brought into the editor.
Need help with a specific format or use case?
If you are trying to work with a particular file type and are not sure how to approach it, submit a request through our support form and the team will point you in the right direction.