PDFutils
clone your own copy | download snapshot

About

A fresh new repo for small PDF utilities.

color_convert.sh + gray_to_spot.ps

./color_convert.sh black,cmyk,spot-PANTONE 705 U-0.9 0.1 0.5 0.1 input_layer1.pdf,input_layer2.pdf,input_layer3.pdf output.pdf

This will convert each input PDF file to the corresponding color mode (black, cmyk or spot color), then combine the resulting files on top of each other. dependencies: pdftk (for multistamp) + Xpdf (for pdftops)

rgb2cmyk.sh

./rgb2cmyk.sh input.pdf

This will convert a PDF to input-cmyk.pdf

If you need overprint:

./rgb2cmyk.sh input.pdf overprint

This will convert a PDF to input-cmyk-op.pdf

colorSeparation.sh

./colorSeparation.sh input-cmyk.pdf

This makes black and white images of each CMYK plates and makes a small HTML page to preview the plates. It will output blank plates if your PDF is in RGB.

Web interface for coloured preview of each plate:

all cyan magenta yellow black

By zooming out, you can see several pages at the same time:

Snapshots | iceberg

Inside this repository

Log

 

Stéphanie Vilayphioudisclosed

— A fresh new repo for small PDF utilities.

./rgb2cmyk.sh input.pdf

This will convert a PDF to input-cmyk.pdf

./colorSeparation.sh input-cmyk.pdf

This makes black and white images of each CMYK plates and makes a small
HTML page to preview the plates.

Sunday, 28th September 2014 - 23:58

 

Stéphanie Vilayphiouconfessed

— forgot to rename the file in appending the footer

Monday, 29th September 2014 - 00:18

 

Stéphanie Vilayphiouexpressed

— Each plate picture previews its color.

There seems to be a bug with Lazy Load, letting you believe your black
text is in color but it is!

Monday, 29th September 2014 - 00:57

 

Stéphanie Vilayphiouexpressed

— We get rid of Lazy load which put things not in the right order.
Anyways, we consult the page locally so we don't need it so much.

Some more styling on top of the cake.

Monday, 29th September 2014 - 01:40

 

Stéphanie Vilayphioustated

— some screenshots

Monday, 29th September 2014 - 01:44

 

Stéphanie Vilayphiouuttered

— renamed readme

Monday, 29th September 2014 - 01:48

 

Stéphanie Vilayphiougave away

— images floating so you can see multipages more easily by zooming out

Monday, 29th September 2014 - 10:04

 

Stéphanie Vilayphioublabbed out

— Images in the read me.

Monday, 29th September 2014 - 10:07

 

Stéphanie Vilayphioudivulged

— Add the converted cmyk PDF of example.pdf so that one can test the
colorSeparation.sh directly.

Monday, 29th September 2014 - 10:07

 

Stéphanie Vilayphiouwhistled

— Oups, all images were the same on the README.

Monday, 29th September 2014 - 13:32

 

Stéphanie Vilayphiouuttered

— Typo in the markdown

Monday, 29th September 2014 - 14:07

 

docteuremtattled

— added color_convert.sh

Wednesday, 1st April 2015 - 12:32

 

docteuremexpressed

— remove temp readme file

Wednesday, 1st April 2015 - 12:41

 

Stéphanie Vilayphioucomplained

— Merge pull request #1 from docteurem/master

ça merge ou quoi?

Thursday, 2nd April 2015 - 16:38

 

Stéphanie Vilayphiouexposed

— Update rgb2cmyk.sh to preserve true black, with overprint option.

Thursday, 25th February 2016 - 13:02

 

Stéphanie Vilayphiousang

— The force-black.ps was a symbolic link. Here it is for real.

Friday, 6th May 2016 - 11:00

 

Stéphanie Vilayphioustated

— added usage for overprint export

Wednesday, 20th July 2016 - 14:43

 

Stéphanie Vilayphioutattled

— Updated the rgb2cmyk.sh script. Now it converts an RGB PDF into a CMYK
PDF without or with overprint, with no washed colors as we've seen in
Médor 3.
Thanks to Lionel Maes (La Villa Hermosa) to have debugged this together!

Friday, 19th August 2016 - 16:04