I’m trying to save text to a new doc in adobe acrobat with javascirpt, but i can’t undestand how to do that. I created a new file in this way: How can i insert text in it? Answer Acrobat JavaScript does not have access to the base plane where text etc. is residing. What you can do is create a
Tag: adobe
TypeError: this.ExportDataObject is not a function
I have a simple pdf file containing an embedded file (test.xml) I’m trying to add a JS to call it once the pdf file is opened (even with notification to user to accept the risk etc). I’ve read that to perform that, the JS that should be used is this: For some reason, it is not working. I checked the
How to delete pages based on phrases in PDF using Adobe XI Pro?
This is my first time using Actions in Adobe Pro. I would like to.. Remove all pages in a PDF that contain any of the following strings (Total, Word Document, Excel Spreadsheet) for a PDF in Adobe Pro. Remove common strings (CSI, Export, Import) from all pages throughout the PDF. The following code was found online and addresses #1 but
How to write javascript to reorder pages of a pdf document?
I have a double-sided document as two separate pdf files — front-facing pages in one document and rear-facing pages in the second. I have also combined them into a single document with all the pages but with all the front-facing pages before the rear-facing pages. The page ordering is of the form, {1,3,5,7,…,[n],2,4,6,8,…,[n-1 OR n+1]} I wish to write a