|
|
titten wrote:
>
> When i create my pdf using the batik-rasterizer i have understood that the
> image will be created with dpi 72.
>
Well that's not surprising that the quality is not good enough - 72dpi is
pretty low given that printers print at 300, 600 and above dpi.
There should be a property in your bitmap file (e.g. for jpg or png) that
specifies the dpi. See if you can change this in the program that generates
the bitmap, to a higher dpi.
Is there a setting in batik to accept the bitmap with a higher dpi? Have a
look.
titten wrote:
>
> The -dpi flag when using the batik-rasterizer does not work well when
> generating pdf
>
I would say the -dpi flag is not used at all for PDFs, so...
titten wrote:
>
> as i have understood that pdf's do not have any notion of the
> resolution at all..
>
Correct, PDF is not a bitmap format it is a vector format.
Maybe the batik experts can chime in also? :)
--
View this message in context:
http://www.nabble.com/SVG-highres-image-to-pdf-tp17737275p17775477.html
Sent from the Batik - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx
For additional commands, e-mail: batik-users-help@xxxxxxxxxxxxxxxxxxxxxx
|
|