Not finding what you are looking for? Request a recipe!
I am putting together a form for an inventory and would like to set it up so that if a certain item is selected from a drop down menu, the text field related to the volume of that item is automatically populated based on the selection in the drop down menu. Is this possible through javascripting?
Currently, using xfa.host.importData();, the user must directly select an xml file in a directory of their choice (wherever they placed it). However, the xml file that they will be importing is contained in a .zip file in a folder in the zip named "XML". Is there a way for the user to navigate to ...
I am wanting to create a flyer so that customers can click on a box and add their own logo, then print it. Is that possible in Acrobat 9 Pro?
I want to create a calculated field in Adobe Acrobat Pro 10 by multiplying another field by a constant.
I need to open open protected pdf file from a Fox Pro application. Need to pass on open password to code in Fox Pro but it seems Reader does not accept password input.
Tried with ActionScript 3.0, in the swf, but doesnt work.
Hi, I am very new to the Acrobat SDK and coding in C++. I have managed to pick up one of the sample Plug-Ins (BasicPlugin.API) and have begun editting it, although I'm not getting far with my little knowledge! What I am trying to do is fairly simple. When documents are 'combined' in Acrobat book ...
Using VB.NET I need to load a pdf from a blob field in a MySQL database, and display it. It seems that the only way to do this is to save my byte array to a file, and then use AxAcroPDF.LoadFile(filename) to display it on my form. Unfortunately I didn't wish to save the file, so if a way around ...
I work at a school district where we produce huge reports that have to be broken apart and delivered to many individual schools and I'm looking for a way to change PDFs (produced elsewhere) such that when they are printed they send a command to print specific pages on paper from a different tray so ...
I am trying to have my android app launch reader to display some content. I can get Reader to launch but not get it to open a specific file. THe code below is how I am trying to get it to work. This seems to be a fairly common question and I'm sure people would love to have it answered clearly. I ...