rospdf / pdf-php

Official R&OS PHP Pdf repository
http://pdf-php.sourceforge.net/
Other
136 stars 64 forks source link

two single line texts side by side if position x does not exist how do i do? #151

Closed Neodixi closed 3 years ago

Neodixi commented 3 years ago

Hello, thank you in advance, two single line texts side by side if position x does not exist how do i do? For example how do I write Dear: Description: on the same line but divided into more than one space?

Best regards

ole1986 commented 3 years ago

I assume you are searching for the table feature.

Check out this example: https://github.com/rospdf/pdf-php/blob/master/examples/tables.php

Neodixi commented 3 years ago

I assume you are searching for the table feature.

Check out this example: https://github.com/rospdf/pdf-php/blob/master/examples/tables.php

Thanks for the answer, no without using tables