문제

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