Search found 4 matches

by Rumcajs
2018-09-10T00:56:07-07:00
Forum: Developers
Topic: convert : force output as PDF v1.3 possible ?
Replies: 2
Views: 9122

Re: convert : force output as PDF v1.3 possible ?

I got almost what i wanted by running : convert -quality 100 -density 300 -colorspace CMYK input.pdf output_flattened.pdf without : "-profile /usr/share/color/icc/CoatedFOGRA27.icc" its generate a v1.3 pdf file, v1.3 its very important in printing businessmen because the v1.3 is a requirem...
by Rumcajs
2018-08-18T02:29:09-07:00
Forum: Developers
Topic: convert : force output as PDF v1.3 possible ?
Replies: 2
Views: 9122

convert : force output as PDF v1.3 possible ?

Hi, i use this command to produce a flattended pdf : convert -quality 100 -density 300 -colorspace CMYK -profile /usr/share/color/icc/CoatedFOGRA27.icc input.pdf output_flattened.pdf It works pretty good, but its produced a v1.7 pdf file, is it possible to tell convert to produce a v1.3 pdf ? Cheers
by Rumcajs
2018-08-04T08:27:33-07:00
Forum: Bugs
Topic: [Solved] identify don't gives serious information about colorspace
Replies: 2
Views: 5138

Re: identify don't gives serious information about colorspace

IM knows nothing about raster images embedded within a PDF. It is concerned only with the raster image(s) returned by Ghostscript. GS returns one image per PDF page, even if pages contain multiple embedded images. For your PDF, there is only one page. So there is only one colorspace. If you want to...
by Rumcajs
2018-08-04T07:57:16-07:00
Forum: Bugs
Topic: [Solved] identify don't gives serious information about colorspace
Replies: 2
Views: 5138

[Solved] identify don't gives serious information about colorspace

Hi, identify don't gives serious information about colorspace, its like lotto, like drop a coin. here we have a simple PDF-File (i have created it) : https://drive.google.com/open?id=1t3BMJnvJH65CVnWypLpk0MyI17lOBQyi This pdf has 2 images embedded, one image (RGB), another (CMYK). So if i do : "...