Daniel Kvål
Daniel Kvål
I know, but it works for me, and no one seemed to be interested in this, so I just let it be. Do you think anyone would care about this...
There was a force-push to the main branch a while ago, which made the 6.6.5 tag disappear. If you absolutely need the 6.6.5 code, you can get it from a...
Since we are now in the age of supply-chain attacks, I've recovered the lost history and compared it to the released version to make sure nothing more sinister was going...
> Oh, I get it, 6.6.5 is under the "dev-main" tag. But it's better to have a dedicated tag for 6.6.5. And finally I got the custom tags working. I've...
That's what AddPage() and startPage() is for, isn't it?
`AddPage($orientation, $format, ...)` calls `startPage($orientaion, $format, ...)` which in turn calls `_beginpage($orientation, $format)`. This last function calls `setPageFormat()` depending on circumstance. Specify the correct orientation (P/L PORTRAIT/LANDSCAPE) and format (A4/A5,...
The alternative configuration file offer this: https://github.com/tecnickcom/TCPDF/blob/82fc97bf1c74c8dbe62b1d3cc6d10fa4b87e0262/examples/config/tcpdf_config_alt.php#L215-L221
Rebased onto your recently force-pushed main branch.