Create a PDF
By running script
TODO: document _SAVEFILEFORDOWNLOAD
By fileType parameter (On-premise only)
Optionally you can create a PDF from your drawing easily via a headless script job in the on-premise version by just passing fileType=PDF query parameter to the endpoint.
Sample call that uses our sample backend API server and creates a PDF from the drawing in c://tmp/ :
Create an image
By running script
TODO: document _DOEXPORT
By fileType parameter (On-premise only)
Optionally you can create an image from your drawing easily via a headless script job in the on-premise version by just passing appropriate fileType query parameter to the endpoint.
Supported file types for images are: PNG, SVG, BMP and JPG.
Sample call that uses our sample backend API server and creates a BMP from the drawing in c://tmp/ :