Skip to content
Advertisement

Tag: acrobat

Adobe Acrobat insert text in a new doc.txt

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

Extract pages from PDF with javascript in Acrobat Pro

I am trying to create a script that will extract all pages from a pdf document and name them from the number of the pdf (say the pdfs name is 5047.pdf) and then increment the name for every page of the pdf so it produces 5048.pdf, 5049.pdf etc. However my script doesnt do anything. Answer Original link: https://forums.adobe.com/thread/969135 The solution,

Javascript showing in dollars

How would I display JavaScript output numbers in dollar format? I.E. $20.00 then $2,000.00 when the number gets larger. Ok so sample code. Answer Here’s the function that I use.. Basically the same as @Senad’s except it adds commas:

Advertisement