Re: Save searchable PDF in C# IAC program
Access to the OCR (text recognition) feature is not possible via the IAC APIs. You would need to write a custom plugin fro Acrobat using C/C++
View ArticleRe: Save searchable PDF in C# IAC program
Thank you for the quick answer. I have about 300,000 PDF's to make searchable so this is a big issue for me. I was hopeful that since C# can "control" acrobat that this approach would work. I don't...
View Articlehow to write a unicode text in pdf file
Dear Friends, I am a beginner in acrobat pdf plug-in development. I was trying to write a unicode text (Tamil text) into pdf file. Using same api I am able to write english text in time-roman, areal...
View ArticleRe: Remove hidden text using SDK api
Thank you for all your replies. There are some 'guidelines' or some kind of 'best practice' to determine hidden text/element in a pdf file?I mean, if Acrobat is able to determine 'hidden' text using...
View ArticleRe: Save searchable PDF in C# IAC program
Why can't you do it using the Batch/Action feature of Acrobat? Why do you need to write any code?
View ArticleRe: how to write a unicode text in pdf file
There is a sample in the SDK on how to write Unicode - it's a different process.
View ArticleRe: Remove hidden text using SDK api
Since Acrobat uses the same SDK/API's, you can do the exact same things. As to guidelines, various government agencies around the world each have their own that you could refer to.
View ArticleRe: how to write a unicode text in pdf file
Hi, Can you please tell me the sample name. I am actually using acrobat 6.0 sdk. There are samples but if you can let me know exactly which sample I can be confirmed easily. Thank you for your valuable...
View ArticleRe: Remove hidden text using SDK api
I don't understand what do you mean with 'government agencies' ...
View ArticlePDEElementGetBBox throws 'A number is out of range' exception
I have the following problem: I use PDEElementGetBBox method but it throws 'A number is out of range' exception on a specific PDEelement, type 'kPDEShading'. Any help on why this happens? Should I not...
View ArticleRe: how to write a unicode text in pdf file
WOW - that is OLD!! It hasn't been supported for at least 10 years now. The current SDKs - X and XI include the sample that you require. You will need to update to the latest SDK as well - not just...
View ArticleRe: PDEElementGetBBox throws 'A number is out of range' exception
Some types of shadings don't necessarily have boxes - so this is perfectly fine. It's why using those DURING/HANDLER blocks is so important.
View ArticleRe: PDEElementGetBBox throws 'A number is out of range' exception
thanks! ps: SDK online documentation is unavailable for several week?
View ArticleRe: PDEElementGetBBox throws 'A number is out of range' exception
Yes, we know about that. Grab the off-line version.
View ArticleRe: Save searchable PDF in C# IAC program
Acrobat is for use in an interactive session only, so the end user can readily see and resolve "stalling" problems. Are you looking for a server solution?
View ArticleAdobe Reader 9 plugin fails to load on RedHat Linux OS
I built a plugin using Acrobat SDK 9 for Adobe reader 9.5 on Redhat Linux OS. I am able to successfully build and reader enable the plugin. But when I start Adobe Reader 9, the plugin fails to load...
View ArticleRe: Adobe Reader 9 plugin fails to load on RedHat Linux OS
Do you have a license key for this from Adobe? You can't make a Reader plugin w/o the key
View ArticleRe: Save searchable PDF in C# IAC program
I'm converting about 300,000 unsearchable pdf's into searchable pdf's. The process should skip an unreadable pdf rather than stalling. That's really all I need. Maybe a two-step approach would work....
View ArticleRe: how to write a unicode text in pdf file
Dear lrosenth,I went through some codes/suggestions in internet and I found that I need to have cmap file and cid font file for the respective font since pdf doesn't support unicode fonts directly.Can...
View Article