is there a way of saving single page with JavaScript as tiff image without extracting
Thom Parker The source for PDF Scripting Info www.pdfscripting.com Very Important - How to Debug Your Script
var oExtPage = this.extractPages(this.pageNum);
oExtPage.saveAs(cJPegPath,"com.adobe.acrobat.jpeg");
oExtPage.closeDoc(true);
This code will do it when run from a privileged context
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script