Unlock the power of Acrobat SDK through our community.
Nyligen aktiv
We have code previously using AppExit() method to close Adobe Reader 11 after printing using DDE. Now with Adobe Reader DC, the same AppExit() method only exit the currently opened document, but the Adobe Reader DC application is still opened.Does anyone know what is the DDE method we should use to exit Reader DC application instead of the opened document? Or how should we exit the application using DDE? Much appreciated!
How to set time limit in pdf document??
I using Acrobat COM:I want get Coordinates of Words. iPage = 56 Dim PdfPage = oDoc.AcquirePage(iPage) Dim PageHL = CreateObject("AcroExch.HiliteList") '// created to get the page text Dim PageHLRes = PageHL.Add(0, 9000) '<<--SET in FILE! (Start,END[9000=All]) Dim PageSel = PdfPage.CreatePageHilite(PageHL) For i = 0 To PageSel.Getnumtext - 1 '// start the word loop on current page Dim word = PageSel.getText(i) '// get one word
Hello,I have 10 pdfs 20 pages each. I need to combine them into 1 pdf as layers. Standard Import layer allows only to import it page by page which is very time consuming. What are the other ways to do that? I tried to do that in Illustrator as well, but it gives me the same page by page import.Any help appreciated Thank you
I don't see a focus() method documented under the dialog documentation but when I inspect the dialog keys I see that one of them is focus. Is there a way to accomplish this?
Is this possible or no?
I am working on an inventory list that current Has 8 lines(down) 7 fields (Across). I would like to add a function that will allow the user to add a 9th line or as many lines as they would need To complete their inventory list. Your guidance is much appreciated.
how to use app.openDoc() api in AcroRd Reader?I use this api to open a file,but I got an error as follow:not allowed error security settings prevent access to this property or methodAnybody could help me?
Hello! This is lengthy but I wanted to try to include all relevant information. I already appreciate that you're here and I hope you can help.I'm on Windows 7 using Acrobat Pro DC.I've been Googling all day and trying different things and I can't seem to figure it out.I want the form to show the current date when the file is opened.And I also want the current date to print exactly how you see it in the file.I need to know where to put the JS code (and to verify the one I'm using is correct).My method:Open the documentToolsPrepare formPlace a text box with Text insideClick All PropertiesNow here is where my findings branch off...1) One method tells me to click on Format then choose Date from the dropdown, then I choose my style, mmmm d, yyyy I don't know what to do from there.2) Another method tells me to click on Format then choose Calculate, choose Custom Calculation Script, Edit, then paste JavaScript code.I've found variations of this code, but this is the one I used: var myfield=ge
Hello everyone,I have a form that I am working with that is about 77 pages long. Currently when I go to a field it has a clock that appears. It eventually goes way after about a second or two, but I want to know if there is a way to get rid of it or increase the speed of the form itself.Thanks in advance Yvette
Hi,I have looked at the API and can't seem to figure out how to tinker the bookmark object to do what I need.I have a PDF that I am assembling from other documents. Once it is fully assembled, I need to 1) remove the bookmarks that are generated (I don't need to keep any) and then I need to 2) add in new bookmarks. I'm currently doing it manually every time the document is assembled. I was attempting to write something that would go to the page I need to insert the bookmark (this.pagenum) and then inserting the bookmark, but was unsuccessful. Any tips? What successes have you had in adding/removing bookmarks? Is there a better way to do this? Thank you!
Is there any possibility to use Acrobat SDK in Angular for OCR to convert PDF to text ?
Hi,I'm new to Javascript and acrobat. I've figured out how to merge my PDFs, but now am attempting to reorder them. The same pages will need to be moved to the same positions every time the PDF is updated (page 5 to 10, pages 11-14 to 67-70 etc.). What's the best way to do this? I've already consulted the API reference and still can't figure it out. I've attempted the this.movePage command as well as creating a temporary folder to hold the pages that I need to move. No luck.Thanks for your help.
I have Windows 10, Microsoft Office 2010, and Acrobat X installed on my computer. In Word, the PDFMaker Add-in will not stick. Every time I close the application, the add-in disappears and I have to re-activate it each time I open Word. In addition, when I try to combine Word files as a PDF file ("Combine supported files in Acrobat"), an error message pops up that says "Missing PDFMaker files. Do you want to run the installer in repair mode?" If I say yes, the computer goes through the process and then prompts me to restart. Then I go through the process all over again in a never-ending loop. I've checked the location of the PDFMaker files, and they are where they should be: C:\Program Files (x86)\Adobe\Acrobat 10.0\PDFMaker\Office\PDFMOfficeAddin.dll. Any suggestions on a fix?
How to run .sequ file through Javascript object?
I would like to write a program that opens a pdf in a new window, saves the pdf on any change to the document, and closes the window when the program determines is appropriate. However, I would also like the pdf to interact with the user through a third-party plugin in the same way it does in Adobe Reader DC. With the third-party plugin installed, when the document is open in Adobe Reader DC and the user clicks on a signature field, a signature box pops up for the user to apply their signature, and when they click Accept, the signature field on the pdf is updated. Is it possible to open a pdf in a non-Adobe-Reader-DC window (without the scrolling options frame on the right and without the toolbar at the top) that still interacts with third-party Reader plugins? Would I use AcroPDF object’s LoadFile method? I am trying to determine what is and is not possible before embarking down a path, so any help is greatly appreciated.
Whenever I try to open the comments pane in Acrobat Pro DC, it hangs with a beachball for nearly 15 seconds. This happens on both machines where I have Acrobat DC installed. Is this normal behavior for Acrobat DC? We are an all Mac all digital workflow, but I am one of the few not using Acrobat 9. Oh, how I miss it
Old Windows 10 computer died. Got new Windows 10 one. Tried to reinstall Adobe DC. Got error16.How do I fix an Error 16, Windows 10?
Hi,I have a big problem with a calculation on my form or lets say it works in a strange way.Well, I guess it had to do with the order they are calculated.There are two fields (date) and one field (number) which calculates the difference of the two date fields as days.E.g.Field 1: 2018.01.26Field 2: 2018.01.28Field 3: 2Field 4: 70€That works correctly and they are updated immediatly when I'll change the date values. So far so good.Then I've created 5 more fields format is number.Where I can put more values into it to create a SubTotal.The Subtotal would look like this:140€ (which is 2x 70€ for the example above)The SubTotal is created likeSum1+Sum2+Sum3+Sum4+Sum5Then I've also a Checkbox (Discount Yes/No) default to No. When checked I display another Field where you can put a value into which will be substracted from the SubTotal field.Now the Problem for the SubTotal field in the calculation event I placed the following:Sum1, Sum2, Sum3, Sum4, Sum5This works for the very first time but
I created an "action", to get a document's file and path by copying the following code (which I found somewhere on the web) into the console:/* Put script title here */console.show(); // open consoleconsole.clear(); // clear contentsconsole.println(this.path); // display the current pdf's pathThe action generates the following text in the console output window:/F/VB/PythonAndPySide_Info/Python_Info/Introduction to Python Classes (Part 1 of 2) - Python Central.pdfI am beginning to try to learn javascript. (I'm comfortable in vba and python, but I'm having trouble learning Acrobat javascript).I want to use javascript to (1) insert a ":" after the drive letter "F"; (2) remove the first forward slash ("/"); and (3) replace the replace the remaining forward slashes with back slashes.I tried unsuccessfully to do #3 first, but the following code produced an error message:/* Put script title here */console.show(); // open consoleconsole.clear(); // clear contentsvar fullname
I have multiple duplicate PDF files. They definitely are the same, contents-wise.Acrobat compare files shows no differences. File sizes are the same, dates (not times) are the same.But they have different hashes (there is technical reason why this, but not very much relevant)So, sizes, contents, metadata and dates are the same.The usual duplicate files finder tools, they take hashes into account and therefore they are of no use.Acrobat can compare 1 file with another one.Regretfully I have not found a way where files within an entire folder is being compared, based on above criteria,thus marking files as (possible) duplicates.Are there any solution for this?Except, of course, going thru the entire folder and manually delete duplicates.=
I would like to create a program that will open a pdf in a new window, automatically save the pdf on any change to the document, and will close the window when the program determines is appropriate. However, I would also like the pdf window to interact with a third-party pdf-signing plugin like it currently does in Acrobat Reader DC. Currently, when the user clicks on a signature field in Acrobat Reader DC, a signature box pops up so the user can apply his/her signature and then when they click Accept, the signature box closes and the signature field on the pdf is updated. If I create a "plug-in" that opens a pdf in a new window, will that window still interact with the third-party plugin in the same way Adobe Reader DC does? Would I use the AcroPDF object’s LoadFile method? I am trying to determine what is and is not possible before embarking down a path, so thanks in advance for any help.
Hi,I am having a number field ("Number Field") with decimals and I want to know the placement of decimals, it would be dynamic. Sometimes "Number Field" value will be("52.6531", "526.531", "5265.31") I want to know the exact place of where the decimal starts like (3, 4, 5) answers for the given values.
I'm preparing a form with some custom calculations in Adobe Acrobat Pro DC and I'm fairly new to javascript, especially concerning form PDFs.I have a single dropdown with three values (A, B, C) and six numeric fields (1, 2, 3, 4, 5, 6). The dropdown's default value is null and each field's default value is 0. When the dropdown = A, I'd like 1 and 4 to auto-populate with "25";dropdown = B, 2 and 5 auto-populate with 20;dropdown = C, 3 and 6 auto-populate with 15.What kind of functions should I use to achieve this, and where do I put the script?Thank you!
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.