Linux - DesktopThis forum is for the discussion of all Linux Software used in a desktop context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm using Apache FOP to create pdf files. I need to create pdf for press printing.
The only problem I have is, that created pdf is with some ICC profile and press company cannot simply change it in press SW. They must simply open file in adobe acrobat and save it without ICC profile.
I also tryed to use ghostscript ps2pdf - it produces much smaller output than FOP but sitll with ICC.
Or course, the ideal way is to create PDF in CMYK, but I think the ICC profile must still go avay and most of the press companies can solve this.
Does anyone here solved similar problem?
Also, all this is done on Slackware Linux server that haven't X installed. X libs are present, of course, but no graphic environment.
-profile <filename>
add ICM, IPTC, or generic profile to image
-profile filename adds an ICM (ICC color management), IPTC (newswire information), or a generic profile to the image.
Use +profile icm, +profile iptc, or +profile profile_name to remove the respective profile. Use identify -verbose to find out what profiles are in the image file. Use +profile "*" to remove all profiles.
To extract a profile, the -profile option is not used. Instead, simply write the file to an image format such as APP1, 8BIM, ICM, or IPTC.
Thank you for your answer, but ImageMagis is not an option for me, because it converts whole pdf to one image. I have mixed pdf with vectors and images.
I can use ghostscript or apache fop.
I don't know of any open source program that can do this, only expensive programs like pdf toolbox and pdf enhancer. It's not an easy task because a PDF can contain many pictures, with different color profiles and even different color spaces.
But fop seems to have a way to control this. I never tried it, but here is some info:
I don't know of any open source program that can do this, only expensive programs like pdf toolbox and pdf enhancer. It's not an easy task because a PDF can contain many pictures, with different color profiles and even different color spaces.
But fop seems to have a way to control this. I never tried it, but here is some info:
I think you need to elaborate. If you want to fix this properly, and generate PDF files the press people want, you have to fix the problem at the source. Maybe just make a new post about color profiles and Apache FOP? I doubt the experts read this thread.
Also the press people usually want color profiles. But I can understand they reject for example Fogra when the color space is RGB. If you don't know about color profiles, you should use sRGB.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.