Add data into PDF table using php
Posted: Fri Aug 29, 2008 3:51 am
Hi,
I've a page where it will generate a pdf document using php.
For e.g:
I have selected 10 images, i would like to place the images ,perhaps 2 image per page into this PDF document, and save it.
So if i have 10 images, means my PDF will be 5 pages .
I would like to place the image in a table format that contains 1 column 2 row.
The only problem i have now is , putting those images into table format on the pdf, as examples i able to googled is all using array.
Appreciate if anyone can give me a clue on how to get it started.Thanks
I've a page where it will generate a pdf document using php.
For e.g:
I have selected 10 images, i would like to place the images ,perhaps 2 image per page into this PDF document, and save it.
So if i have 10 images, means my PDF will be 5 pages .
I would like to place the image in a table format that contains 1 column 2 row.
The only problem i have now is , putting those images into table format on the pdf, as examples i able to googled is all using array.
Appreciate if anyone can give me a clue on how to get it started.Thanks