Re: PDETextItem for utf-8 characters
Text is not stored in PDF files in UTF-8 or any other Unicode. PDETextItemCopyText copies text without recoding it. There is a HUGE gap between the internal text format and having it in Unicode. You...
View ArticleAcrobat IAC: search and highlight text
Hi,i'm trying to write an c# application using IAC and JSO to search pdf files for specific words and Highlight the search results with the Highlight Annotation. The pdf contains Pictures and large...
View ArticleRe: Acrobat IAC: search and highlight text
A PDF file is essentially a collection of single characters, each with a position. So the action of the "word finder" in Acrobat is to assemble all those single characters, and use fuzzy logic...
View ArticleRe: Acrobat IAC: search and highlight text
Hi,ok so the "getPageNthWord()" should give me sufficient results. In the past i have encountered problems getting the correct quads or rectangel of a word, does "getPageNthWordQuads()" return correct...
View ArticleRe: Acrobat IAC: search and highlight text
I believe they are correct, the corners of a quadrilateral that may be rotated or skewed.
View ArticleRe: PDETextItem for utf-8 characters
is there any way to use PDETextGetItem and save correct character?or any other function to retrieve text ?I cant find that api please share a web page link
View ArticleRe: PDETextItem for utf-8 characters
The character you get is correct, but not in Unicode. I don't know if there is an API to translate to Unicode, but if not you can analyse the font's Encoding, CMap and ToUnicode values (a big project)....
View ArticleDoes Acrobat support KSP?
I have a question about SHA-256 signature in AcrobatX. I tried SHA-256 electronic signature to a PDF file using Acrobat on Windows 7. In Acrobat XI, I could create electronic signature with SHA-256 by...
View ArticleRe: PDETextItem for utf-8 characters
There is no public API to get the text of a PDEText as Unicode (any form). You would need to write that yourself OR as suggested use WordFinder.
View ArticleRe: Does Acrobat support KSP?
What is a KSP? CSP is a Cryptographic Service Provider, so what is K?
View ArticleRe: Does Acrobat support KSP?
Thank you very much for your prompt reply.As you mentioned, CSP is Cryptographic Service Provider.KSP stands for "Key Storage Provider" which is a provider like CSP. KSP is a provider used in...
View ArticleRe: Slow performance on PDPageSetPDEContent
Sorry for updating this old post. Found the same problem on another PDF, 400 elements in file.If I try to move an object with touch-up tool I have the same 'endless performance' My question is:...
View ArticleRe: Slow performance on PDPageSetPDEContent
It's pretty unlikely you can do anything in your code to solve this. A more detailed analysis might discover the cause: clearly it isn't the count of elements itself. Maybe there are many form...
View ArticleRe: Does Acrobat support KSP?
I don’t believe it’s related to CSP/KSP, but simply the SHA-256 not being supported. Also, what do you mean that if you ask for SHA-256 you get SHA-1? SHA-256 is fully supported.
View ArticleRe: I want to have the tint to the color information of the Cos Object.
Hi, Thank you for reply.I found that it is difficult to use the PostScript function.I chose the type 4 because I was the other sample to reference. Is it possible to set a tint value if the...
View ArticleaxAcroPDF.setView("Fit") not working
I'm writing a VS 2013 C# winform app and using the axAcroPDF Actice-X/COM PDF reader component. My PDF page (a single page) always loads in showing the top 2/3's of the page and not the whole page...
View ArticleRe: I want to have the tint to the color information of the Cos Object.
Please tell me how to set the tint value.Or Please introduce me the reference information.
View ArticleRe: I want to have the tint to the color information of the Cos Object.
The PDF Reference is complete. You must first decide what actual function you require for the tint transform. Once you have this described mathematically, you can make a representation in PDF. In a...
View ArticleInsert/Add text to pdf
Can anyone please post a sample code(Just a function to give me some idea) for Adding or Inserting text to the pdf... Am trying hard and not able to do it. .Thanks
View Article