C# PCL rendering into TIFF (or other image format)
Posted
by
Nathan Loding
on Stack Overflow
See other posts from Stack Overflow
or by Nathan Loding
Published on 2010-02-25T22:03:48Z
Indexed on
2010/12/31
18:53 UTC
Read the original article
Hit count: 197
I'm looking for the best solution -- and perhaps the cheapest also -- to take PCL5e and PCL6 compliant code and render it into a TIFF image. Reliably.
Does anyone have any experience with the PCLTool SDK from PageTech (http://www.pagetech.com/pcl.php)? This looks to be the best I can find, but I'm not sure how flexible it really is.
The other options is trying to write my own interface, which would be a BEAST of a project and not one I really want to try to tackle.
Any open-source solutions out there? Anyone with a C#/.NET project having success with PCL rendering? If so, how?
© Stack Overflow or respective owner