shilpa2002
MIS
Saving or exporting a word document as pdf takes very long, using VBscript. Is there way to run save as on high priority or to allocate high memory to the command so that it execute faster.
Set doc = wrdApp.Documents.Open(myfiledoc)
Doc.ExportAsFixedFormat myfilepdf,17,False,0,0,,,0,False,True,1
Idea is to reduce the execution time for the export command or to run export command in background and get control back to process another file.
Thanks
Set doc = wrdApp.Documents.Open(myfiledoc)
Doc.ExportAsFixedFormat myfilepdf,17,False,0,0,,,0,False,True,1
Idea is to reduce the execution time for the export command or to run export command in background and get control back to process another file.
Thanks