Thanks Alex,
This is quite a useful feature for those who work with generating PDFs
in In-Portal.
DA.
On Sep 28, 10:11 am, Alexander Obuhovich <
aik.b...@gmail.com> wrote:
> In-Portal has nice kPDFHelper class, that allows to generate PDF document
> based on given template name. It only has limitation, that it always uses A4
> as page size for created document. And there is no ability to change that
> format from inside of HTML.
>
> Here is patch, that allows to change page size using *@page { size: width
> height orientation; }* which is complaint to CSS2 specifications. You can