PDF-WRITER dpi change

Hi all,

does anyone know how do i increase the DPI output of the PDF Writer gem?
i must use 300 and it uses only 72.

On 4/18/07, Elad M. [email protected] wrote:

does anyone know how do i increase the DPI output of the PDF Writer gem?
i must use 300 and it uses only 72.

This is not true. PDF is a device-independent document format. Except
for bitmap images, there is no DPI measure at all, and it’s wholly
your responsibility to use a large enough image to get 300 DPI.

PDF::Writer doesn’t set any DPI settings at all.

-austin

Austin Z. * [email protected] * http://www.halostatue.ca/
* [email protected] * You are in a maze of twisty little passages, all alike. // halo • statue
* [email protected]

I have this EXACT same problem!

Austin, its true at the end of the day you have X pixels by Y pixels
independent of DPI. But for some applications, they need the documents
size expressed in “inches”.

In other words, when you go to document properties, it will currently
tell you the size based on 72 DPI, which will screw some applications up
if its setup to only look at the document size in inches.

Aryk G.

Austin Z. wrote:

On 4/18/07, Elad M. [email protected] wrote:

does anyone know how do i increase the DPI output of the PDF Writer gem?
i must use 300 and it uses only 72.

This is not true. PDF is a device-independent document format. Except
for bitmap images, there is no DPI measure at all, and it’s wholly
your responsibility to use a large enough image to get 300 DPI.

PDF::Writer doesn’t set any DPI settings at all.

-austin

Austin Z. * [email protected] * http://www.halostatue.ca/
* [email protected] * You are in a maze of twisty little passages, all alike. // halo • statue
* [email protected]

Elad, have you been able to solve this?