Unlock the power of Acrobat SDK through our community.
Als letztes aktiv
Apologies in advance...newbie here...I am creating a form where I would like for the following to occur:The field is "Position Type" and has three options: Permanent, Temporary, Variable(I have not yet decided if I want radio buttons or a dropdown; only one selection can be made)If Temporary or Variable are selected, I would like to display text next to the field.If Permanent is selection, nothing should happen.I created the layer that has the jpg of the text I want displayed and positioned it.I've searched around the forums, web and youtube for some script that I could adapt but haven't found anything.If you someone could guide me to a resource that could assist, I would be deeply grateful!
Hi all,I've got a question which is : I have data from a database, now I need to use the data to fill in a PDF form?To be more specific, for example, there are "name", "phone number" and "address" fields in my database, I want to catch these data to fill in an existing PDF form. The PDF form also has these three fields. I have no idea about how to implement in JavaScript. Really need some help.Thank you so much for any suggestion.Cheers,Max
I am led to believe that there is a Adobe Professional plug-in that with the right scrip will auto open scanned documents and OCR them saving the file in the same folder.Does anybody know what this product is and can it be used on different folders in a network structure or do you need multiple instances for different networks?To whom it concernsThis process of trying to contact Adobe to get information is the worst experience i have ever had on a vendor site. I would have expected the process to be simple and elegant. Very disappointing for such a global company!
I made an illustration (Illustrator) with a page size of 17" x 22", saved to a PDF so I could print on a different computer (no Illustrator) that has access to a device that can print 11 x 17". I wanted to poster print on two 11 x 17" pages, landscape mode. Using Acrobat Reader DC (2015.016.20045), I selected Landscape orientation in the Print dialog. When I then select Poster, the orientation is ignored and it wants to split my document across four portrait pages for a total size of 22 x 34". This gives extra seams, and a lot of excess white I'd have to trim. How do I get my document to poster print on two landscape pages?Apparently this isn't a new issue: Adobe Reader X poster print module (Print Production) The answers there didn't seem to indicate an understanding of the problem.(I'm running Windows 7 Enterprise and printing to a Sharp MX-5111N.)
console.println (this.documentFileName+"\t"+this.numPages)I have more than 1000 pdf files and I need to know how many pages each one can do without having to open them some code that prints the result in a pdf or in a txt file thanks for helping I'm desperate
Hi I am not new but this part I am not familiar with in Adobe Acrobat Pro. I have taken over these forms from someone else in our company. I warn this is probably a loaded question, any help would be appreciated!We have a form that is broken up 5 sections similar to the section below:Some History on the current form. The Dropdown boxes (LA1, LA2, LA3, LA4, LA5, LA6) are all referenced to "SectionComplete" (which is defaulted to "NO") They must all be filled (Yes, No, N/A) for "SectionComplete" to change to "Yes". When "SectionComplete" for All 5 sections reads "Yes" there is a field near the top of the form that changes from "NO" to "YES" (default = "NO").My question is this: I wanted to find out if it was possible to create a new Checkbox that would saying something along the lines of "Is this section Necessary", and if the box is checked, the section is hidden and the "SectionComplete" header is marked "Yes" as if all of the drop down boxes in the section had been completed (li
I have a script that extracts and renames files that have been extracted.What I require is during the process I wish to add a page to the beginning of the extracted Files and have it say something like, "Part 1 of 2".var re = /\.pdf$/i;var filename = this.documentFileName.replace(re,""); try {for (var i = 0; i < this.numPages; i+= 5) this.extractPages({ nStart: i, nEnd: (((i+4)>=this.numPages) ? this.numPages-1 : (i+4)), cPath: "/K/Penta/Split/"+filename+"_" +"Pages_" + (i+1) + "-" + (((i+5)>=this.numPages) ? this.numPages : (i+5)) +".pdf" }); } catch (e) { console.println("Aborted: " + e) }The Script extracts
I have a form with a lot of fields in it. Some are required, some are not. How do I write a script for a button that will check all the fields and alert the user if any remain to be filled out, or that the form is complete and they may sign off before submitting to their supervisor for review?
I use the Adobe Reader (XI, DC, 2017, 2018) and programmed a third party plugin for it. Now I'd like to convert the open stream, that is appeared in the pdf viewer activex control of the used internet explorer.I experienced with AVDoc, PDDoc and ASFile, but nothing works. Does anyone have a solution for me?Is it even possible with Reader?Greets,Alex
Hi, recently I read SDK of the Acrobat and I learn about Accessibility,I learned that I can add Tags with Command:app.execMenuItem("Adobe:MakeAccessible");But, I would like to learn how to Remove Taggs too Somebody can help me?Thanks
I need a way to wrote code to read through a pdf and change the chart bar color (when it is brown, I need to change it to orange) and was wondering if there were an SDK with that cabilities. I would like to automate this with some 'C' language so I could launch this after another application. [Here is the list of all Adobe forums... https://forums.adobe.com/welcome][Moved from Reader to Acrobat SDK... Mod]
Hey there,I'm using Acrobat DC and have to highlight text in a document in different colors.Is it possible, using JavaScript, to highlight selected text (I have to select the text manually) in a given color?I think of a script which is highlighting marked/selected text blue, an other script yellow and so on.Yes, I can change the color of the highlighting tool, but i think I can be faster using a js.In short: I want to select text, click on the button and it should be highlighted in blue.Is that possible? sorry for my bad English.
We have a .NET application that creates, views and prints PDF reports, and would like functionality for that without any extra (no adobe popup windows, preset adobe buttons, etc). What would be the cheapest Adobe SDK/product to buy that supports this?
Is there a script that will enable me to enter a postcode to then be presented with a list off addresses to select? Can You connect to the royal mail postcode search system?Thanks.
Hi,Is there a solution to achieve, conversion from pdf to word rendering and integrate in my application using c# code, dll, exe.
Hi expert...I was developing new form of (Attendance Statement), I have 16 group of Check Boxes (in one page) , Every Group is about 20 Check boxes because it represent the Month without the Week ends!, The Problem is that code work very good inside (document JavaScript ) so i call the function from it to every checkbox, now i tried to delete the function from the Document java script because every page is 16 Trainer name, and if i add another page and i will do that, that mean that i have to write 32 function to be called from 32 group!, so i want everything to be simple if i could, also the (return) not work inside the button java script and it give me error (return only work in function), the main problem of the code that its warn me but it doesn't reset the check boxes,,, any help will be appreciated , thank you // Initialize counter // for First Trainer in First Page it will Start (A) &n
How to compare two pdf field names?If the fields names are different then change them to be exactly the same.If the fields have scripts or calculation then change them also to be the same.Thanks,Norbert
Hi there,I've been reading through an example in the Acrobat JS Scripting Reference regarding dialog creation.Having worked forward from some code in the reference I've managed to generate the following dialog:I've been able to manipulate the example to list more 'options' in the text field and change some of the buttons etc. All works fine.What I'm working towards is listing all the form fields, on a page, as the options in the list in the dialog above.I've found a great function for creating a list of fields, on a given page, which works perfectly. It's really useful.function getPageFields(doc, p) {var fields = [];for (var i=0; i<doc.numFields; i++) {var f = doc.getField(doc.getNthFieldName(i));if ((typeof f.page=="number" && f.page==p) || (typeof f.page!="number" && f.page.indexOf(p)>-1)) fields.push(f.name);}return fields;}getPageFields(this, 0);Here's where my knowledge is limited. What I'd like to do is create an object (or list, here I'm not sure) from the
Is there a way to send messages from the broker back to the plugin?For now the only way I can see is the output parameter for a cross call. This is not working because the broker gets asynchronous requests and has to send the information to the plugin.I'd like to send messages from the broker to the plugin in the same comfortable way like sending from the plugin to the broker. Is this possible?
Hi all,I've got a question which is : I have data from a database, now I need to use the data to fill in a PDF form?To be more specific, for example, there are "name", "phone number" and "address" fields in my database, I want to catch these data to fill in an existing PDF form. The PDF form also has these three fields. I have no idea about how to implement in JavaScript. Really need some help.Thank you so much for any suggestion.Cheers,Max[ Mod: Duplicate of How to use external data to fill in an existing PDF form in JavaScript? - Locked this question ]
Hello, I need to create a PDF document that has a date that updates each time the document is opened. The document can be created in indesign, but the end user will not have access to indesign, therefore it has to be updated automatically in Acrobat. Thank you, Travis
Hi Adobe,I just installed the latest version of Acrobat DC 2015 - 2015.010.20056 and Ruler guides are still not visible when gabbing them from the ruler or moving them on the page.When will this be fixed?This was logged by one of your employees on the forums as bug back in July 2015 and then has been 2 updates since then. This is a big problem for those of us who use Acrobat on the Mac especially when checking PDF files for production.Please advise when you will fix this simple but glaring bug - please.
On Windows, this can be stored within the inFileNameW field of _t_PDFLPrintUserParams. On Mac, however, this field does not exist. Where then, should the name of the document be stored such that it appears properly in the print queue?Thanks
Hi there,Please can someone point me in the right direction or to some examples that may help.I'm trying to create a dialog that lists all the fields, on a given page, by field name.That list is then presented to the user who then chooses/selects items in the field name list.The script will then iterate through the selected list and then perform some style adjustments.I've manage to create the dialog, containing a list of field names.I'm stuck on how to pick up the highlighted items in the list in the dialog.Please can someone help.Thanks.function getPageFields(doc, p) {var fields = [];for (var i=0; i<doc.numFields; i++) {var f = doc.getField(doc.getNthFieldName(i));if ((typeof f.page=="number" && f.page==p) || (typeof f.page!="number" && f.page.indexOf(p)>-1)) fields.push(f.name);}var fieldsNew = "";for ( var i = 1; i < (fields.length); i++) { fieldsNew = fieldsNew + fields; if (i < (fields.length-1)) { &
In some of my company's applications, we open up the PDF via code and set the title as something more descriptive than the file name. This has worked for both Acrobat 9 and Acrobat DC. We're now looking to switch to Acrobat 2017, and it looks like for some computers it works (except the title disappears when focus is lost) and some computers the Acrobat will error out. Does anyone know a workaround? Below, the steps I can take to produce the error and the sample code that opens it upSAMPLE STEPSOpening a PDF via an application and set title (see sample code)View PDF Lose focus of PDFGo back to PDF (title switches to GUID)Close PDFOpening a PDF via an application and set title (see sample code) Get the following error Debugging I see Unhandled exception at 0x5F696E3D (Acrobat.dll) in Acrobat.exe: 0xC0000005: Access violation writing location 0x00000014. occurredSAMPLE CODE BELOW public static void OpenFile(int handle, string pdfLocation, string description) { var gAppClass = new Acroba
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.