These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Page file missing using saveAs with JPG format

Jesus
Registered: Mar 27 2007
Posts: 54

I have an application running in production environment. We have a Form with 3 pages. I use a folder level Javascript with the instruction saveAs to save the form in jpg format. When using this format, it generates three separate files, one for each page. The problem is that some times we are getting only two files for the second and the third page respectively and get no error message.
 
What can be happening? It happens sporadically, but it happens and the user is affected.
 
Any help will be appreciated.

My Product Information:
Acrobat Standard 8, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
This sounds like a bug and you should report it.

However, I think you can get a better handle on this process. One approach might be to use JavaScript to split the PDF into 3 separate documents, save each as jpg, then close each.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script