You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URF like in Apple AirPrint? Ghostscript can produce it directly, as far as I know:
gs -sDEVICE=urf -sOutputFile=test.urf -dNOPAUSE -dQUIET -dBATCH test.pdf (or via FFI bindings to libgs, from the code).
For proprietary apps there are some commercial libraries for PDF rasterization, like Mako Core SDK or commercial version of XPdf, but they are generally expensive.
Well the damn thing eats only URF... because PDF would be to easy...
Any ideas or suggestions for a reliable rasterizer?
Oh and before anybody asks, it's a label printer.
The text was updated successfully, but these errors were encountered: