Modify ↓
Opened 18 years ago
Closed 18 years ago
#837 closed enhancement (fixed)
PageToPdfPlugin patch for page size
Reported by: | Johan Risberg | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | PageToPdfPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Non US users might appreciate a printout in other than 'Letter' format.
The attached patch makes the plugin read the config file for a page size parameter, which is passed to htmldoc.
trac.ini:
[pagetopdf] pagesize = A4
Attachments (1)
Change History (4)
Changed 18 years ago by
Attachment: | pagetopdf.patch added |
---|
comment:1 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 18 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Nice work!
Unfortunately the new code searches in trac.ini for the section [tracpdf]}}, not {{{[pagetopdf]
as described.
comment:3 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Page size parameter patch