We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it Possible to export a PDF/X optimized for professionnal printing like :
If not, do you have solutions, ideas, libraries to parse a pdf after ?
Thanks a lot for your advises, Wilhem
The text was updated successfully, but these errors were encountered:
Hi,
For CMYK, may be bpampuch/pdfmake#825 to Try
Best regards, Justin.
Sorry, something went wrong.
For 300dpi, some talks #268
But the solution seems to be in pdfkit. Can we apply it to pdfmake simply
#415 var dpi = 300
var px2pt = function(pxl) { return parseFloat(pxl * (72 / dpi)) }
Interested for my platform (printing of vinyl stickers)
No branches or pull requests
Question
Is it Possible to export a PDF/X optimized for professionnal printing like :
...
If not, do you have solutions, ideas, libraries to parse a pdf after ?
Thanks a lot for your advises,
Wilhem
The text was updated successfully, but these errors were encountered: