Unlock the power of Acrobat SDK through our community.
Askettäinen
I embedded a PDF viewer in a C# Winform using AxAcroPDFLib. The file that I want to open in this embedded viewer has hyperlinks. When I am opening this file using external acrobat reader they work just fine. But when I am opening it in the embedded viewer they are not working. When I am moving with mouse over the hyperlink the cursor changes to the correct one but when I am clicking on hyperlink nothing happens. Anybody knows if it should work?Thanks.
Hello - I've been researching this and find the recommendation to add/edit the Javascript action app.launchURL("http://www.mycompany.com/hyperlinkURL.com", true);BUT - how & where do I add this to my PDF?? Which Tool do I use? Can someone point me to step-by-step instructions?I use Adobe Acrobat and can't figure out how to edit my PDF urls to add the javascript so when the PDF is viewed in the browser and the user clicks on a hyperlink within the PDF, that the link opens in a new tab or window.thank you -
Can anyone help with why I cannot install Acrobat Pro DC on my MacBook using OS X 10.9.5?There is a repeated error at the 29% load level that says there is an "application conflict" with Safari, asks to close Safari, but then repeats this again even after closing Safari.
I need assistance with calculating check boxes in an adobe fillable formI have a table that needs the check boxes counted and then multiplying them by the number at the top. I need a formula to calculate step 1 and step 2 in one script. Column 1 is labeled LC1.1, LC1.2, LC1.3, LC1.4, LC1.5, etc. Column 2 is labeled LC2.1, LC2.2, LC2.3, LC2.4, etc. etc. Question12341x2x3x4x5x6x7x9x(step 1) Add total # of X's in each column1223(step 2) Multiply the column total by the # at the top1469
I want to Export a pdf file as a flat pdf file by using JavaScript. Do you have an idea how this can be solved? Let me know, if you have different ideas or methods,
Wanting to alter PDF scrolling to give a better presentation experience to the viewer. Desire is for the PDF to snap to the top of the page edge when user stops scrolling. Something like when mouse-up leaves page ~8% from the top of the viewable window it gently snaps into position aligned to the top of the page. Is this doable or is all scroll behavior controlled by native PDF view options?
How to download acroexch or insert a pdf form into word ojected from a pdf.I am not a programmer so of not tell me to change the system.
I'm building a WinForms PDF viewer using C# and .NET 4.5. I'm attempting to use AxAcroPDFLib.AxAcroPDF to open and navigate the pdf in an Acrobat COM control in my WinForm. It's working for the most part but I'm having an issue trying to go to specific pages once the PDF is open. When the PDF first opens I set it to page 1 using the SetCurrentPage method of AxAcroPDF. However, when i try to use setCurrentPage to another page in the PDF, it stays on page 1. I know PDF pages are 0 based so I am taking that into account when I specify the page. Is there anything I'm missing?Code:private void viewPDF(string pdf, int page) { AxAcroPDFLib.AxAcroPDF pdfViewer = axAcroPDF1; pdfViewer.LoadFile(pdf); pdfViewer.setView("Fit");  
I downloaded and extracted the Acrobat 11 SDK, then further unzipped the Acrobat11_HTMLHelp system.The index.html page won't display for me. I looked at the index.html file and it looks like it wants to run some code to do a self-contained help system.I work at a DoD site, so it's possible that outside scripts are being blocked.Is there an online version of the Acrobat 11 help system, similar to one I found at http://help.adobe.com/livedocs/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/js/html/wwhelp.htm?href=IAC_DevApp_Arc… for Acrobat 9?ThanksChristian Bahnsen
My customer has a form with a Checkbox field called "WeekendCare" With options "Yes" and "No" I have 8 dropdown fields (Weekend open and close times) that will need to be examined to determine whether to populate the yes/no. If ANY of the following 8 dropdown fields have a value of a time in the dropdown (other than the default "Select") - the Weekend Care gets checked "Yes" - if none have values, then "No" is checked.The dropdown fields are named:CenterOpenSaturdayCenterOpenSaturday2CenterCloseSaturdayCenterCloseSaturday2CenterOpenSundayCenterOpenSunday2CenterCloseSundayCenterCloseSunday2Can you help with a javascript for this?And please let me know which field to place the javascript in... that is confusing sometimes.Thanks for your help!
Just logging out to the account that does have the key registered and register the key to the other user does not work and those at tech support do not have a clue as usual.I just need to unregister the license key of my Acrobat DC to another account I created this morning.Thanks
I am developing a plug-in using acrobat sdk with visual c++ 2010. I want to using SaveFileDialog save file. How to doing it?i hope you'll get a good answer.
We have Adobe Acrobat 7.0 Professional which we purchased.The CPU on which it was installed crashed.We are unable to reactivate this software because it was not been deactivated (the computer crashed...who knew?)The operational system was installed without deactivation of the Adobe apps.Need help in reactivating this software in the repaired CPU.How do we get Adobe working again?
I tried to print a PDF document from the Adobe Acrobat Reader. It goes through the process, but the printer does not respond or print.I am able to print a test page and PDF files from Windows.I have previously been able to print from Adobe Acrobat Reader.
Can someone help me to write scriptI have a form field that I want to auto populate with System date+30 days to it.
What happened to or where is the Grid View with Adobe Acrobat DC Portfolio?
Hi, i am trying to learn javascript for pdf and i was start with the "Developing Acrobat Applications Using JavaScript".My problem is that i am trying to open a new file with -- app.newDoc(); -- and the Dbg reverse the message (Exception in line 1 of function top_level, script Document-Level:lesson-00-a NotAllowedError: Security settings prevent access to this property or method. App.newDoc:1:Document-Level:lesson-00-a).Please if there is any advice about the way to learn javascript for pdf..
Dear Group:When I fill in ordinary superior court forms and save (or copy) them as PDF's thereafter I am unable to combine them. I get a messagethat says that I need a password. I did not create the form to need a password and I do not want a password. When I brought up the formand tried to change the security to not require a password I got a message that I could not do this because the form was either signed orwas certified. I might add that my e filing service says that they have had trouble e filing online superior court forms. Once I complete a form I want to be able to change it into an ordinary PDF that does not need a password, just like any letter or pleading thatI have copied as a PDF. &
HiI am currently using Adobe Acrobat XI. So, which version of Adobe reader, I have to use.In my accounting form, I have included many javascripts functions and which is working fine in adobe acrobat but in reader, it's not working and my end client is going to use that form in adobe reader and they do not have acrobat application.I think the reader version will be the problem.Can anyone suggest me?
Can someone point me to an object model diagram for acrobat xi?Thanks
I have some code I've written and links to the tools button. However the SaveAs function errors as it suggests that it is not defined. I am running this script as a folder-level script. I have pasted the script i am using below. Can anyone help me with this or suggest me on what to do? var Subjectvar aDocumentFileName = this.documentFileName;var dialog1 = { initialize: function (dialog) { var todayDate = dialog.store()["date"]; todayDate = "Date: " + util.printd("mmmm dd, yyyy", new Date()); dialog.load({ "date": todayDate }); }, commit:function (dialog) { var results = dialog.store(); Subject = results["fnam"]; aDocumentFileName = results["lnam"]; }, description: { name: "Subject", align_children: "align_left", width: 350, height: 200, elements: [ { type: "cluster", name: "File Entry", align_children: "align_left", elements: [&
I have a PDF form with several controls. I can get all values but the listbox.Any idea or sample how to read the selected values of a listbox from C# oder VB.Net?
Using an iMac OSX 10+ and Acrobat Pro DC... I have run "app.getPath("user","javascript");" in the console but it comes up undefined. The corresponding "app" path request works fine.
Hi All,I am novice in Acrobat scripting. My requirement is to save as the pdf in to specific location of server.this.saveAs() is working perfectly.My concern is, I created a form and have submit button. I need to create a copy of that form in server when i click submit button. I aware i can't run the script from Button except i use folder level script. Because i need to send the form to 100+ users and they are using different machines. So saving the script in every system is not possible.Is there any other way to do this? Please suggest. And please correct me if i said anything wrong.Advance thanks to all.Regards,K
Product: Adobe Acrobat Pro DC, 15.006.30033.2205Language: GermanOS: Windows 7 pro German, SP1, latest MS PatchesProblem:Trying to export a PDF to Word, Excel, PowerPoint or HTML we get an error and Adobe DC stops working.Every export using the export-engine crashes while "Initializing export-engine".Application Event log:Protokollname: ApplicationQuelle: Application ErrorDatum: 08.06.2016 08:51:39Ereignis-ID: 1000Aufgabenkategorie:(100)Ebene: FehlerSchlüsselwörter:KlassischBenutzer: Nicht zutreffendComputer: AMADescription:Faulting application name: Acrobat.exe, Version: 15.6.30033.2205, time stamp: 0x5507e400Faulting module name: MSVCR100.dll, Version: 10.0.40219.1, time stamp: 0x4d5f0c22Exception code: 0xc0000417Fault Offset: 0x0008af3eFaullting process id: 0x6cFaulting applica
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.