-
Is is possible to output (2) separate tables horizontally using ezPDF?
If so, I'd like to see an example code.
2009-06-01 17:51:12 UTC in PHP Pdf creation
-
I've read all of most of the threads related to ezPDF footers showing up on all pages. I just haven't really understood the process fully.
I have a variable MySQL output (large body of text) below is my code....
// Output body title
$doc->ezSetY(560);
$doc->ezText("<b>$title</b>",14,array('justification' => 'center'));
$doc->ezSetY(543);...
2009-04-22 20:28:43 UTC in PHP Pdf creation
-
Edward,
Did you find what you needed? Getting started can be a bit of a challenge.
Are you using MySQL? What exactly are you trying to accomplish.
Please post back if you need some entry level assistance.
Tom.
2008-10-21 19:09:34 UTC in PHP Pdf creation
-
David,
You suggestion worked perfectly!
Thanks so much for your input.
Outstanding effort!
Very Best Regards,
Tom.
2008-08-28 18:06:42 UTC in PHP Pdf creation
-
Greetings!
I have a need to automatically switch out some field names on the 1st day of the month. Right now I'm having to upload new edited files every month. This has become a maintenance nightmare.
Below is the coding that defines the dates;
$lastmonth = date('m/y', mktime(0, 0, 0, date("m")-1 , date("d") , date("y")));
$lastyear = date('m/y'...
2008-08-22 12:42:11 UTC in PHP Pdf creation
-
ezText solved my problems.
2008-02-20 18:41:31 UTC in PHP Pdf creation
-
Hi all,
I have a form that I need to place a series of numeric decimal values to hit a preprinted form. Recreating the form is not an option. I have to hit specific spots on the existing form with these values. In addition to this constraint, I need to ensure that the values maintain Right Justification to keep the column aligned and uniform.
I am using addText to identify the specific...
2007-09-04 22:22:37 UTC in PHP Pdf creation
-
I need assistance with a currently functional PDF report. However, I need to create additional SUBTOTALS within the report. The report looks at each department in an inventory and then needs to provide a SUBTOTAL for that specific department before continuing to the next department within the same query.
The code is below.
-------------
START CODE
-------------
<?php...
2007-01-04 16:19:06 UTC in PHP Pdf creation
-
I am relatively new to ezPDF and have managed to get almost all of the output that I want, however I am having a little trouble with headers and footers on additional pages beyond the initial page. My table output is more than 50 rows and many times exceeds several hundred rows. When I produce these reports, I get the proper output on the first page relating to the table, header, page number...
2006-11-18 23:54:48 UTC in PHP Pdf creation
-
Hello to the group!
I am relatively new to ezPDF and have managed to get almost all of the output that I want, however I am having a little trouble with headers and footers on additional pages beyond the initial page. My table output is more than 50 rows and many times exceeds several hundred rows. When I produce these reports, I get the proper output on the first page relating to the table,
2006-11-16 18:49:17 UTC in PHP Pdf creation