jelovirt / dita-generator

DITA Generator is a Python program that generates DITA shell DTDs, DITA topic specialization stubs, and DITA-OT plug-in stubs.
http://dita-generator-hrd.appspot.com/
Apache License 2.0
18 stars 1 forks source link

Add support for PA4 page size #8

Closed infotexture closed 12 years ago

infotexture commented 12 years ago

Please consider extending the list of available page sizes in the PDF plug-in generator to include PA4 format (210 mm × 280 mm, 8¼ in × 11 in).

This format fits on both A4 and U.S./Canadian “Letter“ paper without resizing by using the smaller of the two dimensions from each format. For more info on the format, see https://en.wikipedia.org/wiki/Paper_size#PA_series.

jelovirt commented 12 years ago

Implemented in commit eb238d4f6f23743bf33ede3dfb2d9cd51f802616

infotexture commented 12 years ago

Excellent! Thanks for the quick implementation!