Tom Vinzant

Show:

What's happening?

  • 2 Tables output side by side

    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

  • Footers on all pages --- revisited please.

    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

  • Followup: RE: Help - where to start

    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

  • Followup: RE: Need help with an Array please.

    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

  • Need help with an Array please.

    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

  • Followup: RE: addText - Right Justification ???

    ezText solved my problems.

    2008-02-20 18:41:31 UTC in PHP Pdf creation

  • addText - Right Justification ???

    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

  • $50 REWARD - CODING ASSISTANCE

    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

  • ezTable - missing header &amp; footer????

    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

  • ezTable output missing header &amp; footer

    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

About Me

  • 2001-06-22 (8 years ago)
  • 251819
  • tvinzant (My Site)
  • Tom Vinzant

Send me a message