Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
justlearning@adobeforums.com #1
How do I save changes to a PDF with AxAcroPDFLib.AxAcroPDF?
I am using C# and have created a regular Windows form. I have used COM and registered AxAcroPDFLib.AxAcroPDF. Here is my code;
axAcroPDF1.LoadFile("myfile.pdf")
axAcroPDF1.Show();
MessageBox.Show("Showing...");
This works fine. But, just like the browser, I cannot save changes to the PDF. I have the full version of Adobe Acrobat installed, Standard 8.0. I also have the Pro. version 7.1.0 on another PC. When I click save I just get prompted to save it locally, just like I was in the browser.
If I edit these normally, just via Adobe Acrobat Standard, I can save my changes. I cannot do it via the AxAcroPDFLib library.
How do I save changes to my adobe acrobat pdf file in my program? Thank you for any help. please.
justlearning@adobeforums.com Guest
-
AxAcroPDF LoadFile contains Unicode (CJK) characters
I'm using AcroPDF.dll version 9.0 in my C#.Net Windows Forms application. I initialize an instance of the Adobe control, and use the LoadFile method... -
AxAcroPDFLib.AxAcroPDF.LoadFile changes?
Sorry for the duplicate message (this is also posted in the Adobe Reader forum) Hi, I have made a Windows client application where I use the... -
Remove the PDF file from a AxAcroPDFLib.AxAcroPDF object
I created a PDF object of an instance of the AxAcroPDFLib.AxAcroPDF class. I loaded a file to it using OBJ.LoadFile("x.pdf") Now I want to... -
AxAcroPDF
Hello. If I open a file in a window with visual basic net does not work the advanced search. Can somebody help me. Thanks in advance ... -
AxAcroPDF How to Close Down Acrobat
The thing is I use the AxAcroPDF on my VB6 program but whenever I use that control it opens the Acrobat Reader and then it won't close it. Is... -
Leonard_Rosenthol@adobeforums.com #2
Re: How do I save changes to a PDF with AxAcroPDFLib.AxAcroPDF?
You can't.
The ActiveX control that you are using is designed for viewing purposes only and not for PDF manipulation, etc.
If you wish to view AND edit - look at the COM APIs that are documented in the Acrobat SDK.
Leonard_Rosenthol@adobeforums.com Guest
-
justlearning@adobeforums.com #3
Re: How do I save changes to a PDF with AxAcroPDFLib.AxAcroPDF?
I did this after I wrote this. I have looked at the documentation but I can't find what I am looking for. Is there another way to open a file for viewing that has the full capabilities or using the normal program...one that uses something besides AxAcroPDFLib.AxAcroPDF. The sample that did have a view used AxAcroPDFLib.AxAcroPDF so it wasn't helpful. All I need is normal program functionality of adobe standard or profession within the application. The users have a full version installed on their PC.
Thanks again.
justlearning@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #4
Re: How do I save changes to a PDF with AxAcroPDFLib.AxAcroPDF?
Look at the ActiveView sample.
Leonard_Rosenthol@adobeforums.com Guest



Reply With Quote

