Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
M_Valentino@adobeforums.com #1
Graphics labeled as figures error message in batch process (C#)
Hello,
I have a batch process I'm writing in C# to save the text of a PDF file. The process starts, opens Acrobat and the file, but after a few seconds I'll see the following error message in Acrobat:
"Some difficult pages were encountered requiring all graphics on those pages to be labeled as figures."
If I click okay and let the process continue, everything is fine, but I don't want to have to do that. It defeats the purpose of writing the batch code, of course.
What's interesting is that the prompt shows up if I use the com.adobe.acrobat.plain-text saveAs option. If I use com.adobe.acrobat.accesstext as the option, the prompts don't show up.
//object[] saveAsParam = { documentText, "com.adobe.acrobat.accesstext" };
object[] saveAsParam = { documentText, "com.adobe.acrobat.plain-text" };
T.InvokeMember(
"saveAs",
BindingFlags.InvokeMethod |
BindingFlags.Public |
BindingFlags.Instance,
null, jsAcroObj, saveAsParam);
Is there a way to catch the error and log it? Is there a way to suppress it?
Thanks!
M_Valentino@adobeforums.com Guest
-
Run batch process (OCR) using VB?
is there any way to automate by vb.net -
Batch Process
I am running Photoshop 6.0 on Windows XP ... I need to write a batch process/action which places a logo at the bottom of an image ... I would like... -
How to Write Batch Process
Well I need only to make my pdf for searchable image. Which I can easy do with PAPER CAPTURE plug-in for Adobe Acrobat. My problem is to make this... -
Error Msg in Batch Process
FWMX on XPHome: I'm trying to use the Fireworks batch process to scale directories full of jpeg and/or gif images. I made a script out of the... -
batch process?
I have a large number of pages I want to update using the "Apply template to page..." option. Is there a way I can do this using a batch process... -
Leonard_Rosenthol@adobeforums.com #2
Re: Graphics labeled as figures error messagein batch process (C#)
There is no way to catch that error.
Leonard_Rosenthol@adobeforums.com Guest



Reply With Quote

