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

Printed copies #26

Open
Derek-Jones opened this issue Dec 3, 2020 · 1 comment
Open

Printed copies #26

Derek-Jones opened this issue Dec 3, 2020 · 1 comment

Comments

@Derek-Jones
Copy link
Owner

Opened to record the issues around getting a copy physically printed.

If you have suggestions or comments, please add them.

One of the few companies offering A4 color printing, for non-trivial numbers of pages, are: IngramSpark. They require that the pdf be in PDF/X and that the color format be cmyk (rather than rgb, a common requirement for larger printers, I'm told).; see page 11.

It is possible that the images are too close to the edge of the page. I'm working on getting a trial print.

Ghostscript can be used to convert from RGB to CMYK:

gs -o ESEUR-cmyk.pdf \
   -sDEVICE=pdfwrite \
   -sProcessColorModel=DeviceCMYK \
   -sColorConversionStrategy=CMYK \
   -sColorConversionStrategyForImages=CMYK \
    ../ESEUR.pdf
@Derek-Jones
Copy link
Owner Author

If you want to try and get the colors produced by your printer to match those that appear on screen, some tools try try include:

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

1 participant