Re: Does Acrobat have a Java API/SDK??
I have a question for you. I'm very curious - what uses have people found for this XML? What is in it that makes it so useful? Does it match any particular useful schema used by other software? You...
View ArticleRe: How to change the color of text highlight
That's an interesting question. I looked into what Acrobat does when you use the highlight tool on an area of text - you can do the same but you have to zoom in after highlighting to see what happens....
View ArticleRe: How to change the color of text highlight
Yeah I just noticed that. Acrobat do the same but the tool runs from line by line. Many thanks for the help on this work
View ArticleSaving via Reader-Enabled plugins - An unimplemented or obsolete function was...
Hello, I have recently Reader-Enabled my plugin, and am getting an issue using PDDocSave; getting "An unimplemented or obsolete function was called".Testing in X and XI has the same response. Reading...
View ArticleRe: Saving via Reader-Enabled plugins - An unimplemented or obsolete function...
I believe that for Reader, you can only do a appended Save - so try that in your flags.
View ArticleHow do I nest bookmarks via Excel VBA
Hi, I am attempting to accomplish a task using Microsoft Excel 2007, VBA and Adobe Acrobat 10.0 Type Library. I am able to programmatically create bookmarks in a specified PDF but I would also like to...
View ArticleRe: Re: Saving via Reader-Enabled plugins - An unimplemented or obsolete...
Thanks for the quick reply, I can't see any appended save flag, tried PDSaveIncremental and PDSaveForceIncremental (With the newpath parameter as NULL as specified in the API) but got the same result -...
View ArticleRe: Saving via Reader-Enabled plugins - An unimplemented or obsolete function...
SaveIncremental is the one I was thinking of... What if you do an AVDocSave instead of a PDDocSave?
View ArticleRe: Saving via Reader-Enabled plugins - An unimplemented or obsolete function...
One thing I notice in the docs for PDDocSave: IMPLEMENTATION LIMIT: the current implementation can only save a file to the same fileSys for the doc's current backing file, thus fileSys MUST BE...
View ArticleRe: Saving via Reader-Enabled plugins - An unimplemented or obsolete function...
I have also tried tried PDDocSave(pdDoc, PDSaveIncremental, NULL, NULL, NULL, NULL); with the fileSys as NULL but no different. I am having a play with the AvDocSaveOptimised (there is no AvDocSave)...
View ArticleRe: Saving via Reader-Enabled plugins - An unimplemented or obsolete function...
Apparently you will not be able to save a modified file, only the original unmodified file. Extensive discussion: Re: Acrobat Reader X and PDDocSave
View ArticleRe: How do I nest bookmarks via Excel VBA
Not clear which version of Acrobat you are using: 10 (the type library) or 9 (you stated). To start with you should be using the Acrobat SDK relevant to your Acrobat product, but I can tell you that...
View ArticleRe: Saving via Reader-Enabled plugins - An unimplemented or obsolete function...
Yeah I have looked at that thread Test Screen Name, I had referred to that thread in my original and it discusses the plugin needing to be Reader-Enabled, which mine is. Also the thread concluded it...
View ArticleRe: Saving via Reader-Enabled plugins - An unimplemented or obsolete function...
I have sorted it out with AvDocDoSave and PDDocCopyToFile, both of these work in Reader. EDIT: I have marked this as the right answer as it contains what I have done to resolve my issue, but I would...
View ArticleRe: How do I nest bookmarks via Excel VBA
I am using Acrobat 9. The Type Library is the VBA Library accompanied in Adobe Reader's installation. I have Reader 11.0 and the library full path on my local drive is: C:\Program Files\Adobe\Reader...
View ArticleRe: How do I nest bookmarks via Excel VBA
So it's Acrobat that you are using to manipulate bookmarks, but unfortunately Acrobat 9 is no longer supported by Adobe. I am not an expert on the COM APIs, but there has to be a better choice for...
View ArticleRe: How do I nest bookmarks via Excel VBA
unfortunately Acrobat 9 is no longer supported by Adobe.So why wouldn't Adobe support it's own products? I know the API is kind of weak - i.e. the objects and their associated properties are small in...
View ArticleRe: How do I nest bookmarks via Excel VBA
Our support policy is for the current version of any product and the one previous. As we are currently at Acrobat XI (11), that means that we dropped support for Acrobat 9 - a little over a year ago...
View ArticleRe: How do I nest bookmarks via Excel VBA
Adobe does support it's own applications, but as every software company hasto do, they have to draw a line and say that only the last x releases aresupported. In Acrobat's case, that's the last two...
View ArticleRe: How do I nest bookmarks via Excel VBA
Karl, can you provide a link to that post so I can browse? I can't see one
View Article