Jump to content

PDF Creation


LouisHacking

Recommended Posts

Like trq said - we need some direction so that we can give you direction.

 

Please explain your problem better.  Your original post was kind of squirrely.   Can you write better English or at least elaborate more on your problem(s) with fpdf?  I've used fpdf multiple times and think I know it pretty well.

Link to comment
https://forums.phpfreaks.com/topic/287547-pdf-creation/#findComment-1475121
Share on other sites

FPDF is a php class.  That means you write your same old php code to accomplish your solution (get the data!) but when it is time to output it you make calls to methods of this class instead of echo'ing it to the client.  It will take a little practice to understand how the calls work and to get comfortable with the setting of x & y coordinates but if you're a programmer you'll catch on soon.

Link to comment
https://forums.phpfreaks.com/topic/287547-pdf-creation/#findComment-1475225
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.