|
|
View previous topic
::
View next topic
|
Author |
Message |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 412 Location: A'dam/Diemen, The Netherlands
|
Posted: Mon Aug 10, 2009 12:18 pm Post subject: [solution] Rotate HTML or txt in FPDF (HTML2PDF) |
|
|
Want to rotate some text using PFDF (HTML2PDF) ?
Here's a great solution:
http://www.fpdf.de/downloads/addons/2/
Informations
Author: Olivier
License: Freeware
Description
This script allows to perform a rotation around a given center.
The method to set a rotation is:
function Rotate(float angle [, float x [, float y]])
angle: angle in degrees.
x: abscissa of the rotation center. Default value: current position.
y: ordinate of the rotation center. Default value: current position.
The rotation affects all elements which are printed after the method call (with the exception of the clickable areas).
Remarks:
- Only the display is altered. The GetX() and GetY() methods are not affected, nor the automatic page break mechanism.
- Rotation is not kept from page to page. Each page begins with a null rotation. |
|
Back to top |
|
 |
Google adsense Advertisement
|
Posted: Mon Aug 10, 2009 12:18 pm Post subject: [solution] Rotate HTML or txt in FPDF (HTML2PDF) |
|
|
Advertisement
|
|
Back to top |
|
 |
GravityForms Advertisement
|
Posted: Mon Aug 10, 2009 12:18 pm Post subject: [solution] Rotate HTML or txt in FPDF (HTML2PDF) |
|
|
Advertisement
 |
|
Back to top |
|
 |
braddmark
 Get a free globally recognized avatar It's free!
Joined: 13 Sep 2009 Posts: 1
|
Posted: Sun Sep 13, 2009 1:56 pm Post subject: Re: [solution] Rotate HTML or txt in FPDF (HTML2PDF) |
|
|
That looks like a good freeware that has a great use for html related file. |
|
Back to top |
|
 |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 412 Location: A'dam/Diemen, The Netherlands
|
Posted: Sun Sep 13, 2009 2:16 pm Post subject: Re: [solution] Rotate HTML or txt in FPDF (HTML2PDF) |
|
|
Indeed, overall PFDF (HTML2PDF) is really good, when using basic xHTML with some CSS if needed.
This addon is really usefull if you want to rotate ( in any degree ) a set of txt ( haven't tried images and such ). |
|
Back to top |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|