Hi Guys,
I need to copy some paragraphs of one document and past it into another document with the images. I tried “read text”, "Append text " but nothing work out
Kindly requesting your help on this.
Thanks and regards
Charith
Hi Guys,
I need to copy some paragraphs of one document and past it into another document with the images. I tried “read text”, "Append text " but nothing work out
Kindly requesting your help on this.
Thanks and regards
Charith
but how to copy entire paragraph with the images ?
@charith_wickramasing
Buddy i would like to give a kind suggestion that why can’t we just rename the file of doc1 and save as a new doc2. Because we are trying to copy the data from doc1 to doc2, completely…
So we can use a move file activity where mention the first file as from path and second file name to be saved as Destination folder
As simple as like this
Hope this would help you
Cheers
Hey @Palaniyappan,
No actually there are many documents like Doc1 and i’m trying to consolidated it to one document. ( Doc1 Is a sample document that i’m using for consolidation and Doc2 will be my consolidated document )
Also, I do not want to copy certain parts of doc1 such as in the header ""5/4/2019 Processbeskrivning - AzureDevOps Services and “Last updated by | Jesper Blomster < jesper@zimply.ai > | Tue, 30 Apr 2019 12:18:01 GMT”
Further more in the bottom of the page you can see a URL. That also i dont want to copy to Doc 2 .
Thanks Budddy but there are some parts in the Doc 1 which i don’t want to copy to Doc 2. Such as in the header “Last updated by | Jesper Blomster < jesper@zimply.ai > | Tue, 30 Apr 2019 12:18:01 GMT”
Thanks Again
You might need to write custom code to do this. Especially since you don’t want entire sections to be copied.
Refer below links for a start
After merging you need to remove sections that you don’t require.
if these are constant headers you want to delete, then you can read word file and replace these constant words and then write back to new file.