Unlock the power of Acrobat SDK through our community.
Als letztes aktiv
HelloI wonder that creating pdf documents with metada which is taken from MS SQL database (or plain text,xml etc.) is possible or not.I have some images in file system and information about these image in database. I want to use acrobat (or any application,sdk etc) to convert these images to pdf documents with related information in metadata.Thank you all for your helps.
Hi, I’m a University lecturer and I am adapting a pre-existing marking template for a student assignment that has a number of correct statements associated with checked boxes (Check Box1, Check Box2, Check Box3, Check Box4, Check Box5 & Check Box6). So for example, if a student has a correct statement in their assignment then one mark is awarded. What I’m hoping to do is create a text field (Question_1_Sum) that counts the number of checked boxes that have been ticked. I’m sure it sounds easy but unfortunately I’m not a programmer. Would someone be able to assist? Thanks
Hi AllAnyone able to help, I'd like to use or reference a fixed value so I can use it in a java calculationI need to do this all in java, so my script needs to hold the value and I want to use it in some simple maths calsThis should be so easy but the material examples I am finding on the Net on Adobe pdf java is not helping me.I been through Thoms video on Youtube and Iam still none the wizer
I am trying to use the accessibility features of the Adobe Acrobat SDK. I have obtained the following document: PDF Accessibility API Reference, Adobe® Acrobat® DC SDK, May 2015. However, these routines do not appear in the Adobe Acrobat SDK header files, so I am unable to use them in my plug-in. Is there another header and/or library that I need to download? I have not been able to find such after extensive searching.
I have a pdf that has 2 form fields that work fine. Then we have to merge them with a file from another vendor. When I do this, the properties go a little haywire. The copy is still in the form field, but the the font color is white. When I open the properties, it says it's set to black, but if I click the color palette and choose black again, then the color shows. There are over 1,000 pdfs that get merged on the fly. We don't want to open every pdf and do this change each month. Is there any way to set up a batch process or watched folder or something I'm not aware of using javascript that would automatically reselect the black font color for the entire 1,000+ files? Thank you for your help with this in advance. And if I've put this question on the wrong forum, I apologize.
Ok, I've tried figuring this out so now I'm asking the experts.Is there a way to pull information from a digital certificate and input that information into a text field?When I look into the certificate viewer in the Details tab, I see the data I want. It's included with other information...here's how it looks:Name = SubjectValue = cn=lastname.firstname.middlename.1234567890I want to pull the '1234567890' and input it into a text field. I'm trying to eliminate the user from filling in the information. We are CONSTANTLY having to look up the information because they typed it in wrong.Is this possible?Thanks,Brian
In an Acrobat PDF form, I can assign an OnFocusEvent to show some other field if a user pushes on a button in form.I simply add it to button properties>action>on focus>run a jsthe Javascript event used is as in following:this.getField("point.2").display = (event.target.value=="Off") ? display.hidden : display.visible;But, is it possible to assign an event for a second click for showing some other fields?
This doesn't necessarily pertain to Adobe specifically, but more pdf/browser compatibility; I figured this forum would have more knowledge of pdfs than chrome. I have pdfs that have file attachments to other pdfs in the file. When I open it in Adobe Acrobat Reader or equivalent the links work fine, but if it's opened in the browser (which is the typical default setting) the links aren't there. This is inconvenient when sending to other people who do not have Acrobat. I was wondering if there was any way to open these in the browser and enable the attachment links? Any way to make browser pdf reader more than just "view-only"? I know Acrobat is no longer supported by most browsers since NPAPI add-ons became obsolete, but is there any alternative? There has got to be SOME way, I know technology is far too advanced for there not to be. If anyone knows of anything, whether it be "safe" or not, I would be glad to hear it. Even if it's just a possibility, I'll take it. I've been digging pret
Hi All, Thought experiment...Is it possible to build something using JavaScript, what is essentially a form / checklistWhere;Cover page is a step by step process with to-do list in each stepEach to do list allows to add pages to the said form / checklistPerform validity / criteria checking before moving to the next stepAppreciate your inputs Holly
Hi,I'm using Acrobat Pro DC 2015 Release. I created a text field (using this.addField) then I attempted to rotate the text using the rotation property. I've tried rotations of 90, 180, and 270, but the text never rotates. If I bring up the properties dialog for the text field, which has a "Orientation" pulldown menu under the General tab, I can easily rotate the text by 90, 180, and 270 degrees.I know that the text box doesn't rotate, I only want to rotate the text inside of the text box. I've tried this with two different text boxes in my program but I can never get the text to rotate. When I look at the text box properties dialog, specifically the "Orientation" pulldown, it never reflects what my program is attempting to do -- it always stays at 0 degrees.With any text field and as you know, there are numerous text properties one can set -- textFont, textColor, textSize, readonly, value, etc. Is there some requirement whereby the rotation pro
Hi,I am trying to create in an interactive form (via Acrobat DC). I would like to employ a mouse on click event to some text (simply to select "AD" and "BC" for a date), on which I intend if user clicks on, then the text will be bold for instance. Is there a way to do it without using check box? (ps., I used basic toggle button for instance to test, visually it's okay. BUT when I export "form data" the selection of the button is not exported).Please see the image I intend to create:
Acrobat DC keeps crashing my computer. It takes forever to load to see comments and then if I leave Acrobat open, I eventually get the spinning rainbow of death and have to force restart my Mac. Tried to uninstall and reinstall and still happening. This is not an issue on my MacBook, but having problems with it on my iMac. Help please, because I use Acrobat constantly for my business.
How to tag text fields and radio button in acrobat?
On this forum, I've searched but I can't locate the exact solution to my problem.I'm creating my form in AcrobatDC. Using three Radio buttons: "Radio1", "Radio2", "Radio3", I want to make various text fields Required, depending on which Radio is selected. Some text fields will be required for all Radio selections, some will be required for only a single Radio selection. How do I make each radio button trigger different sets of required fields independent of each other? Example:1. "Radio1" selected; makes text fields "Text1", "Text2" "Text3", and "Text4" required.2. "Radio2" selected; makes text fields "Text1", "Text2", "Text 5" and "Tex6" required.3. "Radio3" selected; makes text fields "Text1", "Text6", "Text7" and "Text8" required.I've figured out how to make a Radio button trigger a single required field with basic Javascript, but with this many variables, I'm out of my league.Your genius is greatly appreciated!
Hi,With this post I would like to ask a question.I have a 50 page PDF document and each page contains 4 columns of 15 fields. The total of each column of fields should be summarized. when using a script in Acrobat to calculate the fields based on the field names. The script works fine, but when entering values into the fields, using the tab key, it takes 3-4 seconds to navigate between the text fields.I'm using this script...event.value = myCalculation(this, "01-A-1");function myCalculation(myDoc, myText){ var myResult = 0; for (var i=0; i<myDoc.numFields; i++) { var f = myDoc.getField(myDoc.getNthFieldName(i)); if (f.name.indexOf(myText) == 0){ myResult = myResult + Number(f.value); 
Hello allI am new to 3D PDF, Below are the following requirements i haveHaving a 3D content ( eg, a file with extension ".CAD" or ".iges" , How can i export my cad through C++ programming into 3D PDF--Thanks & RegardsSharathkumar11
I tried to accomplish this using the Open method on the AcroExch.AVDoc object and that did not work. I appreciate any suggestions you may have.Thanks,Seenu
How do I set a formula to always round up to a whole number?I am not sure if this is the right place but I am creating a fillable PDF that uses a lot of formulas. This specific formula needs to always round up to the next whole number. For example, if the formula comes back as 14.01 it would still need to round up to 15. Does anyone know if I need to do a custom validation script for this? Or how to do that? Thank you!!!
I have no java script or programming experience.Trying to have a text field pre-fill based on the selection of any multiple dropdown boxes. Trying to auto fill the authority name that needs to sign when one or more dropdown has the appropriate selection. I can get it down with just one dropdown field but trying to make the pre fill appear if the selection appears in the other drop down.var selectedPackage = this.getField ("Dropdown5.0").value;if (selectedPackage=="K - RST") event.value= "COL, Chief of Staff";// etcelse event.value = "";I tried to repeat the script for each dropdown box name but either it just works for the first one or all 5 of the dropdown needs to be selected to "K"
I have an adobe form that needs to be signed off by the employee, manager, divisional head and HR and should all be mandatory fields. My problem is that I am unable to make these mandatory for each separate person as they use the form and then submit it to the next person. i.e. employee fills out the forms and is required to sign their name and date (mandatory) before submitting this to their manager, when the manager received the form they are required to sign their name and date (mandatory) before submitting this to the divisional head?
I have a field that populates a date when the form is created. I dont want it to repopulate every time the PDF opens after that.My code:var f = this.getField("ExamDate"); f.value = util.printd("mm/dd/yyyy)", new Date());How do I do the null check?
I have the following in a folder level script in a privileged context:this.exportAsFDF({aFields: ["txtTP.Agent.Broker", "txtTP.Agent.BrokerFullName", "txtTP.Agent.Address", "txtTP.Agent.City", "txtTP.Agent.State", "txtTP.Agent.Zip", "txtTP.Agent.BrokerNo"], cPath: "" + parentPath + agentsFolder + fdfbroker});This works as intended EXCEPT that it is exporting values from several other fields ( examples: "txtTP.Agent.FirstName", "txtTP.Agent.LastName") that are not included in the intended array. These other fields do have the same non-terminal parent "txtTP.Agent" but my understanding is that the array should limit the export to only the named fields. I can work-around this by first resetting the excluded fields, but that shouldn't be necessary. I cannot see that a parameter is missing whose absence is causing these other fields to be included, and would appreciate any advice to correct this.Thank you.
I'm trying to create a fillable form where there are two circle shapes and a line of text next to them - somewhat of a timeline checklist. I'd like my team to be able to change the color of the circles from white to either red, yellow or green - preferably via a drop down. If drop down isn't available, that's fine, but I need another solution BESIDES making color-filled comment shapes. These are checklists that we'll be customizing many times a week so we need to make it as user-friendly as possible. This is a closeup of the template that needs to be a form with editable colors:And this is what it should look like once edited, as a deliverable:
Hi, I am not sure if I am going to able to explain this very clearly. I have 2 dates in a formA request date and a Due date. I want the form to make sure the due date is after the request date, and put an error message if it isn'tAny Ideas?ThanksSally
Hi all,I have been trying to get the 'adobepdfsilent' example to work without any success. When i run it it jams up in the print process routine 'PrinttoAdobePDF'.if i rem out the 'createnowindow' and 'windowstyle properties I see the printer dialog and can click through it but if it's left in silent mode it just stops. I'm assuming it's actually waiting on something. Private Sub PrintToAdobePDF(ByVal InputfilePath As String) 'Prints InputFilePath to the AdobePDF printer. 'Since we just gathered all this info programmatically, 'this function assumes the file is present, that it has an 'associated application and that the current user has print privileges. 'Define properties for the print process Dim pProcInfo As New ProcessStartInfo pProcInfo.FileName = InputfilePath&n
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.