Using Jpgraph and FPDF

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dargorsl
Forum Newbie
Posts: 2
Joined: Wed Jul 04, 2007 4:26 am

Using Jpgraph and FPDF

Post by dargorsl »

Hi,
I have an small application in PHP that gets data from a database and then transform it in a PDF with FPDF, the problem is that some of the data is a table and I create a graphic with JPGRAPH with that table, but i have no idea of how can I insert it in the PDF.
Is there any way of archieve this?.

Thanks in advance.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Insert which into the PDF?
dargorsl
Forum Newbie
Posts: 2
Joined: Wed Jul 04, 2007 4:26 am

Post by dargorsl »

Insert which into the PDF?
An X-Y plot generated with jpgraph.
Post Reply