iink SDK Web

Answered

Export handwritten notes to a server

Is it possible to output the handwritten notes as pdf and to be uploaded to a server using Angular as front end and to any api?


Best Answer

Dear Vincent,


as said above, export to pdf is not available.


Regarding the resoluton, you can tune it via the "export.image-resolution" configuration. As you can see, by default it it set to 300.


In the same way, you can tune other parameters such as export.image-max-size.


Best regards,


Olivier


Dear Vincent,


thank you for contacting us.


You can find the list of available exports in our online documentation: https://developer.myscript.com/docs/interactive-ink/1.4/overview/import-and-export-formats/#available-exports


In your case, when you refer to "handwritten note", I suppose you are in a "Text Document" part? In the case, you could export as docx or html, then convert to PDF by yourself?


Regarding uploading to a server using Angular, we do not have such API.


Best regards,


Olivier



will the app give the converted handwriting output in the form of a string and an image at same time? 

Dear Vincent,


you can indeed call twice the "export" function, with the TEXT and PNG/JPEG mimetypes, and then have result as text and image.


Best regards,


Olivier

does the package have the ability to export in pdf format? this part will be interesting too.


If PNG/JPEG mimetypes, what will be the dpi? image quality and also what will be its expected file size and image size. 

Answer

Dear Vincent,


as said above, export to pdf is not available.


Regarding the resoluton, you can tune it via the "export.image-resolution" configuration. As you can see, by default it it set to 300.


In the same way, you can tune other parameters such as export.image-max-size.


Best regards,


Olivier