Re: Can't insert values into Editable text fields using VBA
The following two different methods should work for reading the values: text1a = jso.xfa.form.form1.subform.FirstName.rawValue() text1b...
View ArticleRemove all the hidden objects in PDF using acrobat SDK
Hi Friends How to remove all the hidden objects in PDF using acrobat sdk 11
View ArticleRe: Remove all the hidden objects in PDF using acrobat SDK
How do you define hidden exactly (please use terminology from 32000-1 if possible)?
View ArticleRe: Remove all the hidden objects in PDF using acrobat SDK
You can certainly automate the Remove Hidden Information feature in Acrobat via the plugin APIs, specifically AVCommand.
View ArticleUsing VBA - Check to see if Acrobat Pro is open on users machine
Hello all. I have an Access application that generates a bunch of single page PDF reports in a folder on the users machine, then when it is finished, it combines all of the files into a single pdf file...
View ArticleRe: Using VBA - Check to see if Acrobat Pro is open on users machine
Look for the process functions in the Microsoft Windows API.
View ArticleRe: Using VBA - Check to see if Acrobat Pro is open on users machine
Or... fix the error. What error happens?
View ArticleRe: Using VBA - Check to see if Acrobat Pro is open on users machine
Hello Test Screen Name. I do trap for the error and generate a friendly error message to ask the user to close Adobe Acrobat. The problem is, depending on the criteria they select for the report, it...
View ArticleRename Extracted Pages Base on Value in Extracted Page
Hello All, I am in the middle of a process where I am taking a PDF and extracting pages into individual pages. That part is no problem! What I am having issues with is naming the new PDFs. I was...
View ArticleRe: Rename Extracted Pages Base on Value in Extracted Page
You can certainly write an application using the SDK to do this, but you are correct that nothing is included by default.
View ArticleRe: How to print specific pages of a pdf from a vb 2013 program using a print...
I decided to just go with my solution of creating a separate pdf in a temp directory. The user is happy with it, and that is the determining factor. Thank you all for your suggestions.
View ArticleRun-Time error '438': Object doesn't support this property or method
Hello!I inherited an Access database and I am not a programmer at all. The person who created the database left and now when I try to open the database I get the run-time error 438. When I click on...
View Articlehow to operate 3d model in adobe reader from external program
Is it possible to operate 3d model with adobe reader from external program?Such as selecting a spefic node of 3d model and and highlighting it in adobe reader.Thanks a lot!
View ArticleBug of PDBookmarkGetByTitleASText
I am using Acrobat SDK to develop an Acrobat using C++. The following code does not pop up HERE for some files.it should pop up for any files,I cannot upload my pdf here, but I think it is a bug....
View ArticleRe: Bug of PDBookmarkGetByTitleASText
Just checking: does the file contain bookmarks?Also, what is displayed if you display the title - is it the expected first child's title?
View ArticleRe: Run-Time error '438': Object doesn't support this property or method
There is no method getPortfolio in the Javascript Reference. Did this ever work?
View ArticleRe: Bug of PDBookmarkGetByTitleASText
Yes, it has. that is why I add comment " has children"the bookmark title can be anything.
View ArticleRe: Bug of PDBookmarkGetByTitleASText
I add a pdf which does not show HERE http://1drv.ms/1zUgPRK
View ArticleRe: Run-Time error '438': Object doesn't support this property or method
The macros were already setup and the database used to work fine. Once we moved the database to a new location and I re-linked all the tables and files that is when I started getting the error. The...
View ArticleRe: Bug of PDBookmarkGetByTitleASText
It is a curious feature of this file that the first bookmark contains a binary zero, its string value in hex is 503200.I can well imagine that the 00 is trimmed when the ASText is created, causing the...
View Article