Unlock the power of Acrobat SDK through our community.
Askettäinen
We use the DDE API to control print jobs in Acrobat and Reader. This morning, all machines that updated to Reader DC 2017.009.20044 fail to establish the DDE connection. The call works fine on all versions prior to 2017.009.20044.We have disabled both "Enable Protected Mode at Startup" and "Enable Enhanced Security".We are using topic = "Control"We have attempted to establish the connection with the following service names:AcroViewAcroviewR10AcroviewR11AcroviewR12AcroviewR13AcroviewR14AcroviewR15In each case, we get DMLERR_NO_CONV_ESTABLISHED (0x400a) from the call to DdeConnect()Our app is written in C, but we've also confirmed failure with VBA code:Public Sub test() Dim hdde As Long hdde = DDEInitiate("AcroViewR10", "Control") Debug.Print hdde DDETerminate hddeEnd SubWhile I'm at it, we'd prefer to not use DDE for this at all, but we have been unable to find a COM API call that allows us to initiate a
Dear people,I saw an little javascript online to create an barcode with an font in an HTML file.I thought I can do this with an acrobat form and the ean13 fonts only I'm very new to acrobat and Javascript.This is what I have as validation script.var gug = ["LLLLLL","LLGLGG","LLGGLG","LLGGGL","LGLLGG","LGGLLG","LGGGLL","LGLGLG","LGLGGL","LGGLGL"]function updatebarcode(){var txt = this.getField("Text1").value// Left Blockvar first = txt[0]var enc = "_"+first+"*"var max = ((txt.length<7)? txt.length:7)for(var i = 1;i< max;i++){enc+=gug[first][i-1]+txt}enc+="**"// Right Blockvar max = ((txt.length<12)? txt.length:12)for(var i = 7;i< max;i++){enc+="R"+txt}pr = 0//Checksumfor(var i= Math.min(txt.length,12);i>=1;i--){pr+=parseInt(txt[i-1])*(i%2==1?1:3)}pr=(10-(pr%10))%10enc+="R"+prenc+="*"this.getField("Text1").value=enc}An barcode like this:8711731130608Should become this:_8*L7G1L1G7G3L1**R1R3R0R6R0R8*Is this possible?
Hi all;First off, I have my plug in working (go me!). It doesn't do much, but it's running. In C#.Question. I have some data I need to store in the PDF. This data is for the use of my plug-in only. It's ASCII (uuencoded). WHat/where is the best place to store it?thanks - dave
I am trying to create a function that opens PDFs using an array with the filenames : var listDocs = ["KOOS.pdf", "OKS.pdf"] var arrayLength = listDocs.length; for (var i = 0; i < arrayLength; i++) { var otherDoc = app.openDoc(listDocs, this); otherDoc.getField("Serial").value=otherDoc.getField("Serial").value+1; var pp = otherDoc.getPrintParams(); otherDoc.print(pp); }I am getting the errorNotAllowedError: Security settings prevent access to this property or methodIt wor
I am trying to automate a repetitive task, but I'm not sure it can be done in Adobe. I routinely insert technical drawings and specs into a PDF template. These different documents are always inserted into the same categories (Clarifications, Drawings, Product Specs, etc). I was wondering if there were a way to write a script to automate these tasks.E.g. The script would execute by determining which files are which and would then insert them in the proper category. A subsequent action would be to re-number pages and update the table of contents. Am I asking too much of the software?
Hi AllI created an insert file button in Acrobat DC. I saved the file as a1 Save as other 2 Reader Extended PDF 3 Enable Commenting and MeasuringWhen I opened the file in Reader DC, the Button does not work,I also tried saving it as Enable More tools, with the same results. Any suggestion as to how I can get the buttons created in Acrobat DC to function in Reader DC?When I used previous versions of Acrobat and Reader they worked just fine. Do I need to add something to the JavaScript folder in Reader? If so is there a script that I can use? This has been driving me crazy and I could sure use some adviceKind RegardsScott
Hi. I have a PDF with a script that opens another file, changes that file's serial number and prints the file. How do I save the file so the new serial number is saved? Thanks very much
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 ]
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Onko sinulla jo tili? Kirjaudu sisään
Eikö sinulla ole vielä tiliä? Luo tili
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.