iink SDK on Device

Answered

Import and Export formats

By looking at the documentation, it looks like only import from JIIX and raw text is possible. Also, there are a few more formats available for export, but not PDF. The Nebo app is able to export to PDF. Is this done separately from the SDK? Can you give us some details about how it is implemented?

Also, would there be some way to import from a PDF file?

Thank you!


Best Answer

Dear Nicolas,


currently, to get the possible import/export mimetypes, as the formats may change in the future and depend on the part type, our recommendation is that you use the getSupportedImportMimeTypes and and getSupportedExportMimeTypes functions.


In order to export as PDF in Nebo, we currently use an external pdf library, which uses as an input "the primitives" of our document. We cannot commit more about the primitives, as this is part of our added value.


Best regards,


Olivier



1 Comment

Answer

Dear Nicolas,


currently, to get the possible import/export mimetypes, as the formats may change in the future and depend on the part type, our recommendation is that you use the getSupportedImportMimeTypes and and getSupportedExportMimeTypes functions.


In order to export as PDF in Nebo, we currently use an external pdf library, which uses as an input "the primitives" of our document. We cannot commit more about the primitives, as this is part of our added value.


Best regards,


Olivier