Unlock the power of Acrobat SDK through our community.
Als letztes aktiv
Hi. I've tried to work this out but I'm stuckI have a menu.PDF that has several buttons on it. When you press on a button, it executes a javascript that opens a few PDFs and prints them. var otherDoc = app.openDoc("Form.pdf", this); var pp = this.getPrintParams(); this.print(pp);Issues :1. On my mac I am only able to open the file if I use a relative path. Using /Users/xfolder/Desktop/OMR/Form.pdf doesn't work2. It prints the menu.pdf, not the file that opensCould you please tell me what I'm doing wrong? Thanks very much
Word 2010 (64-bit), Acrobat 11.0.15For several months we have been able to convert Word 2010 documents to PDFs (via PDFMaker menu within Word) and retain the navigation entries created in Word. We have some user-created styles that are assigned Level 1 thru 3. These styles, which show up in the navigation panel in Word 2010 and are used to populate a TOC within these Word documents, have been converting directly into bookmarks for the PDFs created by PDFMaker. That is, until late yesterday.To prove that this wasn't a specific Word document or new process which was causing the problem, I retrieved several Word documents that were converted last month without an issue. All of them now do not generate bookmarks for the PDFs.I do see the ability to toggle specific styles in the Acrobat->Preferences->Bookmarks menu within Word, but this doesn't always work and it appears to be required to be set for each document. In addition, toggling the styles causes P
Hello,I'm attempting to make a PDF that calculates fields for me by using the data from other fields. I have the calculation all set up to subtract, however I would like the field to show "0" if the number is negative instead of the negative number. I'm not sure of the script to use for that. Here is the script I have so far:var total = this.getField("BenefitMonthlyTotal").value - this.getField("EmployerContribution").value;this.getField("TotalMonthlyCost").value=totalWhat could I add to this script so that all negative numbers show as a "0" and all positive numbers show as actual number?Thank you for your help!
Hello Can someone help me figure out how to tie the signature block to other fields (cells) that need to be filled out?I have 7 fields that need to be filled out before a digital signature can happen. Can I get the digital signature block to give me an error message unless all the Cells are filled in first? Once the cells are filled in the error message will not appear and will allow for the signature to go through.
I recently installed Windows 10 Enterprise (64 bit) on Dell Optiplex 9010 PC with 16 GB RAM as a clean new install. After re-installing my Acrobat XI Standard registered version that came with my Fujitsu scanner, I am UNABLE TO OPEN MULTIPLE PDF FILES AT THE SAME TIME due to crash. I ran the update - currently running 11.0.15 version. I also changed the Screen Reader Options / Page vs Document to "Only read the currently visible pages" but is still crashing. Does anyone know of another setting that needs to be looked at when running Windows 10 so that I can open multiple files at the same time without crashing?
We are using the JavaScript submitForm method to submit the form to a specified URL. The reason we do this is to send the PDF to our server. This works fine for most PDFs but larger ones are failing without any error given. Here is what the code looks like. var return_msg = submitForm({ cURL: "urlToPost", cSubmitAs: "PDF"});app.alert(return_msg); <- returns trueIs there any way to use submitForm for large files?
The change in the major version of Acrobat has broken the installer for our Acrobat plug-in.My company, MarcomCentral (aka PTI Marketing Technologies), develops and deploys a plug-in to Adobe Acrobat called FusionPro VDP Creator, which is the design tool for our Variable Data Publishing engine.We have built this plug-in for every version of Acrobat since Acrobat 6, on both Windows and Mac, though Acrobat DC. We also build a plug-in for Adobe InDesign (since the pre-CS days, now through CC 2017).In addition, we are a corporate partner of Adobe, and have also been members of the Adobe Developer Connection, as well as members of the plug-in developer prerelease programs for both Acrobat and InDesign, for many years.One of the major challenges we have faced over these many years is programmatically figuring out where to install our plug-ins for various versions of Acrobat and InDesign, on both Windows and Mac, especially since different versions of these applications can require comp
I have a 180mb PDF which I am trying to pull the base64 data from. This method works for other PDFs but on this one I get an out of memory error during util.stringFromStream. Is there a way to stream this instead of pulling all at once? I eventually need to send this data out via hostContainer.postMessage. Here is the code.var documentStream = Collab.documentToStream(this);var encodedStream = Net.streamEncode(documentStream,"base64");var utfencodedStream = util.stringFromStream(encodedStream); <- this line causes the error for large PDF
By using the Visual Studio 2013 (.Net) So please let me know How Can i do that by using Visual Studio ?Does it possible to do that with Acrobat SDK
I would like to know if it's possible to generate a "convert to pdf/A" button to a pdf module, so it will be possible to sign the pdf/a.Javascript?
Is it possible to change the interface for creating scans from imperial to metric for custom page sizes?
Dear forum,I have following problem with only Adobe PDF readers on all platforms regarded the PDF file available on http://www.andrijar.com/pumpd/pump.pdf. The file causes Adobe products to crash because it contains several SVG images with transparent PNG bitmaps, and it seems that those transparent PNG bitmaps are fatally noxious for Adobe products, while all other available readers show them quite correctly, like Sumatra, Nitro PDF, etc. The PDF is perfectly correct obtained from the fully correct XPS source and there is no viable explanation for such strange behavior of virtually all Adobe products.Please help me to surpass this problem.Sincerely,Dipl.-Ing. Andrija Radovichttp://www.andrijar.com[Personal info removed by Mod]
I'm iterating through the PDSElements of a document and I would like to be able to get the page number of the PDSElement. I know I can get a CosObj based on the PDSElement, is there a way that I can then convert to get the page from the CosObj?
HiI'm currently using VBA code to create a protected Word DOCX document with fillable form fields in it for user entry. I wish to convert the DOCX to a PDF form with fillable fields for emailing.Can I do this under program control with the Acrobat SDK? Will the SDK recognise the DOCX fillable form fields and convert those to PDF fillable fields? Is there a reference in the SDK documentation if this is possible?If this option isn't available with the SDK are there any 3rd party options available?Thank in advanceAllan
I am on a Mac using an old version of Acrobat - 9 Pro. I have created a multi-page PDF with internal links. For most of the internal links, i want them to jump within the same document window, so my Acrobat document preference is set accordingly. However, there are a handful of links that want to open in a new document window so that the user has both pages open at the same time for reference.My original file is in InDesign. I see no way to add JS scripting to a button there. In the PDF, i can set the actions to link to a new page, but there's no where to specify "in a new window."I'm hoping there is a javascript that i can apply to these few buttons that will accomplish this. Any help/advice is appreciated.~bexterinni
I want to merge more than one PDF File of Windows Application created thru Vb.net (Visual Studio 2013). So want to know that With the use of Adobe SDK, its possible or not?[Moved from the Coding Corner (which is for general coding discussion) to a more focused, and active forum - moderator]
I want extract hyperlink from PDFDoes Acrobat SDK support extract hyperlink from PDF file?OrExist Library support .Net?Please give me a advice.Thanks.
let me know that Solution of this Problem[ Mod: This is a duplicate of I want to Know that I want merge multiples PDF File In One PDF By using the Visual Studio 2013 (.Net) So please let me know How Can i do that by using Visual Studio ? - Please provide the information requested by the expert in your first question. Posting the same question again and again will just annoy the experts ]
Sir,I am making a PDF form in Adobe acrobat Pro in which the requirement is to add any number of pages which use inputs in the text field.Like if the user put 4 then 4 pages should be added , if they put 40 the 40 pages should be added.... i know to add the pages by the spawning method.....i.e. var a = this.getTemplate("Template Name"); a.spawn();but i am not able to figure out how to add as many pages as specified by the users......Also second query....I would like the first page to be number page 1 of 1, then when the user needs a second page it would numbered as Page 1 of 2 and Page 2 of 2 and so on...Is it possible.If yes, then plz help.Thank you
Greetings,Newbie here. Is there a way in JavaScript to programmatically set the initial state of print to Never Prints in the layer properties?I manage to hide OCG layers (watermark) and I don't want it to be printed.Is there a function or script that I can use to do that?Thank you.
In Acrobat Pro 9, Field I, Properties, Actions tab, execute on Mouse up, entered the following javaScript:if (H<3000){ I=3000 } else { I=H}Field H is a calculated value.I don't get any syntax errors, but when data is entered into the PDF, silently does not run and I get no value returned. I have tried variations of the string with the same results. Can someone please help. Thanks.
Following script will report all words on the page to the console with a space between each word var i, j, ckWord, numWords, aWords = [];for (i = 0; i < this.numPages; i++ ) {numWords = this.getPageNumWords(i); for (j = 0; j < numWords; j++) {ckWord = this.getPageNthWord(i, j)if (ckWord) {aWords.push(ckWord); // Add word to array}}var m = aWords.join(" ");console.println("Words found are " + m);}The following script is a variation of the above script to find words within the array of words reported to the console.It is not working though, the number 730 is reported back to the console not the searched for words an example being "SERVICES PLAN SHEET" .Can anyone please provide assistance to modify the script to find words within an array of words. var i, j, ckWord, numWords, aWords = [];for (i = 0; i < this.numPages; i++ ) {numWords = this.getPageNumWords(i); for (j = 0; j < numWords; j++) {ckWord = this.getPageNthWord(i, j)if (ckWord) {aWords.push(ckWord);
Hello,I am using Acrobat Pro DC 2015 release (Continuous). I have installed it from adobe Creative cloud.My issue is - Acrobat is crashing randomly many times a day.I developed a plugin for it and thought that It was a plugin issue. But crash is does not seem relevant to my plugin. I did not found the crash log file in the acrobat installation folder.But in the Windows event viewer, I can see some error information regarding acrobat.Here are the screenshots of the errors:I am not able to understand the meaning of these.What can be the problem in acrobat?What is the solution for this?Thank you in advance!
What I still would like to do is when I make a selection from drop down A to trigger drop down B and trigger drop down C. Let me explain a bit. Each drop down has the same names of people but with different info. Such as drop down A would have the addresses. Drop down B would have their social security numbers and C would have their phone numbers.So then when a name is selected in drop down A the address info would show in text field A. Drop down B would be triggered and to show the social in another text field and C would do the same but with their phone numbers.Can someone help me with this? I don't know javascript enough to figure it out so I have to ask for someone's help to get it done. If you know the javascript could you share it with me so I can learn a bit more? Thanks guys.I'm using Acrobat Pro X on a Macbook Pro.
Tengo un formulario con campos de texto limitados a un (1) caracter, deseo aplicar el script AutoTab para que pase automaticamente de un campo a otro al ser llenados. Son aproximadamente 500 campos los que se llenan en el formulario, por ello es necesario que sea facil saltar de un campo a otro.Soy inexperto en javascript asi que se agradece la ayuda.
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.