Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not directly a IPP issue, more a cry for help... #31

Open
MrFaul opened this issue Sep 18, 2024 · 1 comment
Open

Not directly a IPP issue, more a cry for help... #31

MrFaul opened this issue Sep 18, 2024 · 1 comment

Comments

@MrFaul
Copy link

MrFaul commented Sep 18, 2024

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.

@ancwrd1
Copy link
Owner

ancwrd1 commented Sep 18, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants