TCPDF library issue pdf not creating correctly Programming Web Development by saadi06 Hi, I am habving problem with tcpdf library.I am using Version: 5.…is not.I am using writeHtml() function of tcpdf library and the error it gives me in …a>]: First argument should be an array in tcpdf\tcpdf.php on line 21713.The line is // store…cant get it.I have placed this question on tcpdf library support but no reply from there. Please… Re: TCPDF library issue pdf not creating correctly Programming Web Development by LastMitch **@saadi06** >TCPDF library issue pdf not creating correctly I'm not sure … the solution on their forum. I never heard or try **TCPDF** at all. But I read it now. Since you are… forum where you can ask questions: http://sourceforge.net/p/tcpdf/discussion/435311/ TCPDF - MultiCell and HTML Programming Web Development by kissmyawesome Hi, I'm using FPDI and TCPDF to generate on-the-fly PDF documents, using existing PDFs … with some simple HTML tags such as bold, underline etc. TCPDF is capable of that, but I don't see it… layout the columns I need. Does anyone have experience with TCPDF and know what on earth I'm going on about… Re: TCPDF library issue pdf not creating correctly Programming Web Development by diafol > never heard or try TCPDF at all. It's a very nice package - easy to learn and use. Also supports many extended characters - unlike many of the other text/html->pdf packages. tcpdf and bad image links Programming Web Development by Lolalola Hi, i use latest TCPDF version. If the text is a picture of a bad link shows an error and do not generate a PDF file. Is it possible to disable this error? If you did not find the image to generate the PDF, but without a picture. I hope to understand my problem, Thanks TCPDF Undefined Index : Cols error Programming Web Development by nizam27391 … now is that I try to print a pdf using TCPDF based on a view.. I use the code $this->… Re: TCPDF Not able to generate beyond 4000 lines Programming Web Development by fobos TCPDF does not have physical limitations. You have to increase the memory in your php.ini Re: TCPDF Not able to generate beyond 4000 lines Programming Web Development by newbie14 …) ini_set('memory_limit','640M'); ini_set('max_execution_time', 300); require_once('tcpdf/config/lang/eng.php'); require_once('tcpdf/tcpdf.php'); session_start(); require_once('config.php'); $aT=$_GET…_GET["aID"]; // create new PDF document $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); $pdf->… Re: TCPDF Not able to generate beyond 4000 lines Programming Web Development by newbie14 … need (experiment) ini_set('memory_limit','640M'); ini_set('max_execution_time', 300); require_once('tcpdf/config/lang/eng.php'); require_once('tcpdf/tcpdf.php'); session_start(); require_once('config.php');[/CODE] Re: TCPDF Not able to generate beyond 4000 lines Programming Web Development by newbie14 Dear Broj1, I would like to ask why I find that FPDF runs much faster then TCPDF any specific tweaking needed for TCPDF to make it run faster based on your experience? Re: TCPDF Not able to generate beyond 4000 lines Programming Web Development by broj1 I started with FPDF but soon find out that it is not being maintained. I also had some troubles with character sets. So I soon switched to TCPDF and would not know why the difference. I haven't done any tweaking to TCPDF. Re: TCPDF Not able to generate beyond 4000 lines Programming Web Development by broj1 … etc. I was going to direct you also to the TCPDF forum but have noticed that you posted there already. You… Re: TCPDF Not able to generate beyond 4000 lines Programming Web Development by newbie14 Dear Broj1, Just to share with you and the rest I tested my problem with fpdf wow it could generate 12K lines within 40second on the 1Gb Ram machine. So since Tcpdf originates from fpdf I am sure some tweaking can be done to improve it right? Re: TCPDF Not able to generate beyond 4000 lines Programming Web Development by newbie14 Dear Broj1, I have done the changes as suggested here [url]http://sourceforge.net/projects/tcpdf/forums/forum/435311/topic/3785743[/url] regarding the $font = $this->_getTrueTypeFontSubset($font, $subsetchars); but still the same. How to export all records from one table in to pdf with TCPDF? Programming Web Development by dbalas … is my code <?php require_once('../tcpdf/config/lang/eng.php'); require_once('../tcpdf/tcpdf.php'); // create new PDF document …$pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-… Using TCPDF or UFPDF to generate pdf files in php Programming Web Development by Joanne-RCI … must change the pdf generation programs. I have also tried TCPDF and do not seem to be able to get anywhere…(); ?> I am using the fonts that were downloaded with TCPDF (vera.php, vera.z, vera.ctg.z) and they are… CAN TCPDF Convert URL To PDF? Programming Web Development by vennasa Dear all, I'm a newbie for PHP and TCPDF ,I have to change the URL to PDF, so I … of the advanced HTML tags. So explored again and found TCPDF , it can do most of the tag but I cannot… PHP TCPDF problem Programming Web Development by psank … I'm in from last 5 days. I am using TCPDF for generating PDF on the fly in php. I am… using php5.2.6. I am using Multicell function of TCPDF to write data into pdf. it is generating pdf with… How can I modify header in tcpdf ? Programming Web Development by peter20 Hi, I downloaded a code for creating a pdf via php. It is called [URL="http://www.tcpdf.org/examples.php"]tcpdf[/URL] I would like to change the header with other text, But I can't find the file I have to modify. Also I would like the line of header lower Could you help me ? Thanks in advance Re: Merge password protected tcpdf in single file Programming Web Development by diafol > No,I am going to try now.Can you send me the link of tcpdf forum.Thanks Hmm, how about Google or the tcpdf site itself? I followed two links to get here: http://sourceforge.net/projects/tcpdf/forums/forum/435311 Wasn't too difficult to find. :) Display 10 Records in tcpdf Programming Web Development by saadi06 … a problem in creating a pdf document. I am using tcpdf for displaying the pdf file. I want to display 10… table. I have tried to use the addPage function of tcpdf but no success. Thanks in advance. Re: How can I modify header in tcpdf ? Programming Web Development by broj1 In your php script that generates pdf you have to override existing method Header() with your code.There are nice examples on their website, see [url]http://www.tcpdf.org/examples/example_003.phps[/url] To add custom text to the header use the Cell() method. Re: How can I modify header in tcpdf ? Programming Web Development by peter20 [QUOTE=broj1;1721385]In your php script that generates pdf you have to override existing method Header() with your code.There are nice examples on their website, see [url]http://www.tcpdf.org/examples/example_003.phps[/url] To add custom text to the header use the Cell() method.[/QUOTE] Thanks a lot for your help Merge password protected tcpdf in single file Programming Web Development by saadi06 Hi, I am using tcpdf library to create pdf files and they are password protected.… Re: Merge password protected tcpdf in single file Programming Web Development by pritaeas Have you tried the TCPDF forum ? Re: Merge password protected tcpdf in single file Programming Web Development by saadi06 No,I am going to try now.Can you send me the link of tcpdf forum.Thanks Re: TCPDF library issue pdf not creating correctly Programming Web Development by cereal This kind of libraries usually are very strict, so if there's something wrong in your HTML then it will break with an error like yours. It will be more useful if you paste here the code of your page. In addition, as suggestion, get the HTML output and try to validate it: http://validator.w3.org/ bye! Re: TCPDF Undefined Index : Cols error Programming Web Development by HITMANOF44th do you have more of the code ? TCPDF Not able to generate beyond 4000 lines Programming Web Development by newbie14 Dear All, I have a problem where I can query more then 4000 lines the problem I already drill down is here. The problem is during the generation of the lines some how it takes some time then I get a not found page error. What can I do to over come this? [CODE]$totalHeight1 = ceil($pdf->getStringHeight( 20,$eventMessage,$reseth = … Re: TCPDF Not able to generate beyond 4000 lines Programming Web Development by broj1 You can do that just for the current script with the ini_set() function. [CODE]// on the beginning of your script save original memory limit $original_mem = ini_get('memory_limit'); // then set it to the value you think you need (experiment) ini_set('memory_limit','640M'); // at the end of the script set it to it's original value // (if…