Unlock the power of Acrobat SDK through our community.
Recently active
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
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?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.