Re: Bug of PDBookmarkGetByTitleASText
If you have the child already (via PDBookmarkGetFirstChild()) why are you getting it again via GetByTitle???
View ArticleRe: how to operate 3d model in adobe reader from external program
In Acrobat (NOT the free Reader) you can use external JavaScript, if the JavaScript model does what you want. The free Reader is intentionally limited.
View ArticleRe: Bug of PDBookmarkGetByTitleASText
Yes, you got it. but it is even worse..... do you know how do I get that weird bookmark title?Please run following code, it will make first bookmark become 00 ending bookmark.First you should have a...
View ArticleRe: Bug of PDBookmarkGetByTitleASText
That sounds a nasty bug. You can work around it using the Cos layer.
View ArticleRe: Run-Time error '438': Object doesn't support this property or method
The getPortfolio function could have been in a folder-level JavaScript file that you haven't copied to the machine you're using.
View ArticleRe: how to operate 3d model in adobe reader from external program
thanks, could you give some more description on what do you mean by "external Javascript"? What is the difference with the "normal Javascript" of adobe sdk?
View ArticleRe: how to operate 3d model in adobe reader from external program
It is the same JavaScript methods etc. I assume you are familiar with the 3D JavaScript API. The difference is how it is used. Instead of being embedded in a PDF (or typed in the console), it is sent...
View ArticleRe: how to operate 3d model in adobe reader from external program
Thanks. But I did not find the "limitation" described for adobe-reader in the sdk document. Do you mean I can only access the "Annot3D object" with acrobat, not possible from the reader?Just want to be...
View ArticleRe: how to operate 3d model in adobe reader from external program
I can't say it's impossible, but that seems to be Adobe's intention. The SDK can be assumed to apply to Acrobat only (it isn't called the Adobe Reader SDK) except where Reader is mentioned. Read too...
View ArticleRe: how to operate 3d model in adobe reader from external program
Adobe Reader does NOT have ANY support included (out of the box) for allowing access to 3D models from an external program. You either need to switch to Acrobat, which does include this – or write a...
View ArticleRe: how to operate 3d model in adobe reader from external program
Thanks Irosenth,One thing I am still not quite sure. Do you mean I can use "Acrobat 3D API" to create the plugin? But seems the "Acrobat 3D API" only works with Acrobat Pro Extended. That means the...
View ArticleRe: how to operate 3d model in adobe reader from external program
No, you use the standard Acrobat SDK APIs for plugins. With that you can build a plugin for either Acrobat or Reader or both. If you are building one for Reader, you will need to obtain a license...
View ArticleSearch and highlight found sentence
I'm designing a C# console application that searches sentences in a PDF text (i.e multiple words separated by space , and may be separated by line) and a title sentence that may take more than one...
View ArticleRe: Search and highlight found sentence
1. Do you have the Acrobat SDK?2. Is this for* a single user, running interactively, who owns Acrobat?* a single user, running interactively, who has the free Adobe Reader?* a background task for a...
View ArticleHow to find Widow/Orphan in pdf
Hi Friends Is it possible to find or identify widow/orphan page in pdf using Java script or acrobat sdk
View ArticleRe: Search and highlight found sentence
1- yes2- it's a background task for a user who owns Acrobat ,3- i want it permanent , as a new file with the highlighted matches will be generated
View ArticleRe: How to find Widow/Orphan in pdf
PDF does not (in general) contain any information on text flow, paragraphs, text blocks etc. If you can define a rule to discover widows and orphans from text position, you can use it, but there are no...
View ArticleRe: Search and highlight found sentence
Ok, this would be done by JavaScript, through the VB:JavaScript linkage. VB is a better choice but it appears that it might be possible to do this with C#, not sure. To find positions of text you use...
View Articlepreserve formatting while converting txt to pdf
how to preserve txt file formatting while converting to pdf.I am using Adobe acrobat pro sdk to open text file.File looses formatting when I open ig.mobjAVdoc = CreateObject...
View ArticleRe: preserve formatting while converting txt to pdf
Two things. 1 – the method you are using is not an approved way to convert text->PDF. (yes, it happens to work in some versions ofAcrobat, but should not be considered as something we want to...
View Article