Hi all,
I’m currently trying to generate an online PDF-version of a web
application.
The contents get dynamically generated from the database using
server-sided PHP.
Now I’ve successfully downloaded,setup and even run the examples such
as the hello.php which seem to be ok.
An example of the link I’m working on is:
http://itweb1.memphis.edu/fcv/viewcv.php?personUUID=franklin
Note:
The idea is to have a button/link”view as pdf,”that would be clicked
to render the application in PDF.
I’m able to hit my database and generate the content.But how do
I output the content especially in tables as shown on the application?
Anyone who has done a simmilar project to please show me how to go
about it
Note:
I’m curently trying to use pDFLIb,but cant do the tables and text formating.Any help?
Thanks in advance.
Zed