Modify ↓
Opened 7 years ago
Closed 7 years ago
#837 closed enhancement (fixed)
PageToPdfPlugin patch for page size
| Reported by: | gannis | Owned by: | athomas |
|---|---|---|---|
| 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 7 years ago by gannis
comment:1 Changed 7 years ago by athomas
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 7 years ago by gannis
- Resolution fixed deleted
- Status changed from closed to reopened
Nice work!
Unfortunately the new code searches in trac.ini for the section [tracpdf]}}, not {{{[pagetopdf] as described.
comment:3 Changed 7 years ago by athomas
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.


Page size parameter patch