Unlock the power of Acrobat SDK through our community.
Actividad reciente
I add comments with the text box tool to a pdf file. When I try to edit the comments the text box moves and resizes itself. How can I fix a text box to its place? This problem came with reader DC, I did not have this problem with the other versions.
I tried with builtin in number filed option but it's truncating the leading zeros, I need to make the field only accept maximum of 6 digits, should not truncate any other zeros. Please help
I have a form with a Submit button. Can I create a pop-up message that appears when the form is submitted to say something like, "Thanks. Your form has been submitted".
Can a template be created to add the same fillable fields to different PDFs?For example: I need to add specific fillable fields to a form for clients to fill out. The forms are the same, only the client information would change. I don't want to manually add the fillable fields to every client's form. I tried the auto fill feature but doing so selects spaces in the form that I don't want fillable. Any suggestions?
I work with quite a few layers (aka OCGs / optional content groups) in order to have multiple locales within the same document. I wrote a few scripts that help to lock layers (so they cannot be made visible from within the UI), and to show or hide layers (based on a pattern matching of their name). These functions basically loop through all layers and conditionally chage the locked, state or initState properties is this kind of way:this.getOCGs().locked = true;this.getOCGs().state = isVisible;this.getOCGs().initState = isVisible;Now, at about 40 to 50 layer property manipulations (no matter if the same layer or different layers), Acrobat simply crashes. These crashes were consistantly reproducable on any version since Acrobat X (Reader and Pro), both on Mac and Windows (whereas the Windows Version seems to allow a few more manipulations).Is there any known workarround? If not, how can we paying customers make Adobe fix this as quickly as possible?ThanksDirkUpdate: acutally, not just pr
How can I create a date picker for a PDF (using Acrobat Pro DC for a Mac) with a lower primate-level understanding of java script?
I have subsribed for exporting pdf-files to Excel and Word, but how to do? I have signed in my account, choose pdf-files I want to convert, but nothing happens? What can be wrong?
Good day,we as a company bought several license of Adobe Acrobat 8 Professional, and after update of windows can not activate my Adobe
Hello,I have a booking form with some complicated calculations that requires 'if' and 'then' custom javascript.The form offers tickets at $350 per person, up to 16 people, with up to 4 additional tickets for $100 each. I tried some script from a previous form but I just don't know how to customise the script to take the initial 16 tickets into account, and then any additional number of tickets after that.var numTix = Number(this.getField("QTY1").value);if (numTix==0) event.value = 0;else if (numTix==1) event.value=350;else event.value = 350+((numTix-1)*100);Any suggestions would be very greatly appreciated.Thanks,Kate
I asked a question yesterday about a single check box activating the border of a text box. That question was answered perfectly and now I want to expand on that with 3 boxes. sorry if a new post is not proper etiquette I'm new here, and the last one was marked answered.the question I asked previously: need to activate line with of a textbox with a checkbox. Basically I have three checkboxes and if any of them are checked then I want the box to show the border. I'm still trying to type the code in the properties -> actions area since the "All javascript" part adds XML that I'm not exactly sure what its used for so I don't want to change it or create something without it... Basically I'm typing the below code into the actions of each checkbox which seems redundant but I don't know any other way to do it. The console is great when trying things out but what do I do when I want to send this PDF to someone? other than actions where does the
I am using Adobe Pro XI. Needing a javascriptI am trying to get amount authorized. I need to take the value is in field distance divide by 350. Then take the whole number times it by the whole number. Then the field distance value-350 to see if it is greater than or less than 50. If it is equal to or less than 50 use the whole number if it is greater than 50 then use the whole number plus 1. If the distance is 350 or less then would be 1. I have no problem in excel doing it but I have not figure out how to get it all to work using the JAVAScripts.375/350=1.0711*350=350375-350=25is 25 > 50 =noreturned value would be 1751/350=2.1452*350=700751-350=51is 51> 50 = yes2 + 1 = 3Returned value would be 3.
I have an adobe form, that if the required forms aren't filled out it displays an app.alert saying error the following required forms are not filled out. So one can I make this big and I was hoping I could make it blink or make it produce sound? My guess would be no but I am just curious. Also this error loops through the form and produces the empty required fields in the error, Is there anyway to make the required fields that are being pulled into this app alert capital letters? Any help would be appreciated it.Thank you very much.
I'm trying to make a pdf that when you check certain boxes a section of the doc will highlight.I thought the best way to go about it is to use the lineWidth of a text box. Not sure if that IS the best way it was just a thought...But I want to border to be hidden first then when a checkbox is checked it will be visible. if the box is unchecked it goes back to hidden.I've tried this in the checkbox action:var checkBox1 = getField("CheckBox1").value;var bord = getField("bordr1");bord.lineWidth = 0;if (checkBox1 = "Yes") { bord.lineWidth = 3;}else { bord.lineWidth = 0;}but it doesn't work. couple questionsis there a way to just write code instead of putting it in actions?if not how can I hide the text box by default? and still be able to display it later?
Hello fellows,2 days ago, we've received an automatic update of Acrobat DC and "upgraded" it to version 2015.006.30172.After doing so, the Shared Review wizard no longer allows to initiate a shared review on a dedicated network drive. When specifying the network folder path and clicking Next, the status changes to "Unable to create shared folder".Before the update, it worked fine.Has anyone encountered this issue?Thanks!Roman
Adobe hat die telefonische Aktivierung von Adobe Acrobat 8 Standard abgeschaft. Wie kann ich dieses Produkt auf einem nicht mit dem Internet verbunden Computer durchführen?Eine Anmerkung zum Support von Adobe: ______
I have thoroughly read many article on the access denied issue regarding disabling Protected Mode thru the preferences and thru the registry. Nothing seems to resolve our current issue.We embed an Adobe Reader object on a webpage. We give the user the option to navigate to a local pdf and load the file. When I change the .src thru javascript I get an Access Denied error. Tried opening permissions on the local folder, tried running as a system administrator. Nothing seems to allow us to get by this issue.Code snippet: var fileControl = document.getElementById("fUpLoadPDF"); //alert(fileControl.value); ret = CheckIfPDFExtension(fileControl.value); if (ret) { //alert(document.getElementById("AcroPDF1").src); &nb
Hallo an alle . Ich hoffe ihr könnt mir helfen.Ich möchte gern Acrobat Javascript Pro DC dazu nutzen damit ich ein erstelltes Dokument nach einem String durchsuche. (z.B . RGNR) Diesen dann incl der folgenden Zeichen ( .z.b. RGNR0123456.pdf) dann mit saveas abspeichere . Also ein simples Beispiel habe ich gefunden um mit search.query einen String zu finden . Leider bekommt man kaum Infos zu diesem Problem zu lesen . Ich möchte das auffinden der Dokumente gern auf Dateiebene realsieren , da ein Sharpoint für diese Dokumentenanzahl denke ich übertrieben ist und auch Plattform unabhängig auffindbare Dateien einfacher zu verwalten wären . Eine kleine Hilfestellung wäre sehr nett. Mfg Egon
Hey folks I have a stack of PDFs to go through, some of which are 100-200 pages long, that have been compiled in the wrong order.... Is there an EASIER way to reorder pages in a PDF? It sure would be nice to be able to Copy and Paste pages from the Thumbnail View, or to be able to Right Click and "Make This Page # ___ " from a context menu Any suggestions?Cheers!
I cannot mover the pages of the document about ! i have acrobat xi 11.0.15i used all the online tips, single sheet view, unlocked file but i still cant simply grab a page and move it !please help ... i.e 11 windows 7 .. corprate network (citrix) but works on other work stations . Thanks for reading .Graham
We send out a fillable PDF form to initiate a permitting process in my office. Customers need to fill it out, and send it back to us. Once they send it back to us, there is still fields (Office Use Only fields) that we need to fill out and keep this as a living document that gets added to along the process.The problem - about 75% of the time people send the form back, the fields are no longer editable...and then we have to recreate the whole, multi-page document, on our own. We also use the fields for merging data into Excel and what not too, so this creates a huge nuisance with the volume of permits we process. I've tried PDF Unlockers / Change to Editable PDF webapps and have had no success. I'm guessing this is some kind of permission we need to set up on the original PDF? We essentially want to make it not possible for someone to save the file in a format that doesn't allow us to then continue editing it. Anyone know how some people save it this way, and others don't? Any guidence
I know very little about PostScript and Adobe Distiller so please bear with me and if I'm in the wrong place, suggest where I need to be.At a very high level, I have inherited and am supporting an application that generates PostScript files and then asks Distiller to generate PDFs from these. For each user transaction, 2 PDFs are expected.The application generates multiple PostScript files.There are several PostScript files, each that represent the content of a "chapter". There is one top-level PostScript file that references each "chapter" PostScript file in order. The application asks Distiller to print this PostScript file and the result is the entire "book" as a PDF. This is PDF #1. There is a second top-level PostScript file that references a subset of pages from each "chapter" PostScript file. The application also asks Distiller to print this PostScript file and the result is a subset of the book as a PDF. This is PDF #2.In most cases (for many years), both PDFs generate successf
If a user enters the letter P in a text box 1 the complete word Purple is entered in to that text box 1 once the user tabs out of that text box.If a user enters the letter R in a text box 2 the complete word Radio is entered in to that text box 2 once the user tabs out of that text box.If a user enters the letter A in a text box 3 the complete word Apple is entered in to that text box 3 once the user tabs out of that text box.etc.this would be a programed auto complete.can someone help me with the JavaScript?thank you,Rob
Hi I just purchased a year subscription to Acrobat Pro DC, downloaded Creative Cloud but Acrobat Pro is not listed in my version of CC as one of the apps I can download. I prepaid an entire year and am desperate to use this app ASAP. How can I access it since I can't find it on the CC?
Hello, I want to insert image from my server by used in java script.My option is:send a url to text field and when the document will open the code generate the image.Can anyone help where I write the code or another idea?Best Regards,Refael
Hello, can anyone help me with my linking issue within an iPDF created using InDesign CC?Problem as follows;I have approx. 200 documents with a mix of Word and PDF documents to submit to a customer and would like to add an iPDF menu linking to all the files.I’ve set the iPDF menu to open in full screen mode and looks great !I’ve managed to edit the links within the PDF to open the Words docs in own window/application - great..I can link to PDF files that will open in its own window but unfortunately it goes full screen??. I think in need some JavaScript to add the iPDF menu doc making all links open in a non-full screen window.In a nut shell I would like a full screen iPDF menu in the background and all the word and pdf links open its own window not in full screen allowing them to close when finished returning to main menu..Thanks,Robert
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.