Re: How do I convert multiple PDFs to XML without having to open each file...
Yes, sounds closer to what I'm looking to do. Thanks for the help. I think I found what I needed.
View ArticleRe: DigSigCompareWords Messages
You can buy support cases for Acrobat SDK use. But they will just tell you that it is not for use on a server.
View ArticleHow can I hide the error prompt for confirm?
As I schedule job the read PDF to Text program, but acrobat prompt "Message Box for confirm" while error throws. How can I hide this? My code as below: Acrobat.AcroApp gAppClass = new...
View ArticleRe: Separation color space for specific fonts
Yes.. I modified the PDF using PDFEdit API's.. Can i save the PDF into the disk from the PDFEdit layer? because i am seeing some functions are there in PD layer. I didn't get any function in PDFEdit...
View ArticleRe: Separation color space for specific fonts
You always open a PDDoc. A PDDoc can be edited with PDFEdit, Cos and other APIs, but these all change the PDDoc. So finally you save the PDDoc.
View ArticleRe: 'Authoring' Selection Handler problems
Hello Michael, I know it's been a long time since your post, but if you see this, could you please say if the issue was resolved? I have the same problem with struct AVAuthorSelectionthat you do,...
View ArticleAre 2 consecutive "closepath" staments assigned some special meaning?
In Postscript (and the PS-like language used in the PDF) are 2 consecutive closepaths supposed to have a special meaning? To stand for something else? TIA
View ArticleRe: Are 2 consecutive "closepath" staments assigned some special meaning?
No. The second one may be treated as a no-op, or as a zero length line segment, at the whim of the implementor.
View ArticleRe: Navigate to custom views in PDF using C#
Dear Team, Please update me regarding my queries, I am waiting for your kind support Thanks Regards,S.Ramakrishnan
View ArticleRe: Navigate to custom views in PDF using C#
Please don't ask for people to write sample codes for you.
View ArticleRe: How can I hide the error prompt for confirm?
I find a solution from MVP. http://forums.adobe.com/thread/1435717?tstart=0
View ArticleGet Unicode char from Bookmark Title
Hi, When we get unicode from Bookmark title which is in japanese character, we are getting junk characters. PDBookmark item;ASText titleText;......PDBookmarkGetTitleASText(item, titleText); API Used:...
View ArticleRe: Get Unicode char from Bookmark Title
That call is fine - but I don't know where you got the m_data.titleText from...
View ArticleRe: Get Unicode char from Bookmark Title
Have you analysed the UTF-8 to be sure it is nonsense characters? What do you do with the UTF-8 titleText?
View ArticleIs there APIs available in Acrobat for extracting text from images using C#
Is there APIs available in Acrobat for extracting text from images using C#
View ArticleRe: Is there APIs available in Acrobat for extracting text from images using C#
There is no such API in Acrobat, because Acrobat doesn't do that, not directly. Acrobat does support OCR. And it supports text extraction. These are two entirely different tasks. Is this for use on a...
View ArticleRe: Is there APIs available in Acrobat for extracting text from images using C#
We are planning to buy acrobat pro license and using windows application to make image pdf to searchable pdf? is it possible?
View ArticleRe: Is there APIs available in Acrobat for extracting text from images using C#
Please answer, it is relevant. Is this for use on a server?For an interactive session?Something else?
View ArticleRe: Is there APIs available in Acrobat for extracting text from images using C#
It is not intractive session. PDf files will be placed on the folder, our code autmatically convert to searchable pdf and move to another folder. We will be using the code on server.
View Article