Skip to content

Possible to export a PDF/X optimized for professionnal printing #1024

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

Open
Wewill opened this issue Sep 12, 2019 · 3 comments
Open

Possible to export a PDF/X optimized for professionnal printing #1024

Wewill opened this issue Sep 12, 2019 · 3 comments

Comments

@Wewill
Copy link

Wewill commented Sep 12, 2019

Question

Is it Possible to export a PDF/X optimized for professionnal printing like :

  • With crop marks, trim edge ...
  • With CMYK colors, or direct color ( PANTONE® )
  • With ICC profils
  • 300 dpi resolution
    ...

If not, do you have solutions, ideas, libraries to parse a pdf after ?

Thanks a lot for your advises,
Wilhem

@justin-petermann
Copy link

Hi,

For CMYK, may be bpampuch/pdfmake#825 to Try

Best regards,
Justin.

@justin-petermann
Copy link

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))
}

@guillempuche
Copy link

Interested for my platform (printing of vinyl stickers)

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

3 participants