Open file without warnings
hi,
when open pdf file following warning:
the document contains pdf objects have been reinterpreted.
- font missing
can somehow open file without showing error, or automate , click ok on window? using c# com reference. see code below:
var iapp = new illustrator.application();
var idoc = iapp.open(file, illustrator.aidocumentcolorspace.aidocumentrgbcolor, null);
regards
the application object has user interaction level can set never… can't give c# example…
there open options use when opening pdf may negate issues
More discussions in Illustrator Scripting
adobe
Comments
Post a Comment