Popular recipes tagged "meta:requires=reportlab.lib.styles"http://code.activestate.com/recipes/tags/meta:requires=reportlab.lib.styles/2009-07-06T10:03:28-07:00ActiveState Code RecipesImproved ReportLab recipe for "page x of y" (Python)
2009-07-06T10:03:28-07:00Vinay Sajiphttp://code.activestate.com/recipes/users/4034162/http://code.activestate.com/recipes/576832-improved-reportlab-recipe-for-page-x-of-y/
<p style="color: grey">
Python
recipe 576832
by <a href="/recipes/users/4034162/">Vinay Sajip</a>
(<a href="/recipes/tags/pdf/">pdf</a>, <a href="/recipes/tags/reportlab/">reportlab</a>).
Revision 2.
</p>
<p>This recipe is based on <a href="http://code.activestate.com/recipes/546511/"><a href="http://code.activestate.com/recipes/546511/">Recipe 546511</a></a> which does not work reliably if there are images in the content.</p>
BaseDocTemplate with 2 PageTemplate (Python)
2002-04-27T12:10:02-07:00dode williamhttp://code.activestate.com/recipes/users/385276/http://code.activestate.com/recipes/123612-basedoctemplate-with-2-pagetemplate/
<p style="color: grey">
Python
recipe 123612
by <a href="/recipes/users/385276/">dode william</a>
.
</p>
<p>Very simple example using BaseDocTemplate with 2 PageTemplate, somes Frame.</p>