Unlock the power of Acrobat SDK through our community.
Nyligen aktiv
The following is happening for many of my users running Windows 7.The print both to printers on a Windows 2012r2 Print server and also to printers attached via IP address.All of the users have Acrobat DC with the latest updates.The problem: When the user selects print the print dialog box comes up. When they then click print the box closes. It never spools or does anything else..What I have done to trouble shoot:1. Tried different files saved locally and also out of email--same result as above.2. Uninstalled Acrobat DC and printed from the reader--same result.3. Uninstalled Reader and reinstalled Acrobat--same result.4. Ran the Clean Acrobat and Reader tool and then reinstalled--same result.5. Removed printer off of server and reinstalled printer using latest installer--same result.6. Tried printing to different printers--same result.7. Turned off any security settings in Acrobat--same result8. I ran through all the steps in adobe's printing troubleshooting steps, with the exception of
How do I set acrobat as default on a windows PC?
i'm developing VB.net Apps with Adobe SDK.My app works well with Adobe DC/11.But if the version of Acrobat is 10 or older, I'd like not to support it (and also these are no longer supported by Adobe.)So I'd like to know the way to detect the version of Adobe Acrobat installed.I would appreciate it if you could tell me how to find the version of Adobe Acrobat installed.
I made the following post a few days ago: Re-Order Pages to Match Bookmarks, but I have now run into a different problem related to the same project. I was able to get the pages re-ordered to match the order of the bookmarks by doing the following:Loop through all bookmarks that have a "GoTo" actionAdd each page to a new PDDocument object in the order that the bookmarks appearPDDocInsertPages(newDocument, moveAfterPage, originalDocument, currentPageNumber, 1, includeFlags, NULL, NULL, NULL, NULL);Replace the pages in the original document with the correctly ordered pages in the new documentPDDocReplacePages(originalDocument, 0, newDocument, 0, PDAllPages, true, NULL, NULL, NULL, NULL);However, now that the pages have been re-ordered, the destination page for each bookmark is incorrect. I have pages labeled 1 through 10. I moved page 7 to be the second page in the document, so the order is 1-7-2-3-4-5-6-8-9-10. But now the bookmark for "page 7" still points to the page at position 7 (w
Hi ,I have thousands of PDF which i wants to convert into XML using abode acrobat .Can anyone help me how to do that ..................
I would like to make quick tools visible all the timeOur plugin has several tool buttons that do not require an open documentAs it is now Acrobat DC requires several clicks to make the Quick Tools toolbar visible like it was in Acrobat XIIs there a way to force this from a plugin?
Hi I've Excel formula that Round the value of Perticular Cell. I want to implement this formula for the PDF file.here is the excel formula, =FLOOR(P100,1000)As you can see it Round Down the value nearest 1000.I've try this script to do it but it only nearest value please see attached imagevar rd=this.getField("RD").valueevent.value=Math.floor(rd,1000);If any one can help me I appreciate.thanks in advanceMeena
Can I join two single pages of PDF into a unified double page spread PDF, using InDesign or Adobe Acrobat? I have Creative Cloud 2015.With thanks, Lesley
I've been successfully using Acrobat Pro XI with MS Word 2003 under Windows 10 for several months. This combination just stopped working -- When I try to convert .doc file to pdf inside Word, the process starts but hangs up. When I open Acrobat Pro XI and try convert a file, Acrobat tries to open "the application that created the file" but is unable to successfully complete this operation. I reinstalled Acrobat with no change so I suspect this issue may be the result of a recent Windows update. Has anyone else seen this problem or have any suggestions? Jim[Mod: moved to Acrobat>Creating PDFs]
Can someone help me out with this? I have a button which places a new page in the doc, no problem. What I was wanting to do is to add a page number in the lower right hand side of the new page. As the doc grows so would the page numbers. The template places new pages after the first page so the number should be like so, 2, 3, 4, 5, 6 etc. Is there a javascript to this? If so, where can I view it and where would I place it? Thank you.
I have Adobe Acrobat Pro DC 2015.006.30033 and have been getting this message when trying to edit existing PDF documents: "this feature is not included in your current acrobat license". I have run a repair with no success, removed and reinstalled the product with the same results. Adobe Reader is not installed on this computer and documents are opening up in Acrobat not the browser. Does anyone have a solution to this?Thanks!
Hi There,I'm creating a form for work - and am not very tech savvy. I programmed my form to use checkboxes (after searching forums for hours) WOOP. I can not seem to , however, figure out how to have my text fields auto populate. I would like my clients to type in their town or city and have the state and zipcode auto populate. We are working with a specific state so I don't need to pull from a huge database, was hoping to manually enter all info (annoying, but I have time) for adobe to pull from.Would anyone be able to explain to me how to do this, and possibly provide the script as well. This is probably a fairly easy thing, I just can not figure it out. I've tried to manipulate other scripts but I don't think I truly understand how it works. Thanks!A
I HAVE TWO ACTIONS THAT CAN NOT BE JOINED WILL JAVASCRIPT HAVE A CODE AS TO PUT AT THE END OF THE FIRST ACTION TO WHEN IT COMES TO BEGIN TO EXECUTE THE SECOND ACTION?
Hello,I don't see my own plugin in the plugin list of "About Adobe Plug-Ins" window.I placed the plugin in plug_ins folder of Acrobat. How can I add my own plugin in that list?I am using: Acrobat Pro XIOS: Windows 7Thanks
How best to tag a table of contents so that the needs of the user are met? The VA has detailed information, but I have found differing methods on other sites. Currently my structure is below:<TOC> <TOCI> <Reference> <Link> 1.0 Introduction 1 Link - OBJRI mark the dot leaders as artifacts so screen readers do not hear "dot dot dot dot", but the VA keeps the leaders in. Another site keeps the leaders in and puts them in <NonStruct> tags, but these seem to still ge
I have a 20 page form that we use for performance documentation on new employees. Most of the time, only a few pages are used. I would like to create a print button that, when clicked, executes a java script that will only print a range of pages (one range only) that have been filled out.I want to do this by utilizing the page numbers. At the bottom of each page, I have a "Page X of Y" area (where X is the current page and Y is the total number of pages). The Y fills out automatically with the total number of pages after a number is entered (User types in 5, it duplicates across the form for all pages).I want to somehow use the X form field as the indicator whether to print the page or not.Is this possible? Anyone have any idea what the Java script would even be?Thank you so much for your input in this matter!
HiI'm trying to improve a petty cash reimbursement process by introducing a form. The form includes an expenses list box that allows users to select Taxi, Meals, Telephone etc. These items require a receipt of purchase. Employees complete the form, scan their receipt and send these to their manager for approval.I wanted to know is it possible to set up a Browse button to select and attach .pdf file(s) (scanned copy of a receipt) so when the manager receives the form via email they can open the form, then open/view the attached receipt.Thanks for your helpMichael
Is it possible to create index for pdfs using C or C#? If yes, kindly share the sample code..
With javascript in Acrobat XI Pro, is there a way to determine the document page coordinates of the center of the computer monitor when zoomed in?
I've built an action (using action wizard) in Acrobat XI Pro that inserts a single-page PDF file into another with this code:this.insertPages({cPath:"/C/Scanning Temp Storage/Blank Red Page.pdf"});I would like to find a way to have that page inserted after a selected page. So, varies from document to document.I used to have this action working the way I want it, but it got broken after I had to migrate my customized actions from one Windows user to another.Thanks for any help!
I have several numeric formatted fields scripted to be added, with a sum displayed in a "total" field. Sometimes the total is correct, so that for instance $50.00 + $50.00 totals as $100.00, but at other times $50.00 + $50.00 appears concatenated, as $5050.00. I cannot find what may be causing this and would appreciate help correcting this.
Is there any way to turn on and off a watermark based on a specific date or a length of time, e.g. 120 days old
Hi, We are generating pdfs that usually have a minimum of 10k pages. To make our searching faster, we are trying to write a javascript that can create a full index of the document. I could see in the Acrobat DC SDk tutorial that it can done through Catalog API. But I want to know how it can be done?Thank you1Regards,Hariharan
C# : can I catch programmatically the error pop-up generated when converting pdf to tiff using InvokeMember method for JavaScript API?thanks a lot
Hello.I am new to javascript. I have VBA experience in the past.I have the following code in my dynamic stamp. The problem is with this results of this line. It returns undefined.this.getField("ShopN").value = DiaBox.ShopN;Wanted to know if someone could spot my error or point me in the right direction.var DiaBox ={result:"cancel",DoDialog: function(){return app.execDialog(this);},cbx1:false,cbx2:false,cbx3:false,cbx4:false,LText:"",ShopN:"",RText:"",initialize: function(dialog){var dlgInit ={"Opt1": this.cbx1,"Opt2": this.cbx2,"Opt3": this.cbx3,"Opt4": this.cbx4,"lNum": this.LText,"sdNum": this.ShopN,"lRvw": this.RText,};dialog.load(dlgInit);},commit: function(dialog){var oRslt = dialog.store();this.cbx1 = oRslt["Opt1"];this.cbx2 = oRslt["Opt2"];this.cbx3 = oRslt["Opt3"];this.cbx4 = oRslt["Opt4"];this.LText = oRslt["lNum"];this.ShopN = oRslt["sdNum"];this.RText = oRslt["lRvw"];},description:{name: "Submittal Stamp",elements:[{type: "view",char_height: 10,elements:[{type: "static_text"
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.