Ticket #837 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

PageToPdfPlugin patch for page size

Reported by: gannis Assigned to: 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

pagetopdf.patch (1.3 kB) - added by gannis on 10/22/06 00:53:10.
Page size parameter patch

Change History

10/22/06 00:53:10 changed by gannis

  • attachment pagetopdf.patch added.

Page size parameter patch

10/22/06 08:15:20 changed by athomas

  • status changed from new to closed.
  • resolution set to fixed.

(In [1421]) Any configuration items in the [pagetopdf] section will be passed through to htmldoc as command line arguments. Closes #664 and #837 (override charset and size, respectively).

10/22/06 21:27:52 changed by gannis

  • status changed from closed to reopened.
  • resolution deleted.

Nice work! Unfortunately the new code searches in trac.ini for the section [tracpdf]}}, not {{{[pagetopdf] as described.

10/23/06 01:18:37 changed by athomas

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [1441]) Whoops, wrong section. Fixes #837.


Add/Change #837 (PageToPdfPlugin patch for page size)




Change Properties
Action