I might be a bit confused here, but I am trying to figure out why the
final display size of the PDF I am generating doesn't match up to the
dimensions specified by "PAPER_SIZES" in dompdf.
I am creating a "legal" size document, with DPI set to "72".
Each page of my document is an HTML table element set to 612x1008px
(the size of a "legal" document), with a background image of 612x1008
pixels. The PDF generates fine, with the background image filling the
entire page, as it should, but it only looks non-distorted when the
zoom is at 64%. If I change the zoom to 100% when viewing the PDF,
the page is displayed at 934 pixels wide, and not the 612 I would
expect, and images are distorted. It is 612 pixels wide at 64% zoom.
I might be missing something simple here, but I can't make sense of
what's going on, and why I am seeing a seemingly larger than 72 DPI
for the PDF document, but the images still fit in the background? Any
help or clues you can give me would be appreciated, thanks.
--
You received this message because you are subscribed to the Google Groups "dompdf" group.
To post to this group, send email to
dom...@googlegroups.com.
To unsubscribe from this group, send email to
dompdf+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/dompdf?hl=en.