Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top