Hi,
Im currently playing about with a aspose in Demo Mode which I must say is great, but before I recommend purchasing this tour company I want to be 100% it will do what I need.
currently I have Word document that using VBA code basically does the following…
-
Search and replace
< Tags >
within the Document -
Finds Bookmarks
< bookmarkFilename >
and inserts a file into the this bookmark
In VBA, its just a simple couple of lines…
ActiveDocument.Bookmarks("BookMarkName).Range.Text = _
CreateObject("scripting.filesystemobject").opentextfile(DIRPath + "\filename.txt").ReadAll()
Is there something similar within Aspose ?
Im currently trying to Migrate this VBA code to VB via Visual Studio which is working fine for the Search and replace.
But I’m struggling to find an relevant documentation on how to import plain text files (.bat, .txt., .ini) into the Bookmarks via aspose.
any help or guidance would be much appreciated