Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Krishan_Khandpur@adobeforums.com #1
pdDoc.Save()
I am having trouble saving a pdf. I'm using the SDK in C#. My project just grabs a bunch of pdf files and merges them.
I have added a COM reference to Acrobat.
I open the first one manually using avDoc, then with pdDoc.
Then I loop through the rest of the files and append them to the first doc.
After I am done merging, I try to save by using pdDoc.Save(), but for the first argument nType, I can't get any value to work in there. I tried putting PDSaveFull, but that didn't show up in intellisense and it gave me an error, then i tried to put 1, but that just returned false.
Am I missing some other reference? Or am I just doing something completely wrong?
Krishan_Khandpur@adobeforums.com Guest
-
Duplicate AVDoc for the same PDDoc
Is it possible to duplicate an AVDoc and show it in an external Window? According to API Reference, „“Starting with Acrobat 7.0, it is possible to... -
PDDoc usage in OLE and DDE mix environment
Hi Leo and Andy, I use both OLE and DDE in my application to communicate with acrobat. I open a PDDoc for a pdf document through OLE (OLE PDDoc) and... -
How to get a valid PDDoc after call PDDocSaveWithParams ()
After PDDocSaveWithParams() the original PDDoc is not valid and API Reference said that user can reacquire PDDoc from PDDocDidSave notification,but... -
PDDoc.Save problem
Example of VBScript: ==Script begin Function Execute(infile, outfile) On Error Resume Next Dim avdoc, pddoc Dim saveOk Set avdoc =... -
PDDoc.Close() fails
I have a problem where at random (more so than not) times the PDDoc.Close() method fails. This leaves Acrobat in a state where it keeps the file... -
Krishan_Khandpur@adobeforums.com #2
Re: pdDoc.Save()
After playing around with it more, I got it. Thanks =)
Krishan_Khandpur@adobeforums.com Guest
-
Unregistered #3
pdDoc.Save()
How do you define the first parameter of the save methos.
when I put in ODOC1.save(PDSaveCollectGarbag,filePath) it crashes and says that variable PDSaveCollectGarbage is not definedUnregistered Guest



Reply With Quote

