insert text in a specific section by click - runtime

Hi

  I want insert text and image the specific place by click on button Runtime
   for example
       when user clicked button insert date to header and insert image to end content  and  Save doc to folder of server 






3 Replies 1 reply marked as answer

HC Harini Chellappa Syncfusion Team June 26, 2020 05:16 PM UTC

Hi Dev, 

Syncfusion Greetings! 

Please find the details of your query from below table. 

I want insert text and image the specific place by click on button Runtime 

Document editor provide option to insert the text and image in current cursor position. 

Insert the text using insertText API of editor module. 


Sample code snippet 

ContainerInstance.documentEditor.editor.insertText(“19/04/2002”) 

Reg. Insert Image 
 
Kindly refer the below documentation on inserting the image in document editor 

 

For navigating to header, footers region in document editor 

Document editor provides goToHeader, goToFooter API of selection module. 



Sample code snippets 

ContainerInstance.documentEditor.selection.goToHeader() 
ContainerInstance.documentEditor.selection.goToFooter() 
 

Save document to folder of server 
Document editor provides options to export the document editor content as blob which can be passed to server-side for saving. 


you can also refer the below KB on saving files in server. 


Please check this and let us know if you need any further assistance on this. 

Regards, 

Harini C 


Marked as answer

HP hpf porsesh June 27, 2020 07:15 AM UTC

Thank you for your response
But 
I am Beginner .Please give an example
for example how to use  ContainerInstance.documentEditor.editor.insertText(“19/04/2002”) 
In Script?
In Controller?

please help me.thank you very very  much




HC Harini Chellappa Syncfusion Team June 29, 2020 11:02 AM UTC

Hi Dev, 

InsertText API belongs to client side’s document editor API, you need to call this API in scripts. 

Kindly check the below sample for your reference. 


Kindly check it and let us know if you need any further assistance on this. 

Regards, 

Harini C 


Loader.
Up arrow icon