سؤال

I'm looking for a library to convert PDF to PCL. I also need to put additional instructions (probably @PJL COMMENT statements) We're trying to convert pdfs for input into an automated faxing system.

I would like to be able to call this from a .net environment either by directly referencing a .net assembly, using COM, or P/Invoke.

هل كانت مفيدة؟

المحلول

GhostScript might convert PDF to PCL (see www.ghostscript.com)

This would be via running a the commandline app or using pInvoke on the dll.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top