Re: Control a PDF from vba
Your going to need a Utility to convert the pdf to another format or if you have the full version of Acrobat. Usually there is allot on converting any format to pdf but not too much on going the other way around.
Re: Control a PDF from vba
Hi,
Thanks for your reply.
I have the full version of Adobe PDF 6.0. Currently I manually saving the pdf file to Jpeg file in Adobe acrobat 6.0. I want to automate it through vba coding.
Thanks,
CS.
Re: Control a PDF from vba
Go to Adobe's site and download the SDK for Acrobat. It has many examples, and I think will allow you to automate the process. You have to register for it, but it should be free.
Re: Control a PDF from vba
6.0 SDK is no longer available as they are currently on 7.0. So you may have some compatibility issues.
Re: Control a PDF from vba
Oh, I don't have it, so I didn't know that. :eek:
Maybe you could find it elsewhere?
Re: Control a PDF from vba
I was also going to mention that if your only doing some of the basics that the compatibility hopefully would still be the same in 7.0's SDK but dont depend on it. :)
Re: Control a PDF from vba
Hi,
Quote:
Originally Posted by dglienna
Go to Adobe's site and download the SDK for Acrobat. It has many examples, and I think will allow you to automate the process. You have to register for it, but it should be free.
I tried to download the SDK for Acrobat. I think it is not free. I registered and i tried to download but i got a message that "autorization to that page is denied." Is it not free?
CS.
Re: Control a PDF from vba
Only certain areas and certain documents are free, at least the last time I logged in.
Re: Control a PDF from vba
Hi all,
I need solution!
Please someone help.
Re: Control a PDF from vba
Yes, Adobe only gives you some access for free but if you pay then you get it all. Its not cheap either. Is there anything in the available documentation about commandline parameters? Maybe you can shell out Acrobat with the file to saveas to jpg type?
Re: Control a PDF from vba