Hello all! I had not set the path for the Ghost script correctly. Now that I have set it, the conversion to pdf works like magic! Thanks a lot for the help, special thanks to Mr.Burnus and Mr.Hagen and Mr.Egger for their replies. I use Jasc Paint Shop Pro 8 to convert jpg images to eps. But the images are not very good when converted to pdf. How can I improve the quality of the images? Suggestions please! Thanks and regards, -priya.
At 06:51 10/05/2004, you wrote:
Hello all!
I had not set the path for the Ghost script correctly. Now that I have set it, the conversion to pdf works like magic! Thanks a lot for the help, special thanks to Mr.Burnus and Mr.Hagen and Mr.Egger for their replies. I use Jasc Paint Shop Pro 8 to convert jpg images to eps. But the images are not very good when converted to pdf. How can I improve the quality of the images? Suggestions please! Thanks and regards,
texexec --pdf --fig=c yourfile.jpg Hans
Hello, techw@siritech.com wrote:
I use Jasc Paint Shop Pro 8 to convert jpg images to eps. But the images are not very good when converted to pdf. How can I improve the quality of the images?
Besides Hans methode (texexec --pdf --fig=c yourfile.jpg) I want to remark that PDFTeX is able to include JPEG and PNG graphics directly thus you do not need to convert them. Actually, Hans methode does the conversion from JPEG to PDF simply by including the JPEG in TeX. (Old versions of PDFTeX also supported TIFF, but there are legions of TIFF subformats of which only a fraction was supported. Consequently, TIFF had been dropped.) Regards, Tobias
Tobias wrote
esides Hans methode (texexec --pdf --fig=c yourfile.jpg) I want to remark that PDFTeX is able to include JPEG and PNG graphics directly thus you do not need to convert them. Actually, Hans methode does the conversion from JPEG to PDF simply by including the JPEG in TeX. (Old versions of PDFTeX also supported TIFF, but there are legions of TIFF subformats of which only a fraction was supported. Consequently, TIFF had been dropped.)
fyi: inclusion of pdf is faster, so if you process the document often, it makes sense to convert png to pdf Hans
On Mon, 10 May 2004, Hans Hagen wrote:
Tobias wrote
esides Hans methode (texexec --pdf --fig=c yourfile.jpg) I want to remark that PDFTeX is able to include JPEG and PNG graphics directly thus you do not need to convert them. Actually, Hans methode does the conversion from JPEG to PDF simply by including the JPEG in TeX. (Old versions of PDFTeX also supported TIFF, but there are legions of TIFF subformats of which only a fraction was supported. Consequently, TIFF had been dropped.)
PNG also has unsupported subformats.
fyi: inclusion of pdf is faster, so if you process the document often, it makes sense to convert png to pdf
And, as a general strategy, converting all images and figures to pdf
(even if the format is supported by pdftex) has several advantages:
1. the inclusion of pdf requires no format conversions, so is "lossless".
If you are happy with the pdf version of your image it will look the
same in the document
2. there are many good tools to manipulate images and generate PDF's, but
there is only one pdftex. Those other tools get the benefits of a much
larger user base and competition from similar tools, so in general they
are more capable and reliable than pdftex. In particular, many packages
(OpenOffice.org, Adobe Illustrator and Photoshop) can now export directly
to PDF, thus avoiding many conversion steps.
3. those tools offer more control (resampling, color adjustment) than
you can get using pdftex, and you can use different settings for each
image rather than rely on some global "default" setting.
--
George N. White III
participants (4)
-
George N. White III
-
Hans Hagen
-
techw@siritech.com
-
Tobias Burnus