Unlock the power of Acrobat SDK through our community.
Recently active
Please help! Here's my scenario.........CHECKBOX1: User is instructed that if Account signers are exactly the same as on a prior page, then check the box. If an signers are different, then user is to complete textbox1 thru textbox8, as needed. I want to prevent user from checking box AND then filling text boxes (and yes, some would try that!) So......If checkbox1 is checked, then text1 thru text8 are "hidden", if checkbox1 is subsequently unchecked, then text1 thru text8 are returned to "visible". Checkbox will be unchecked in published form. TIA - Michelle
I am attempting to set up a script to run that will automatically complete different types of forms with demographic information- so not all forms that will use the script will be the same. I don't need this to be perfect but would like for when a field says either Zip or Zip Code, either would fill with the correct number because the word Zip appears. I'm using a custom script below that works if the field requested is Zip Code: var zipcodefield = this.getField("Zip Code");zipcodefield.value = "60690"; I am not sure if there is an if condition for that, and if so, I'm not sure how exactly to set it up. Can anyone help?
I have downloaded Acrobat_DC_SDK_Windows_2021_v3 for C++.But I don't know how to install it.I use Visual Studio 2019.Help me to install it.I uploaded the Acrobat_DC_SDK_Windows_2021_v3.
Ok, I have read all of the forums related to this issue and no one seems to have come up with an actual solution. I have the latest versions of OSX and Acrobat DC. In Safari I get the message: "PluginProcess.app wants to use your confidential information stored in "v4.services.acrobat.com" in your keychain" whenever I try and access a pdf online. The three choices are Always Allow, Deny or Allow. Clicking on Always Allow or Allow does nothing. Only clicking on Deny makes the window go away, but that is only temporary. Like many other people you have to click on Deny 5-20 times to get the pop up window to go away.To Adobe Staff: Your suggestions to click Allow or Always Allow does not work.I have deleted v4.services.acrobat.com in my keychain, without success (another forum suggestion).Does anyone have a solution, other than spam clicking Deny?Edit: I have noticed that it only happens in Safari, not Firefox (haven't tried Chrome yet). Can anyone else with this error confirm whether they
Hi all,I refer to my previous post Deskewing scanned pdf with Professional XI which was closed with the news that in future versions there would be the option to deskew only, without any other optimization, to keep the original as is.I am monitoring the release notes but, if I am not wrong, this feature has not been implemented yet and I have now 11.0.17Please let me know if it is still planned and when I can expect it.Thank you in advance for your replySergio
Using Adobe Acrobat 11 on an iMac running OSX 10.9.5I have two A4 documents (as PDF files) which I want to combine into one A3 document and then export this one document as a PDF. BUT, the two A4 documents MUST lie side by side so page 1 of document 1 lies alongside page 1 of document 2 and so on so as both these A4 documents correlate to each other line by line...How do I do that???Anyone got any help, ideas or suggestions?Thanks guys!
Hello,This may take a bit to explain my problem, sorry in advance. I have a mixed network environment of Windows 7 Professional (x64) and Windows XP Pro SP3 (x32), and all of them have Adobe Acrobat 9 Standard, with the Adobe PDF Printer.My problem is that ALL of these systems have a serious, game-killing problem with the Adobe PDF printer setting, "Rely on system fonts only; do not use document fonts". If that option is enabled (or if the option with the same name under Printer Defaults is enabled), then printing in our ERP software dies. (We use Microsoft Dynamics GP). Users get an error "Unable to stop printing", and believe me it took a WHILE before I figured out that the Adobe PDF setting was to blame! This happens even if my users are printing to physical paper, and not touching the PDF printer at all. In other software we sometimes get the annoying popup message from Adobe PDF saying that we need to uncheck the "Rely on system fonts..." setting as well. In short, I HAVE to keep
Hi All, hopefully I will be able to explain what I am trying to acheive correctley so I can get some help. I am looking to see if it is possible to create a PDF with pages that automatically update (if there is a new version avaliable) via a URL. Perhaps some context might help. I am an Urban Planner who works for Local Government and our regulations are avaliable on a State Government Website in pdf format. When there is a regulation change, the website is updated with the new pdf's. However, there are times when that website was down. What I was hoping to do is create a pdf of the regulations to use off line but also have the PDF automatically download the new regulations to the pdf if the computer that it is opened on is connected to the internet.Hopefully I have described this in a way that makes sense and there is someone who can help. Many thanks Dylan
I'm trying to convert a formula from my excel spread sheet to java script please help. I wonder if it has something to do with the LN() excel function. Based on my research Math.log is equal to LN() function in adobe. This is the native excel formula:=((9/5)*(((237.3*(LN(((6.108*(2.718281828^((17.27*((5/9)*(B26-32)))/(237.3+((5/9)*(B26-32))))))-(0.00066*(1+0.00115*((5/9)*(B26-32)))*(((5/9)*(C26-32))-((5/9)*(B26-32)))*1013))/6.108)/17.27))/(1-(LN(((6.108*(2.718281828^((17.27*((5/9)*(B26-32)))/(237.3+((5/9)*(B26-32))))))-(0.00066*(1+0.00115*((5/9)*(B26-32)))*(((5/9)*(C26-32))-((5/9)*(B26-32)))*1013))/6.108)/17.27)))))+32 This is the excel formula with the cell references replaced with Field Names in adobe:=((9/5)*(((237.3*(LN(((6.108*(2.718281828^((17.27*((5/9)*(WetBulbTempFRow1-32)))/(237.3+((5/9)*(WetBulbTempFRow1-32))))))-(0.00066*(1+0.00115*((5/9)*(WetBulbTempFRow1-32)))*(((5/9)*(AmbientTempFRow1-32))-((5/9)*(AmbientTempFRow1-32)))*1013))/6.108)/17.27))/(1-(LN(((6.108
I am looking to put a delay in a message but the following does not work for me app.setTimeOut(app.alert("Hello"), 5000); Any ideas on what i'm doing wrong. Thanks, Alan
In a PDF form, is there a script that will lock a dropdown menu once a selection is made so that no further changes are possible?
I wanna inegrate the CURL libraries to acrobat SDK in non adobe support. Can someone help me linking the any external libraries into Adobe acrobat SDK. I am using visual studio 2022.
Hi my name is Alan, I am creating a form with a save feature which is below, app.execMenuItem("SaveAs"); I am wondering is there a way to tell if Save or Cancel is click in the dislog box. As I would like to process the next stage of the form based on either button. Thanks, Alan
Hi againdoes anyone know why emptyt lines are added to my script ?thanks in advance
Hi, I am requesting support to censor words identified in a PDF using JavaScript from the console that incorporates the Acrobat Reader console. Which method can be called so that once that word is identified, the method is executed and censors the words?I hope this helps!
I'm using Adobe Acrobat Pro 2017.I want the form to calculate an amount (bonus) if a specific box is checked. If the box isn't checked, then no calculation is required.So far I have: event.value = this.getField("Salary").value * 25 / 100.0 which calculates the bonus (field called BonusTotal) as soon as a salary is entered, however, I don't want to see a bonus if the checkbox (called Bonus) is unchecked. What am I missing? Thank you!
WHY CANT I PRINT IN COLOR IN ACROBAT DC? I CAN'T PRINT THE COUPONS I NEED IN COLOR (BLACK AND WHITE ONLY) ON ANY SITE THAT REQUIRES ACROBAT DC TO PRINT THEIR COUPONS, SUCH AS SMARTSOURCE.COM. THX FOR ANY HELP.
I have a timesheet form that adds and populates based on a varied work week. Normal work week hours can vary by each employee. I want to auto-populate two boxes "Regular Hours" and "Overtime Hours" based on whatever is entered in the "Time in and Out" field.Regular work hours is 8 after that count as Overtime.Ex: I would greatly appreciate any assistance with this. Thanks!
I recently uninstalled my Acrobat X Pro accidentally (experiment gone wrong) and after having a lot of trouble re-installing it, I can't get it to talk to the other Creative Suite applications anymore, i.e. Photoshop and Illustrator for PDF editing. This is the dialogue that pops up when I try to Edit Image/Edit Object: I went to Preferences and checked, and the paths to the applications are correct:but they still won't launch and the dialogue just reappears. So I'm not sure what to do from there.Any help would be greatly appreciated!
"Adobe Acrobat has recovered one or more documents that were not saved properly before Acrobat was shut down. Click Yes to open the recovered documents. If you click No, your changes will be lost." is the message I get every time I start the application. Clicking either Yes or No results in the the app going dark and I have to open Task Manager to End Task to close the app to continue. What should I do?Steve
All of a sudden my icons are blurred. They don't look crisp as they used to. Any ideas how to troubleshoot this issue? TIA for any feedback.
I would like to open Developer case on Addin with Adobe getting disable. let me know how to go start the ticket?
I want to silently print PDFs without user interaction. I’m considering purchasing a license for the Acrobat PDF SDK to achieve this. However, I want to ensure that the silent printing functionality will work for users who only have Adobe Acrobat Reader (the free version) installed, and not the full paid version of Acrobat. Could anyone confirm if it's possible to distribute my application using the Acrobat PDF SDK with silent printing enabled for users who only have Acrobat Reader installed? Are there any limitations I should be aware of, or is the silent printing feature restricted to users with Acrobat Pro?
I provide legal support to various lawyers. Part of that involves assembling documents (such as submissions, and briefs) that link to paginated bundles of electronic documents which are mostly in PDF format. I have no issue with assembling these and creating the pinpoint links to specific pages in specific PDFs on a PC. However I keep running in to the issue of when Mac users try to use the links they dont work. The Courts have a specific format for the electronic bundles we make. Basically all the supporting docs are paginated, named by their starting page number and sit in a folder. The submissions and briefs sit in this folder as well. I have used the Evermap plug in for Adobe to create relative links using a spreadsheet. Evermap uses this format "File://filename.pdf" or "File://Subfolder/filename.pdf" to make the relative links. However these links dont work when the files are copied to a Mac. But even when I manually create the links using the standards Adobe
I've combined several pdf:s into one pdf document and would like to make a table of contents for it. Is this possible in Adobe Acrobat Pro DC?
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.