Modify ↓
Opened 19 years ago
Closed 19 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 19 years ago by
| Attachment: | pagetopdf.patch added |
|---|
comment:1 Changed 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 Changed 19 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 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.



Page size parameter patch