Unlock the power of Acrobat SDK through our community.
Actividad reciente
I have a Lotus Notes Application which I use LotusScript (Similar to VB) to take a PDF template and fill it with data and save. Our company is moving away from Lotus Notes and I am moving the application into Oracle APEX. I have been trying to find coding examples to do what I have done in Notes in either Javascript or ActiveX. I currently have Acrobat Pro and will be getting DC sometime soon. Can anyone provide any information where to find some examples?I have searched Google and Adobe but everything I am finding deals with C#, Java, or other software. I am limited to PL/SQL, javascript, or using ActiveX.
I want to edit a company PDF document from my application written in C# winform, What is the easiest way to do this?Which SDK do I need? The PDF document I want to fill is a protected pdf with editable fields.//Anders
Hello!Any ideeas how to remove all accents from all PDF form inputs on submit?I am interested in doing this on client side, before the submitted data reaches the server.I.e. i type in a input field from the PDF form the string "șțâȘȚÂ" and after submit button is pressed the output needs to be "staSTA". I did some research on some topics with javascript but it didnt work out for me.Thanks!
Hello everyone,Could you please tell me how to make a JavaScript button on PDF file which has only 3 pages so when I press Page 1 of JavaScript button the multi function printer (Ricoh Aficio Mp 4000) automatically prints first page from second tray. P.S. I'm using Acrobat DC Pro.
Is there a way to find if a string includes specific chars using javascript?I am using adobe acrobat 8.1, and the method includes() doesn't exist....
I'm suddenly seeing that some laser printers are printing black blobs in PDFs that I create. It seems to be a font issue as the blobs are only in text and look like mutations in the font. My commercial printer doesn't seem to have problems with the files, and the files print with no problems on ink jet printers. The files also print OK when I use "print as image". That's OK for me, but I need to create files that my clients can print without worries. Is there a setting I'm missing?
I need some help but I'm not sure this is possible.I have a fillable PDF document that will need three different people to 'approve' or 'acknowledge' it.I have a check box ('ProjectManagerAcceptance') 'required' (when they check on the box the 'date' field (ProjectManagerDate) is automatically populated - already have this script and it is working) and the person then types their name in the 'Project Manager Name' field and they are done and they save it. But once it is saved I want the second check box to become 'required' so the next person has to acknowledge it (date is automatically populated when 2nd checkbox is checked) and once they save it the third and final box is set to 'required' for the third person.Below I have shown the 1st check box required, then the 2nd one I want required only after the the first one has been checked and saved, followed by the 3rd one to become required after the second one has been checked and saved.If I set all three check boxes as 'required' than
I am trying to figure out how to write a custom calculation script for a discount on an order form.There are several items on the order form (all $16.60 each). I add all the items and multiply them by 16.60 for the TOTAL.If the TOTAL is greater than $398.40 (= 24 items), then I want to give a new total that takes 5% off the total.Can someone please help me create that formula? I have no idea how to make these javascript formulas. Thank you!!!
My team produces a software product with PDF help. We create the PDF help in InDesign and use javascript to create automatic named destinations from the table of contents to be able to open the pdf help to specific locations from our program. For some reason, InDesign attaches some random digits to the end of all of our named destinations. They are not visible in the named destination list in InDesign, but when you export the pdf, they appear. From what I can gather online, this is a new problem introduced in Creative Cloud 6 but I don't see any responses from Adobe regarding them acknowledging or fixing this problem. Can you please address this?As a work around, my team would like to deal with these random digits by extracting the list of named destinations from the pdf so we can link to them appropriately. I see this question asked many times with no actual answers/help provided. They say "use the sdk; it has examples."I downloaded the SDK and have
I see "GetFileName" listed for PDDoc in the SDK documentation, but the call PDDocGetFileName is not defined and when I look at PDCalls.h there is indeed no PDDocGetFileName. Why is that? Is there another way I can obtain the file name from AVDoc or PDDoc?
How do I reinstall Acrobat 9 on a new machine. Hard drive on old machine crashed and I can't deactivate original install.
I recently bought two new computers with high end i7 processors and purchased two licenses of Adobe Acrobat Pro DC. First several files OCR'd without issue. Now both will not process a complete file. both crash unexpectedly every time (even test files). I have uninstalled and reinstalled Acrobat Pro DC and this has not helped. I did see in the windows log that a dll file is causing it to crash? Any help would be greatly appreciated as I am way being on servicing client. THANKS!
I have a dropdown box with 3 possible answers and I want to populate other fields with data depending on the answers to the dropdown box.So there are 3 possible answers: and 3 possible data entries into fields.Can someone give me a clue as how to start this script
Dear Sir,How can I retrieve the default annotation text font size in one openeddocument and change it, shall I try to retrieve the value of "DA" key orother more convenient way? Thanks in advance for your kind help.<Do not post contact information in the forums--Moderator>
Dear all ,My form has 5 fields (field #1 - field #5) with numbers (prices). Is there any javascript, with which I can identify the lowest price (automatically highlighted in green color and the highest in red color? Important if one field value is empty = 0, than 0 should be not considered as number.In addition the script should populate the lowest vaue in field #6, the average value in field #7 and the highest field value in field #8.I would be greatfull for any ideas and comments.BRFlorian
Hello guys,How can I create a JavaScript button in Acrobat DC Pro which will lock all fields and save my work on (ex: Desktop) so when I e-mail to anyone it cannot be modified.Hope i was clear enough. Kind regards
I just purchased Acrobat DC yesterday, so I am VERY new to this software. I created a fillable form and I'm trying to follow the tutorial to add a clear from button to my form. But, I seem to only have a radio button option... not a button that has an "action" option in the properties. What I am doing wrong to not have that button available? Does what I purchased not come with it??? Thanks!
Hi all, I am having a strange issue when opening PDFs created in AutoCAD. If a user creates a PDF through their AutoCAD program and emails it to me, i get the "Reader could not open .pdf because it is either not a supported file type or because the file has been damaged (for example it wasn't set as an email attachment and wasn't correctly decoded)This only happens with files creates in AutoCAD, if the same user sends me a PDF created in Word or elsewhere, I can open it without issue. Additionally, if said user opens the file that is they emailed they can open it without issue. in the end, I ask for them to resend the .pdf and it usually works, it is an extremely inefficient workflow though. Can anyone assist?
We are using Adobe Pro 9 and now we are unable to optimize pdf's, the message says running scanned image optimization is not possible on this document. Why?
Dear Sir,I want to create a FreeTextCallout annotation, and want to define the key"CL", I don't know, how to create the array of the coordinate[x1 y1 x2 y2x3 y3], I think following code is not correct, please help. CosNewNameFromString(cdoc, false, "FreeTextCallout"); CosDictPutKeyString(cAnnotObj, "IT", cStringObj); CosObj ArrayObj = CosNewArray(cdoc, false, 6); CosObj IntObj = CosNewInteger(cdoc, false, 236); CosArrayPut(ArrayObj, 0, IntObj); IntObj = CosNewInteger(cdoc, false, 512); CosArrayPut(ArrayObj, 1, IntObj); IntObj = CosNewInteger(cdoc, false, 200); CosArrayPut(ArrayObj, 2, IntObj); &nbs
Hi all,I've seen allot of good asnwers here, so i hope you can help me.Im looking for a Javascript that i can put in to a text field or simular.I have to roughs off checkboxes in my PDF. (Im using Acrobat XI Pro)One rough is with 7 "Yes" radio buttons and the other rough with 7 "no" radio buttons.Im using radio buttons, because i only want them to be able to tick of either yes or no.When all the "Yes" buttons has been ticked off - i would like a text to come up = You're good to go!Will someody be helpfull with this ?THX in advance, best regards, Kenneth.
For example I need to save a PDF doc by Costumer Number (example; David Hass) and Request Number (example: 001-17) so when I click on JavaScript button Save by CN & RN, my PDF file should be saved on Desktop by name David Hass 001-17. Thank you very much.
Hello Adobe,it is 2016 and your Arobat-App still doesn't support features like ScanBot? Easy document scanning on the go..Very disappointing!!
Hello,Task of the checkboxes in the popup window is to write the checkbox values to File > Properties > Description > Title.If you selected 2 checkboxes, a ";" should be a separator between the 2 fields in the File > Properties > Description > Title field.If you select only 1 checkbox, there is NO ; at all.If you select 3 checkboxes, the separator is always a ; (in this case 2 times a ; )This is one of my tries, hope that some freaks can help me.I need also to exand the checkboxes until 9 different checkboxes.var dialog2 = { initialize: function(dialog) { // Set a default value for radio button field dialog.load({"ckb1": true }); }, commit: function(dialog) { &nb
Folks We are getting the following issues [and i m non-native arabic person who can't read or write arabic but can understand unicode characters] and the steps are as follows:1. Create a new MS Word Document.2. Copy & Paste the following string [as an example] - "الأحكام والشروط"3. The font is standard Arial and Size 10. 4. Save As the file as PDF - which is available as a standard functionality in MS Word or use Adobe Acrobat to convert the MS Word file into PDF5. Open the PDF File and try selecting the text. The following are the issues:1. In MS Word - all the characters are proper unicode and the unicode for the above string is:Unicode Description 627 LETTER ALEF 644 LETTER LAM 623 LETTER ALEF WITH HAMZA ABOVE 062D LETTER HAH 643 LETTER KAF 627 LETTER ALEF 645 LETTER MEEM 20 SPACE 648 LETTER WAW 627 LETTER ALEF 644 LETTER LAM 634 LETTER SHEEN 631 LETTER REH 648 LETTER WAW 637 LETTER TAH 2. When we open the PDF File created by MS Word and we do CTRL+A [Select all Te
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.