User Activity

  • Posted a comment on discussion Help on TCPDF - PHP class for PDF

    You've edited the meta data - not the document. The title that appears on the page is set here: $pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 001', PDF_HEADER_STRING, array(0,64,255), array(0,64,128));

  • Posted a comment on discussion Help on TCPDF - PHP class for PDF

    Conversion from what? If this is html you could perform a regex relace using php.

  • Posted a comment on ticket #2227 on WinMerge

    ts was added as a file extension in WinMerge 2.16.7

  • Posted a comment on discussion Help on TCPDF - PHP class for PDF

    Try using the absolute url including http

  • Posted a comment on discussion Help on TCPDF - PHP class for PDF

    The booklet mode demo is for demoing margins that are different depending on whether it is a right or left hand page. I don't think there is a way to set booklet mode as the default print option. When I do booklets I create a source pdf and then create a booklet pdf from it by reimporting the pages and creating the layout.

  • Posted a comment on discussion Help on TCPDF - PHP class for PDF

    You have the line return $output; You should only do this if the PDF is not being created. On 26 Dec 2017 10:13, "Ndayishimiye Muhamudu" muhamudu@users.sf.net wrote: Please How can I resolve this problem, I'm usinf PHP5. Here is my Codes. $query = mysql_query("SELECT * FROM student_tb ORDER BY firstname ASC"); $count = 0; while($row = mysql_fetch_array($query)) { $count++; $output .= " <tbody> <tr> <td>$count</td> <td><img src='student_img/".$row['profile_picture']."' style='height:50px; width:50px;'></td>...

  • Posted a comment on discussion Help on TCPDF - PHP class for PDF

    What printers have you tried? What is the error you get? Are you using PCL or Postcript print drivers? Can you share a PDF that won't print?

  • Posted a comment on discussion Help on TCPDF - PHP class for PDF

    You need to use code tags every time you post code else I can't see it. You also need to post code I can run that shows your problem. Try writing a basic page that doesn't do anything with your database, that runs standalone and demonstrates your problem. Then share this page and pdf and people can use it to help you.

View All

Personal Data

Username:
silid
Joined:
2004-03-15 20:31:21

Projects

  • No projects to display.

Personal Tools