TCPDF Rotate Whole page by 180 Degree (Upside down/Reverse)

TCPDF is full of power but have terrible parameter and poor documentation.
In case your printer need to print PDF in reverse position.
This article may save you some time reading the source code:

If you are using predefined format, change:

$pdf->AddPage('L', 'A4');

to

$pdf->AddPage('L', array('format' => 'A4', 'Rotate' => -180));

If you are using custom size, change:

$pdf->AddPage('P', array($document_width, $document_height));

to

$pdf->AddPage('P', array(0 => $document_width, 1 => $document_height, 'Rotate' => -180));

Test on TCPDF 6.2.11

2 Replies to “TCPDF Rotate Whole page by 180 Degree (Upside down/Reverse)”

  1. Hello, I was just checking out your site and submitted this message via your “contact us” form. The feedback page on your site sends you these messages to your email account which is why you’re reading through my message at this moment right? That’s half the battle with any type of online ad, getting people to actually READ your message and I did that just now with you! If you have an advertisement you would like to promote to millions of websites via their contact forms in the US or to any country worldwide send me a quick note now, I can even target your required niches and my pricing is very low. Write an email to: [email protected]

  2. Hello, I was just checking out your site and filled out your contact form. The contact page on your site sends you these messages to your email account which is why you are reading my message at this moment right? This is the most important achievement with any kind of advertising, getting people to actually READ your advertisement and that’s exactly what I just accomplished with you! If you have an advertisement you would like to blast out to lots of websites via their contact forms in the US or to any country worldwide let me know, I can even target specific niches and my costs are super reasonable. Write a reply here: [email protected]

Leave a Reply to Angelia Divine Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.