iink SDK on Device

Answered

export contentblockto my files

how to export the content of editorviewcontroller to my files in swift


Best Answer

Dear Ganesh,


Currently, I am not sure to understand:

-Do you want to save the contentPackage and open it latter? In that case, you can save it using the "save" or "saveas" functions: https://developer.myscript.com/refguides/interactive-ink/android/1.3/com/myscript/iink/ContentPackage.html#save--

-Or you want to export the content of the editor? In that case, you shall use the corresponding function: https://developer.myscript.com/refguides/interactive-ink/android/1.3/com/myscript/iink/Editor.html#export_-com.myscript.iink.ContentBlock-com.myscript.iink.MimeType-


Best regards,


Olivier

1 Comment

Answer

Dear Ganesh,


Currently, I am not sure to understand:

-Do you want to save the contentPackage and open it latter? In that case, you can save it using the "save" or "saveas" functions: https://developer.myscript.com/refguides/interactive-ink/android/1.3/com/myscript/iink/ContentPackage.html#save--

-Or you want to export the content of the editor? In that case, you shall use the corresponding function: https://developer.myscript.com/refguides/interactive-ink/android/1.3/com/myscript/iink/Editor.html#export_-com.myscript.iink.ContentBlock-com.myscript.iink.MimeType-


Best regards,


Olivier