[reportlab-users] PDF Document Resolution

Tim Roberts timr at probo.com
Mon Mar 4 12:50:17 EST 2013


Perry Ratcliff wrote:

> I am converting a Visual Basic Project to Python (and eventually

> Django). This project requires printing graphics at a high resolution.

>

> So far, it appears that ReportLab only supports generation of PDF

> Documents at 72 dpi.


PDFs do not have a native resolution. That's part of their beauty. The
basic unit of measure in Reportlab is the point, because that's the
basic unit of measure in PostScript, but all of the measurements are in
floating point. You can specify as small a fraction of a point as you
need. If you need your font to be 13.2697 points, then do that.

--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/reportlab-users/attachments/20130304/9600fa0f/attachment.html>


More information about the reportlab-users mailing list