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.
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