bpampuch/pdfmake

Please add feature contentPageSize

yourlowkey opened this issue · 1 comments

It would be perfect to have the size of content of every page. I love something like this from the heading :
export type DynamicContent = (
currentPage: number,
pageCount: number,
pageSize: ContextPageSize,
contentSize : ContentPageSize,
) => Content | null | undefined;
image

Duplicate. Feature request here: #325