I've found that first converting the JPGs to GIF (and in some cases slightly adjusting the percent quality of the GIF down a bit) is the key to getting my ultimately five or less MB PDF. Using Ubuntu I convert to GIF using "GIMP", installed to the system through a terminal with the following,
sudo apt-get install gimp
y
or if "aptitude" is installed
sudo aptitude install gimpor if you like, through the software center (search for "GIMP")
y
by right-clicking the file, and choosing to open the program with "GIMP Image Editor" through the submenu that says "open with".
Once opened in GIMP, I select "File" and "Save As", choose image format "GIF", and make sure the file name terminates with ".gif" rather than the original format marker, choose the location I want the file to reside at, and then select "Save", which prompts another window, in this case exposing options to adjust, which I find nearly always to have a quality setting of 93, though I sometimes adjust to 89, and confirm the choices.
The last thing to do is to open the file in the default image viewer of the OS, and from there to select "File" and then "Print". In the print dialogue I choose "print to file", tell the system the location I want the result to reside at, the name of the file, and the file type (PDF).
One could simply open the JPG inside the default viewer and print, or inside GIMP and print, but the conversion from JPG to PDF leaves that slightly larger file than from GIF to PDF, even when adjustments of quality to a GIF to which the JPG is converted aren't made; the precise reason for the greater result in the one instance I don't know, and though a little unwieldy, this method seems to work quite well.
No comments:
Post a Comment