Hi Guys
I am trying to figure out how to insert a pdf document into a word document programmaticcally. I have created the word object
set WordDoc = WScript.CreateObject("Word.Application")
but I can't find examples online or code that shows me how I can take an existing pdf document and embedded into the word document. Also like to see if a page break can be inserted.
Any assistance would be appreciated. Any sites with good tutorials or references for this sort of thing?
THanks
I am trying to figure out how to insert a pdf document into a word document programmaticcally. I have created the word object
set WordDoc = WScript.CreateObject("Word.Application")
but I can't find examples online or code that shows me how I can take an existing pdf document and embedded into the word document. Also like to see if a page break can be inserted.
Any assistance would be appreciated. Any sites with good tutorials or references for this sort of thing?
THanks