Import PDF from Rhinocommon and COM Interface

Hello,

I would like to remotely import PDF Files into Rhino (in batch mode) using the COM Interface and RhinoCommon. I’ve tried to use Open Method and ReadFile which works well for 3dm files but the interface freezes on PDF Import options when I try to get a PDF file. From what I understand, the PDF Import is done by an external Plugin “Import_PDF.rhp” but how can I get it and use its availables methods (if any)?

I don’t want to use a RhinoApp.RunScript"_-Import …" workaround : in case something goes wrong during the import, it creates a popup which will freeze my program.

Thanks for your help!

There is no other way - sorry…

Ok, thanks for your reply.