<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for TCPDF - PHP class for PDF</title><link>https://sourceforge.net/p/tcpdf/activity/</link><description>Recent activity for TCPDF - PHP class for PDF</description><language>en</language><lastBuildDate>Sun, 19 Apr 2026 00:50:49 -0000</lastBuildDate><item><title>Timothy Brockett posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/cdfbcb3a17/?limit=25#376b</link><description>I am using TCPDF to create fillable PDF forms. Example 14 shows how to use javascript to check for empty textfields in the completed PDF and after the user clicks the print button. Does anyone know how to use javascript for validating email, phone number or numbers only textfields? Or how to use javascript to sum two textfields? Tested code examples would be greatly appreciated as I am new to TCPDF. Many Thanks, Tim</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Timothy Brockett</dc:creator><pubDate>Sun, 19 Apr 2026 00:50:49 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/cdfbcb3a17/?limit=25#376b</guid></item><item><title>Timothy Brockett modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2e93367/?limit=25#eb72</link><description>After 18 years I ran across the same problem! I use TCPDF with example # 3 Custom Header and Footer. I tried lots of different methods and wasted many hours in the process. Finally I changed the code to: // Page footer public function Footer() { // Position at 15 mm from bottom $this-&gt;SetY(-25); // Set font $this-&gt;SetFont('helvetica', 'I', 8); // Page number $this-&gt;Cell(0, 10, 'Page '.$this-&gt;getAliasNumPage().'/'.$this-&gt;getAliasNbPages(), 0, false, 'C', 0, '', 0, false, 'T', 'M'); $this-&gt;Ln(10);...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Timothy Brockett</dc:creator><pubDate>Sun, 19 Apr 2026 00:14:36 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2e93367/?limit=25#eb72</guid></item><item><title>Timothy Brockett posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2e93367/?limit=25#eb72</link><description>After 18 years I ran across the same problem! I use TCPDF with example # 3 Custom Header and Footer. I tried lots of different methods and wasted many hours in the process. Finally I changed the code to: // Page footer public function Footer() { // Position at 15 mm from bottom $this-&gt;SetY(-25); // Set font $this-&gt;SetFont('helvetica', 'I', 8); // Page number $this-&gt;Cell(0, 10, 'Page '.$this-&gt;getAliasNumPage().'/'.$this-&gt;getAliasNbPages(), 0, false, 'C', 0, '', 0, false, 'T', 'M'); $this-&gt;Ln(10);...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Timothy Brockett</dc:creator><pubDate>Sun, 19 Apr 2026 00:13:39 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2e93367/?limit=25#eb72</guid></item><item><title>T7c posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/56a5fbc412/?limit=25#0c21</link><description>I have an html table, where I compare languages. The table has multiple rows and two columns. One column text is rtl and the other is opposite (ltr). It seems impossible to switch the text direction between the table columns, in any way. Is there a solution for that?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">T7c</dc:creator><pubDate>Thu, 22 Jan 2026 10:01:14 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/56a5fbc412/?limit=25#0c21</guid></item><item><title>SanchiaAloysius posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/14dd62c6fb/?limit=25#0828</link><description>I'm using TCPDF v4.6.013 to generate a password-protected PDF with an attached PDF file using annotations. Here's what I want to achieve: Embed an existing PDF (test_doc.pdf) as a file attachment via annotation. Protect the generated PDF using SetProtection so it requires a password to open. Issue: When I use SetProtection , the attached PDF opens as a blank page, or Fails to open in some viewers When I do not use SetProtection, the attached PDF opens and displays correctly. Here’s the relevant part...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SanchiaAloysius</dc:creator><pubDate>Tue, 27 May 2025 02:38:50 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/14dd62c6fb/?limit=25#0828</guid></item><item><title>Hugo Ariel Galan Menchaca posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/1c915678/?limit=25#84fb</link><description>2 ways, 1) change image from .png to jpg, 2) chmod to 777 (public) folder cache in /tcpdf/cache if use png Notes: add index.html in folder cache to avoid cache images visible in browser. other way is change php.ini to access write cache folder check php.ini allow_url_fopen = On; allow_url_include = On; tcpdf writes temp images to that folder only if the files are png</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hugo Ariel Galan Menchaca</dc:creator><pubDate>Wed, 30 Apr 2025 01:02:24 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/1c915678/?limit=25#84fb</guid></item><item><title>Nick de Jong posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/75e66142ee/?limit=25#a9c6</link><description>Problems with proof-of-concept test-case (see code below, output in attachment) First output: 1. Why is the padding never honored and always ignored? For example, on the cells in first row, or in the nested table? Whatever I try with padding or margin, it just gets ignored, while there is code in TCPDF addressing these CSS attributes. How can I make this work? Can someone provide a proof of concept with this addressed? 2. Why is there green visible? I.e. why does the inner table get a left indent...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nick de Jong</dc:creator><pubDate>Thu, 27 Feb 2025 16:58:20 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/75e66142ee/?limit=25#a9c6</guid></item><item><title>Mahabub posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/45c382b76c/?limit=25#eea8</link><description>Hi everyone, I'm encountering an issue with TCPDF while generating a PDF report with table borders. When the last row of a table does not fit on the current page, the border remains open, and the remaining content moves to the next page without properly closing the border on the first page. What I'd like to achieve is: If the content of a row doesn't fit on the current page, the entire row should automatically move to the next page. Alternatively, if some content fits on the first page, the border...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mahabub</dc:creator><pubDate>Mon, 06 Jan 2025 03:26:57 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/45c382b76c/?limit=25#eea8</guid></item><item><title>Nikita Savkin  posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/47e55022e9/?limit=25#58c3</link><description>Hello! First of all – thank you for such great library. In your example 6 - WriteHTML (https://tcpdf.org/examples/example_006/ ) you use image example for centering images. &lt;div style="text-align:center"&gt; &lt;img src="images/logo_example.png" alt="test alt attribute" width="100" height="100" border="0" /&gt; &lt;/div&gt; When width/height is less than 300 (for example 250*250) – everything is ok. But when image is bigger (for example 400*400 and more) centering like in your example is not working. Can You please...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikita Savkin </dc:creator><pubDate>Wed, 31 Jul 2024 14:15:19 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/47e55022e9/?limit=25#58c3</guid></item><item><title>Thomas Torok posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/dd38f1e6ff/?limit=25#0baa</link><description>If I use a 12 MB svg file, I have this error TCPDF ERROR: SVG Error: No memory at line 59 Is 512 MB not enough to process 12 MB?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Torok</dc:creator><pubDate>Fri, 26 Apr 2024 13:24:32 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/dd38f1e6ff/?limit=25#0baa</guid></item><item><title>Thomas Torok posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/dd38f1e6ff/?limit=25#dff1</link><description>I use TCPDF to create printable pdf files from digital artwork. I generate one-page pdf files with embedded svg objects. If the embedded svg is over 4MB, no otput is generated. I administer a 16 core dedicated server with Almalinux OS. I allocated 512 MB of ram, execution time 300 s, max upload size 100 MB, so there are plenty of resources. Generating a 2MB output takes just a few seconds, but TCPDF stops working over 4MB. How can I fix it? Thank you</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Torok</dc:creator><pubDate>Fri, 26 Apr 2024 13:09:37 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/dd38f1e6ff/?limit=25#dff1</guid></item><item><title>Bruce Chamb posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/f0f179f7f9/?limit=25#8c41</link><description>I'm trying to find a list of the possible name/value pairs for the $prop 4th parameter of the TCPDF TextField method. The documentation shows: $prop (array) javascript field properties. Possible values are described on official Javascript for Acrobat API reference. I've tried to search the Javascript for Acrobat API reference but can't find them. Any guidance appreciated. Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruce Chamb</dc:creator><pubDate>Wed, 17 Apr 2024 07:14:00 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/f0f179f7f9/?limit=25#8c41</guid></item><item><title>Paul Coughlin modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/75e7e48369/?limit=25#c368</link><description>Have you checked out YOURLS? a link shortener that can be called via api to shorten links dynamically.. very easy to setup and call from within a php script etc. https://yourls.org/ https://stackoverflow.com/questions/40313478/getting-shorturl-with-yourls-api</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Coughlin</dc:creator><pubDate>Wed, 27 Mar 2024 12:07:46 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/75e7e48369/?limit=25#c368</guid></item><item><title>Paul Coughlin posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/75e7e48369/?limit=25#c368</link><description>Have you checked out YOURLS? a link shortener that can be called via api to shorten links dynamically.. very easy to setup and call from within a php script etc. https://yourls.org/</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Coughlin</dc:creator><pubDate>Wed, 27 Mar 2024 12:05:44 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/75e7e48369/?limit=25#c368</guid></item><item><title>Gabriel Prado posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/75e7e48369/?limit=25#80e0</link><description>I'm creating a custom template for my company's invoice. However, now I have a problem that hasn't been resolved for over a month, I searched in different forums for a long time and this is my last alternative. Here in Brazil we use a payment method called pix, and it can be paid either by a qrCode or a copy and paste code, but this code is too long to put on one line, so in the structure of my invoice it breaks into a few lines however, when I copy I need it to come in one line just to work in the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gabriel Prado</dc:creator><pubDate>Tue, 19 Mar 2024 17:45:06 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/75e7e48369/?limit=25#80e0</guid></item><item><title>PricenReview posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/e1a4bf37/?limit=25#7894</link><description>pricebuddy</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PricenReview</dc:creator><pubDate>Mon, 05 Feb 2024 06:27:01 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/e1a4bf37/?limit=25#7894</guid></item><item><title>oscaroxy posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/aee1553914/?limit=25#48bd</link><description>The problem is simple, look the screenshot in attach. When the table arrive to bottom of page, without exceeding the page, tcpdf add a page not need. $row=''; for($i=0; $i&lt;99; $i++){ $row .= ' Contract number '.$i.' Contract type Document date Page '; } $tbl = '&lt;style&gt; td{ padding: 3px; border: 1px solid #0e2b57; border-collapse: collapse; font-size:6pt; font-family: '.$avenirFontRegular.'; color:#0e2b57; } th{ font-weight:bold; background-color:#0e2b57; border: 1px solid #0e2b57; border-collapse:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">oscaroxy</dc:creator><pubDate>Thu, 11 Jan 2024 22:20:24 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/aee1553914/?limit=25#48bd</guid></item><item><title>Ali Akbar posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/e4c6e5cce6/?limit=25#69c3</link><description>can you guys help me? I have code to display data using tcpdf but the results displayed are only 1 record this is the code // Header $tbl = &lt;&lt;&lt;EOD &lt;table border="1" cellpadding="2" cellspacing="0"&gt; &lt;thead&gt; &lt;tr style="background-color:LightGray;color:#000000;"&gt; &lt;td width="70" align="center"&gt;&lt;b&gt;TGL TRX&lt;/b&gt;&lt;/td&gt; &lt;td width="70" align="center"&gt;&lt;b&gt;PENY KE&lt;/b&gt;&lt;/td&gt; &lt;td width="200" align="center"&gt;&lt;b&gt;KETERANGAN&lt;/b&gt;&lt;/td&gt; &lt;td width="100" align="center"&gt; &lt;b&gt;MUTASI DR&lt;/b&gt;&lt;/td&gt; &lt;td width="100" align="center"&gt;&lt;b&gt;MUTASI...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ali Akbar</dc:creator><pubDate>Wed, 18 Oct 2023 04:55:03 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/e4c6e5cce6/?limit=25#69c3</guid></item><item><title>Alex posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/b9de40ad/?limit=25#9f2b</link><description>Example - https://lexa.pro/blog/php/364/</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex</dc:creator><pubDate>Mon, 18 Sep 2023 14:31:15 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/b9de40ad/?limit=25#9f2b</guid></item><item><title>Alex posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/eaadb4c6/?limit=25#84eb</link><description>For #1 - https://lexa.pro/blog/php/364/</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex</dc:creator><pubDate>Mon, 18 Sep 2023 14:27:41 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/eaadb4c6/?limit=25#84eb</guid></item><item><title>Toni Miene posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/606bdb6a/?limit=25#a41f</link><description>I could fix it by adding &lt;span&gt;&lt;/span&gt; direct before the &lt;img&gt; Tag. &lt;table&gt; &lt;tr&gt; &lt;td&gt;&lt;span&gt;&lt;/span&gt;&lt;img src=""&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Toni Miene</dc:creator><pubDate>Wed, 13 Sep 2023 14:35:36 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/606bdb6a/?limit=25#a41f</guid></item><item><title>Enrico Medicina posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/f4876f7819/?limit=25#1b79/96ad/e199</link><description>You can check http://web.archive.org/web/20200513161214/https://tcpdf.org/docs/ to find old documentation about Tcpdf Inviato da Outlook per Androidhttps://aka.ms/AAb9ysg From: discussion@tcpdf.p.re.sourceforge.net discussion@tcpdf.p.re.sourceforge.net on behalf of Matthew Frederico mfrederico@users.sourceforge.net Sent: Sunday, August 27, 2023 8:22:35 PM To: [tcpdf:discussion] 435311@discussion.tcpdf.p.re.sourceforge.net Subject: [tcpdf:discussion] Re: SetFont Looks to me like changing it from roboto...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enrico Medicina</dc:creator><pubDate>Sun, 27 Aug 2023 23:38:49 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/f4876f7819/?limit=25#1b79/96ad/e199</guid></item><item><title>Matthew Frederico posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/f4876f7819/?limit=25#1b79/96ad</link><description>Looks to me like changing it from roboto to robotocondensed could work? On Sun, Aug 27, 2023, 7:32 AM David Stephens kembreg14@users.sourceforge.net wrote: I used fpdf.org for years. The documenation was great. tcpdf docs?.... Well, I need some help. This line: **$pdf-&gt;SetFont('Roboto','B',14) is causing this error: **Could not include font definition file: roboto I have these files in the /tcpdf/fonts folder: RobotoCondensed-Bold.php RobotoCondensed-Bold.ttf **RobotoCondensed-Bold.z I would be very...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew Frederico</dc:creator><pubDate>Sun, 27 Aug 2023 18:22:45 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/f4876f7819/?limit=25#1b79/96ad</guid></item><item><title>David Stephens modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/f4876f7819/?limit=25#1b79</link><description>I used fpdf.org for years. The documenation was great. tcpdf docs?.... Well, I need some help. This line: $pdf-&gt;SetFont('Roboto','B',14) is causing this error: Could not include font definition file: roboto I have these files in the /tcpdf/fonts folder: RobotoCondensed-Bold.php RobotoCondensed-Bold.ttf RobotoCondensed-Bold.z I would be very grateful is somebody could let me know how to resolve this error. Thanks so much. David</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Stephens</dc:creator><pubDate>Sun, 27 Aug 2023 13:34:07 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/f4876f7819/?limit=25#1b79</guid></item><item><title>David Stephens modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/f4876f7819/?limit=25#1b79</link><description>I used fpdf.org for years. The documenation was great. tcpdf docs?.... Well, I need some help. This line: **$pdf-&gt;SetFont('Roboto','B',14) ** is causing this error: Could not include font definition file: roboto ** I have these files in the /tcpdf/fonts** folder: **RobotoCondensed-Bold.php RobotoCondensed-Bold.ttf RobotoCondensed-Bold.z ** I would be very grateful is somebody could let me know how to resolve this error. Thanks so much. David</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Stephens</dc:creator><pubDate>Sun, 27 Aug 2023 13:33:44 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/f4876f7819/?limit=25#1b79</guid></item><item><title>David Stephens posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/f4876f7819/?limit=25#1b79</link><description>I used fpdf.org for years. The documenation was great. tcpdf docs?.... Well, I need some help. This line: **$pdf-&gt;SetFont('Roboto','B',14) is causing this error: **Could not include font definition file: roboto I have these files in the /tcpdf/fonts folder: RobotoCondensed-Bold.php RobotoCondensed-Bold.ttf **RobotoCondensed-Bold.z I would be very grateful is somebody could let me know how to resolve this error. Thanks so much. David</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Stephens</dc:creator><pubDate>Sun, 27 Aug 2023 13:32:39 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/f4876f7819/?limit=25#1b79</guid></item><item><title>grant david posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/e1a4bf37/?limit=25#b969</link><description>To install on Windows and test examples: Download the installation package for the software you want to install. Run the downloaded package to start the installation process. Follow the on-screen instructions and select the desired installation options (e.g., installation directory, additional components). Wait for the installation to complete. Once installed, locate the installed software in the Start menu or on your desktop. Launch the software and navigate to the examples or sample folder. Choose...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">grant david</dc:creator><pubDate>Sat, 10 Jun 2023 18:13:19 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/e1a4bf37/?limit=25#b969</guid></item><item><title>Anju Gopi posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/759921e80a/?limit=25#f5e0</link><description>Hi Team, I have an issue while displaying SVG in PDF. The SVG image shows black in color in TCPDF. $svgString = '&lt;svg width="142" height="141" viewBox="0 0 142 141" fill="none" xmlns="http://www.w3.org/2000/svg"&gt; &lt;g clip-path=""&gt; &lt;g filter="url(#filter0_d_0_483)"&gt; &lt;path fill-rule="evenodd" clip-rule="evenodd" d="M97.0217 87.8822H44.2512C39.1913 87.8822 35.0884 83.8278 35.0884 78.8321V26.6812C35.0884 21.6811 39.1913 17.6311 44.2512 17.6311H97.0217C102.082 17.6311 106.18 21.6811 106.18 26.6812V78.8321C106.18...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anju Gopi</dc:creator><pubDate>Fri, 16 Dec 2022 11:48:37 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/759921e80a/?limit=25#f5e0</guid></item><item><title>Anju Gopi modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a8a1105aac/?limit=25#ee9f</link><description>Hi Team, While adding external image in my PDF , it takes lot of time to load https://prnt.sc/89hHToEZJTzp // $img = file_get_contents('https://media.tenor.com/wxC7Hphx6jsAAAAM/test.gif'); // $pdf-&gt;Image('@'.$img, 35, 188, 68, 17, 'GIF', '', '', true, 72, '', false, false, 0, false, false, false); // $img = file_get_contents('https://hq.aftontickets.com/tools/assets/images/global/event-default-img.jpg'); // $pdf-&gt;Image('@'.$img, 115, 10, 92, 165, 'JPG', '', '', true, 72, '', false, false, 0, false,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anju Gopi</dc:creator><pubDate>Tue, 13 Dec 2022 08:42:02 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a8a1105aac/?limit=25#ee9f</guid></item><item><title>Anju Gopi modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a8a1105aac/?limit=25#ee9f</link><description>Hi Team, While adding external image in my PDF , it takes lot of time to load https://prnt.sc/89hHToEZJTzp // $img = file_get_contents('https://media.tenor.com/wxC7Hphx6jsAAAAM/test.gif'); // $pdf-&gt;Image('@'.$img, 35, 188, 68, 17, 'GIF', '', '', true, 72, '', false, false, 0, false, false, false); // $img = file_get_contents('https://hq.aftontickets.com/tools/assets/images/global/event-default-img.jpg'); // $pdf-&gt;Image('@'.$img, 115, 10, 92, 165, 'JPG', '', '', true, 72, '', false, false, 0, false,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anju Gopi</dc:creator><pubDate>Tue, 13 Dec 2022 08:41:12 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a8a1105aac/?limit=25#ee9f</guid></item><item><title>Anju Gopi posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a8a1105aac/?limit=25#ee9f</link><description>Hi Team, While adding external image in my PDF , it takes lot of time to load https://prnt.sc/89hHToEZJTzp // $img = file_get_contents('https://media.tenor.com/wxC7Hphx6jsAAAAM/test.gif'); // $pdf-&gt;Image('@'.$img, 35, 188, 68, 17, 'GIF', '', '', true, 72, '', false, false, 0, false, false, false); // $img = file_get_contents('https://hq.aftontickets.com/tools/assets/images/global/event-default-img.jpg'); // $pdf-&gt;Image('@'.$img, 115, 10, 92, 165, 'JPG', '', '', true, 72, '', false, false, 0, false,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anju Gopi</dc:creator><pubDate>Tue, 13 Dec 2022 08:40:27 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a8a1105aac/?limit=25#ee9f</guid></item><item><title>Elyos posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/ece6f52da8/?limit=25#b6db</link><description>Hi ! Not having found the solution to my problem, I have modified a little bit the native code. I have spaces defined for each tags via setHtmlVSpace function. But on page break, the first element kept its spaces. So i did this : -&gt; Define a protected firsttag variable protected $firsttag = true; -&gt; At the end of AddPage function I assign the value "true" to this variable $this-&gt;firsttag = true; -&gt; In writeHTML function I assign the value "true/false" to this variable depending on key tag while ($key...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elyos</dc:creator><pubDate>Fri, 04 Nov 2022 16:22:51 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/ece6f52da8/?limit=25#b6db</guid></item><item><title>Peter Nussbaumer posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/55933b5470/?limit=25#a3c1</link><description>Hello Since I migrate to php 8.1 and the new versione of tcpdf, it's not possible to add my logo with transparent background to pdf. I tried a lot of versions of my png-logo but without successful results. I read the example 42, but I'm not a crack in imaging and I don't know how I can build a png-logo with alpha-channel. I work with Affinity Photo 1.10.5 or Photoshop Elements 2020. Can anybody help my to create an logo with transparent background, because I need the Logo on different backgrounds....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Nussbaumer</dc:creator><pubDate>Thu, 03 Nov 2022 22:07:39 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/55933b5470/?limit=25#a3c1</guid></item><item><title>Jose Manuel posted a comment on ticket #1147</title><link>https://sourceforge.net/p/tcpdf/bugs/1147/?limit=25#ce8e</link><description>mi me funciono la solución</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jose Manuel</dc:creator><pubDate>Mon, 10 Oct 2022 14:38:21 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/bugs/1147/?limit=25#ce8e</guid></item><item><title>Nuno Pires posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2fedceb/?limit=25#3967</link><description>any ideia ? Thank you</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nuno Pires</dc:creator><pubDate>Mon, 03 Oct 2022 19:42:20 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2fedceb/?limit=25#3967</guid></item><item><title>Nuno Pires modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2fedceb/?limit=25#8c20</link><description>Hello everyone... i am having a "similar" issue I have a page with a Search on top and a search resault table on the bottom and i need to TCDPF the output of the search bunt i can seem to find a way to doit. can anyone help or give some pointers to a noob? Regards result query &lt;?php if(isset($_GET['from_date']) &amp;&amp; isset($_GET['to_date']) &amp;&amp; isset($_GET['domain'])) { $from_date = $_GET['from_date']; $to_date = $_GET['to_date']; $domain = $_GET['domain']; $posto = $_GET['posto']; $talao = $_GET['talao'];...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nuno Pires</dc:creator><pubDate>Sun, 02 Oct 2022 22:20:54 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2fedceb/?limit=25#8c20</guid></item><item><title>Nuno Pires posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2fedceb/?limit=25#8c20</link><description>Hello everyone... i am having a "similar" issue I have a page with a Search on top and a search resault table on the bottom and i need to TCDPF the output of the search bunt i can seem to find a way to doit. can anyone help or give some pointers to a noob? Regards result query &lt;?php if(isset($_GET['from_date']) &amp;&amp; isset($_GET['to_date']) &amp;&amp; isset($_GET['domain'])) { $from_date = $_GET['from_date']; $to_date = $_GET['to_date']; $domain = $_GET['domain']; $posto = $_GET['posto']; $talao = $_GET['talao'];...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nuno Pires</dc:creator><pubDate>Sun, 02 Oct 2022 22:18:48 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2fedceb/?limit=25#8c20</guid></item><item><title>Steven Rostas posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/d472e0b47c/?limit=25#bed4</link><description>I don't know, that this is the solution, but now works in webserver: error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Rostas</dc:creator><pubDate>Thu, 15 Sep 2022 11:41:51 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/d472e0b47c/?limit=25#bed4</guid></item><item><title>Steven Rostas modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/d472e0b47c/?limit=25#0613</link><description>Dear All! I use TCPDF 6.4.4 happily, but I have a problem. I make a PDF from html text. It works good always in localhost, but when my html go bigger (21KB, not so big...) on the web it gives me a warning message: Warning: Invalid argument supplied for foreach() in /web/leichter/iqom/TCPDF-main/tcpdf.php on line 19689 Warning: Invalid argument supplied for foreach() in /web/leichter/iqom/TCPDF-main/tcpdf.php on line 19721 Array ( [0] =&gt; X-Powered-By: PHP/7.0.33 [1] =&gt; Expires: Thu, 19 Nov 1981 08:52:00...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Rostas</dc:creator><pubDate>Thu, 15 Sep 2022 11:17:15 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/d472e0b47c/?limit=25#0613</guid></item><item><title>Steven Rostas modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/d472e0b47c/?limit=25#0613</link><description>Dear All! I use TCPDF 6.4.4 happily, but I have a problem. I make a PDF from html text. It works good always in localhost, but when my html go bigger (21KB, not so big...) on the web it gives me a warning message: Warning: Invalid argument supplied for foreach() in /web/leichter/iqom/TCPDF-main/tcpdf.php on line 19689 Warning: Invalid argument supplied for foreach() in /web/leichter/iqom/TCPDF-main/tcpdf.php on line 19721 Array ( [0] =&gt; X-Powered-By: PHP/7.0.33 [1] =&gt; Expires: Thu, 19 Nov 1981 08:52:00...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Rostas</dc:creator><pubDate>Thu, 15 Sep 2022 11:15:16 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/d472e0b47c/?limit=25#0613</guid></item><item><title>Steven Rostas modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/d472e0b47c/?limit=25#0613</link><description>Dear All! I use TCPDF 6.4.4 happily, but I have a problem. I make a PDF from html text. It works good always in localhost, but when my html go bigger (21KB, not so big...) on the web it gives me a warning message: Warning: Invalid argument supplied for foreach() in /web/leichter/iqom/TCPDF-main/tcpdf.php on line 19689 Warning: Invalid argument supplied for foreach() in /web/leichter/iqom/TCPDF-main/tcpdf.php on line 19721 Array ( [0] =&gt; X-Powered-By: PHP/7.0.33 [1] =&gt; Expires: Thu, 19 Nov 1981 08:52:00...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Rostas</dc:creator><pubDate>Thu, 15 Sep 2022 11:04:48 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/d472e0b47c/?limit=25#0613</guid></item><item><title>Steven Rostas posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/d472e0b47c/?limit=25#0968</link><description>Here is the html text.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Rostas</dc:creator><pubDate>Thu, 15 Sep 2022 11:01:52 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/d472e0b47c/?limit=25#0968</guid></item><item><title>Steven Rostas posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/d472e0b47c/?limit=25#0613</link><description>Dear All! I use TCPDF 6.4.4 happily, but I have a problem. I make a PDF from html text. It works good always in localhost, but when my html go bigger (21KB, not so big...) on the web it gives me a warning message: Warning: Invalid argument supplied for foreach() in /web/leichter/iqom/TCPDF-main/tcpdf.php on line 19689 Warning: Invalid argument supplied for foreach() in /web/leichter/iqom/TCPDF-main/tcpdf.php on line 19721 Array ( [0] =&gt; X-Powered-By: PHP/7.0.33 [1] =&gt; Expires: Thu, 19 Nov 1981 08:52:00...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Rostas</dc:creator><pubDate>Thu, 15 Sep 2022 10:51:18 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/d472e0b47c/?limit=25#0613</guid></item><item><title>Rob Provic modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/0817f1a576/?limit=25#cd3c</link><description>Hi to all I seek help for one code that I need to adjust , actually to add something. This is the code: &lt;tr height="30" bgcolor="#efefef" style="font-weight:bold;"&gt; &lt;td align="right"&gt;'.$_LANG['invoicestotal'].'&lt;/td&gt; &lt;td align="center"&gt;'.$total.'&lt;/td&gt; &lt;/tr&gt; So, like you see that displays total sum in PDF invoice. What I need is to create additional field which will display this $total number divided with custom number. For example, if $total is like 100, I need to divide this with 7.53450 and shos...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Provic</dc:creator><pubDate>Sat, 27 Aug 2022 09:24:08 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/0817f1a576/?limit=25#cd3c</guid></item><item><title>Rob Provic posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/0817f1a576/?limit=25#cd3c</link><description>Hi to all I seek help for one code that I need to adjust , actually to add something. This is the code: '.$_LANG['invoicestotal'].' '.$total.' So, like you see that displays total sum in PDF invoice. What I need is to create additional field which will display this $total number divided with custom number. For example, if $total is like 100, I need to divide this with 7.53450 and shos result in another cell. Is this possible to add and please if someone knows how. Very gratefull Thanks !</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Provic</dc:creator><pubDate>Sat, 27 Aug 2022 09:23:22 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/0817f1a576/?limit=25#cd3c</guid></item><item><title>Simon posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/aa68798e69/?limit=25#1a38</link><description>You've edited the meta data - not the document. The title that appears on the page is set here: $pdf-&gt;SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 001', PDF_HEADER_STRING, array(0,64,255), array(0,64,128));</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simon</dc:creator><pubDate>Mon, 01 Aug 2022 10:30:38 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/aa68798e69/?limit=25#1a38</guid></item><item><title>Gerry Roston posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/aa68798e69/?limit=25#16e2</link><description>TCPDF seems like a great package and I am glad that it is available. While trying to learn how to use it, I edited example_001.php to see what would happen. I changed the line $pdf-&gt;setTitle('TCPDF Example 001'); to $pdf-&gt;setTitle('My Test Example'); But when the PDF was created, the title was unchanged. What on earth am I missing??? Gerry Roston Gerry@PairOfDocs.net 734-516-6715</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gerry Roston</dc:creator><pubDate>Sun, 31 Jul 2022 03:41:09 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/aa68798e69/?limit=25#16e2</guid></item><item><title>Komal Mavani posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/2dafb95880/?limit=25#a4d5</link><description>Hii, Here i'm attaching my html content which i'm using to display on pdf, but data:image not loading while open pdf.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Komal Mavani</dc:creator><pubDate>Thu, 07 Jul 2022 10:28:51 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/2dafb95880/?limit=25#a4d5</guid></item><item><title>Oliver posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/3f4dd50c0b/?limit=25#5f8c</link><description>No one?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oliver</dc:creator><pubDate>Mon, 30 May 2022 13:27:45 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/3f4dd50c0b/?limit=25#5f8c</guid></item><item><title>Oliver posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/3f4dd50c0b/?limit=25#8590</link><description>Dear all, is there any chance to use utf-8 in filenames? E.g. $pdf-&gt;Output('exampleüäx_065.pdf', 'I'); The result is examplex_065.pdf In Germany we have several names with "ü", "ä" etc in it. User made me offended, if they got a file with wrong name. Regards ratzekahl</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oliver</dc:creator><pubDate>Fri, 27 May 2022 08:46:42 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/3f4dd50c0b/?limit=25#8590</guid></item><item><title>Robert Loos posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/8534352b5f/?limit=25#3af0</link><description>Hello! I need to draw two Objects (a text and a barcode) on the same space, partly overlapping. The text color is cyan and magenta only, the barcode is only yellow. Now I want regions where both overlap to be C+Y+M (ideally C+Y+M+K) but I can't find a way to do this. When I draw the blue text, it destroys parts of the barcode. Is there a way to lock the yellow layer when drawing the text? Or to make the text only touch cyan and magenta? Any ideas? Robert</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Loos</dc:creator><pubDate>Sat, 09 Apr 2022 14:44:30 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/8534352b5f/?limit=25#3af0</guid></item><item><title>med amine ben hassen posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/ec708c3c2c/?limit=25#c04f</link><description>Hello :) Does "vertical-align" property work with TCPDF ?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">med amine ben hassen</dc:creator><pubDate>Wed, 16 Feb 2022 21:54:38 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/ec708c3c2c/?limit=25#c04f</guid></item><item><title>Richard Kuan posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/d61b1bb23e/?limit=25#d687</link><description>Pros, I encountered this weird issue. If I set $pdf-&gt;Output method to 'I', it displays the results on screen correctly. But when I click the download on the screen, it ignores the file name I specified and will download the whole php source codes. If I set the destination to 'D', then there is no problem at all. Anyone experienced this issue? How to resolve it? TIA.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard Kuan</dc:creator><pubDate>Wed, 02 Feb 2022 04:21:02 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/d61b1bb23e/?limit=25#d687</guid></item><item><title>Richard Benson posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/1c3796ce/?limit=25#a1d9</link><description>Hi Nicola I have sucessfully managed to out put a PDF file with a barcode with TCPDF but when I go to print it the barcode becomes corrupt through a Zebra Label printer. The only difference I can see between our examples and my code is that I am using a variable. Any help would be much appreciated. Regards Richard</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard Benson</dc:creator><pubDate>Tue, 25 Jan 2022 12:34:39 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/1c3796ce/?limit=25#a1d9</guid></item><item><title>Anonymous modified a comment on ticket #46</title><link>https://sourceforge.net/p/tcpdf/patches/46/?limit=25#3e4f</link><description>PieLabel what is $l, $a and $b here? Perhaps, $a and $b are the start and end angles.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 21 Dec 2021 11:40:44 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/patches/46/?limit=25#3e4f</guid></item><item><title>Anonymous modified a comment on ticket #46</title><link>https://sourceforge.net/p/tcpdf/patches/46/?limit=25#3e4f</link><description>PieLabel what is $l, $a and $b here?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 21 Dec 2021 11:39:41 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/patches/46/?limit=25#3e4f</guid></item><item><title>Anonymous modified a comment on ticket #46</title><link>https://sourceforge.net/p/tcpdf/patches/46/?limit=25#3e4f</link><description>PieLabel what is $l here?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 21 Dec 2021 11:39:10 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/patches/46/?limit=25#3e4f</guid></item><item><title>morteza haghighat modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/c1cb07e7/?limit=25#38ce</link><description>i solve this problem with str_repalce $num=123464 $char= '0'=&gt;'0', '1'=&gt;'1', ....... $num=str_replace(array_keys($char),array_values($char),$num) pay attention before write do this also in you can convert in footer number with this way in formatPageNumber()</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">morteza haghighat</dc:creator><pubDate>Mon, 13 Sep 2021 05:38:45 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/c1cb07e7/?limit=25#38ce</guid></item><item><title>morteza haghighat modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/c1cb07e7/?limit=25#38ce</link><description>i solve this problem with str_repalce $num=123464 $char= '0'=&gt;'0', '1'=&gt;'1', ....... $num=str_replace(array_keys($char),array_values($char),$num) pay attention before write do this also in you can convert in footer number with this way in formatPageNumber()</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">morteza haghighat</dc:creator><pubDate>Mon, 13 Sep 2021 05:35:03 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/c1cb07e7/?limit=25#38ce</guid></item><item><title>morteza haghighat modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/c1cb07e7/?limit=25#38ce</link><description>i solve this problem with str_repalce $num=123464 $char= '0'=&gt;'0', '1'=&gt;'1', ....... $num=str_replace(array_keys($char),array_values($char),$num) pay attention before write do this also in you can convert in footer number with this way in formatPageNumber()</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">morteza haghighat</dc:creator><pubDate>Mon, 13 Sep 2021 05:34:24 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/c1cb07e7/?limit=25#38ce</guid></item><item><title>morteza haghighat posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/c1cb07e7/?limit=25#38ce</link><description>i solve this problem with str_repalce $num=123464 $char= '0'=&gt;'0', '1'=&gt;'1' $num=str_replace(array_keys($char),array_values($char),$num) pay attention before write do this also in you can convert in footer number with this way in formatPageNumber()</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">morteza haghighat</dc:creator><pubDate>Mon, 13 Sep 2021 05:34:07 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/c1cb07e7/?limit=25#38ce</guid></item><item><title>Deepak posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/161b1b1a/?limit=25#f826</link><description>Hi Nicola Asuni, Thanks for providing this great library. We have created the gs1 data matrix for the pdf labels but its failed in scanners due to the fnc1 character is missing at the beginning. Tried to add the chr(241) at the beginning of the string, but still its not adding the fnc1. We should be able to decode it to the symbol character ]D2 as the fnc1 while reading through the scanners. Is there any solution on this?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Deepak</dc:creator><pubDate>Wed, 28 Jul 2021 06:56:55 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/161b1b1a/?limit=25#f826</guid></item><item><title>Sasha Valentina posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/172195310f/?limit=25#aa6d</link><description>I want to implement the function of using css to number the rows of my table automatically in my tcpdf. I do not know why it does not work. I did check it in a regular website it works perfectly. But i do not know why when i added it into my tcpdf it does not work at all. Does anyone know the solution to this problem? Please help me. Any advice will be appreciated. Thanks in advance. $htmlcontent .= '&lt;style&gt; table { counter-reset: rowNumber; } table tr.receiptcontent::before { display: table-cell;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sasha Valentina</dc:creator><pubDate>Mon, 17 May 2021 03:41:18 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/172195310f/?limit=25#aa6d</guid></item><item><title>Laura Estevez posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/e683d52bc3/?limit=25#bff4</link><description>Is it possible to programmatically attach an action to a TextField using the $opt parameter(annotations array) ? I know it can be set directly in JavaScript: f.setAction( "Validate", 'myFunction(par1, par2...)' ); but I need to attach the action dynamically at the time of field creation. According to PDF32000_2008, section 12.5.6.19 (widget annotations), it appears that an "AA" dictionary refers to "An additional-actions dictionary defining the annotation's behavior in response to various trigger...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laura Estevez</dc:creator><pubDate>Fri, 07 May 2021 11:48:19 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/e683d52bc3/?limit=25#bff4</guid></item><item><title>Laura Estevez posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/49009c7521/?limit=25#5918</link><description>Is it possible to programmatically attach an action to a TextField using the $opt parameter (annotations array) ? I know it can be set directly in JavaScript: f.setAction( "Validate", 'myFunction(par1, par2...)' ); but I need to attach the action dynamically at the time of field creation. According to PDF32000_2008, section 12.5.6.19 (widget annotations), it appears that an "AA" dictionary refers to An additional-actions dictionary defining the annotation's behavior in response to various trigger...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laura Estevez</dc:creator><pubDate>Fri, 07 May 2021 10:48:23 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/49009c7521/?limit=25#5918</guid></item><item><title>David O'Reardon posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/6f627b4555/?limit=25#89ef</link><description>I want to create a PDF report that lists the contents of a text field from a database. That database field contains UTF-8 encoded text populated by users from a web form. It could contain text in any language. English, Spanish, Arabic, Hebrew, Greek, Chinese, Japanese, Korean, Emoji etc etc etc. When I come to output that field using TCPDF I have absolutely no idea what language (or languages) is in that field. I'm telling TCPDF to use font arialuni (as per this https://stackoverflow.com/questions/14909006/multiple-language-in-tcpdf)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David O'Reardon</dc:creator><pubDate>Tue, 27 Apr 2021 06:57:57 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/6f627b4555/?limit=25#89ef</guid></item><item><title>Swapnil Jain modified a comment on ticket #1088</title><link>https://sourceforge.net/p/tcpdf/bugs/1088/?limit=25#9533</link><description>Please add $file to alt array if (isset($_SERVER['SCRIPT_URI']) &amp;&amp; !preg_match('%^(https?|ftp)://%', $file) &amp;&amp; !preg_match('%^//%', $file) ) { $urldata = @parse_url($_SERVER['SCRIPT_URI']); return $urldata['scheme'].'://'.$urldata['host'].(($file[0] == '/') ? '' : '/').$file; $alt[]=$file; }</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Swapnil Jain</dc:creator><pubDate>Tue, 27 Apr 2021 06:15:44 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/bugs/1088/?limit=25#9533</guid></item><item><title>Swapnil Jain modified a comment on ticket #1088</title><link>https://sourceforge.net/p/tcpdf/bugs/1088/?limit=25#9533</link><description>Please add $file to alt array if (isset($_SERVER['SCRIPT_URI']) &amp;&amp; !preg_match('%^(https?|ftp)://%', $file) &amp;&amp; !preg_match('%^//%', $file) ) { $urldata = @parse_url($_SERVER['SCRIPT_URI']); return $urldata['scheme'].'://'.$urldata['host'].(($file[0] == '/') ? '' : '/').$file; $alt[]=$file; }</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Swapnil Jain</dc:creator><pubDate>Tue, 27 Apr 2021 06:12:11 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/bugs/1088/?limit=25#9533</guid></item><item><title>Swapnil Jain posted a comment on ticket #1088</title><link>https://sourceforge.net/p/tcpdf/bugs/1088/?limit=25#9533</link><description>Please add $file to alt array if (isset($_SERVER['SCRIPT_URI']) &amp;&amp; !preg_match('%^(https?|ftp)://%', $file) &amp;&amp; !preg_match('%^//%', $file) ) { $urldata = @parse_url($_SERVER['SCRIPT_URI']); return $urldata['scheme'].'://'.$urldata['host'].(($file[0] == '/') ? '' : '/').$file; **$alt[]=$file;** }</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Swapnil Jain</dc:creator><pubDate>Tue, 27 Apr 2021 06:11:46 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/bugs/1088/?limit=25#9533</guid></item><item><title>Quentin Bennett posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/e1a4bf37/?limit=25#1b0d</link><description>Answered my own question - the include file is in the examples folder included in the complete download, but not the min version I downloaded.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Quentin Bennett</dc:creator><pubDate>Mon, 26 Apr 2021 08:46:38 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/e1a4bf37/?limit=25#1b0d</guid></item><item><title>Quentin Bennett posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/e1a4bf37/?limit=25#f1d5</link><description>In the 10 years since this, have the install instructions disappeared? I can find the examples all over the place, but the installation process seems a mystery. example_001.php includes "require_once 'tcpdf_include.php'", but that file isn't included in the download. Running on XAMPP, if that matters/helps Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Quentin Bennett</dc:creator><pubDate>Mon, 26 Apr 2021 08:42:35 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/e1a4bf37/?limit=25#f1d5</guid></item><item><title>Ashton dean posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/87654849c9/?limit=25#f890</link><description>I haven't this problem, If I use only image in the footer like this: $this-&gt;Image($myImage, 10, 280, 180, '', 'PNG', '', 'T', false, 300, '', false, false, 0, false, false, false);</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ashton dean</dc:creator><pubDate>Tue, 20 Apr 2021 21:55:57 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/87654849c9/?limit=25#f890</guid></item><item><title>Ashton dean posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/87654849c9/?limit=25#ee19</link><description>Hello, I am trying to create a pdf with specific hmtl in footer. I add html content to my pdf body like this: $this-&gt;writeHTML($myHtml, true, false, true, false, ''); And I have a function to generate my custom footer: public function footer() { $this-&gt;writeHTMLCell(0, 0, '', -80, $this-&gt;specificHtmlFooter, 0, 1, 0, true, 'top', true); } The pdf body is superimposed on the footer :/ The footer heigth is not correctly calculated ? Any ideas ? thank's in advance</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ashton dean</dc:creator><pubDate>Tue, 20 Apr 2021 21:54:55 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/87654849c9/?limit=25#ee19</guid></item><item><title>shen mose posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a3d215aa/?limit=25#7d20</link><description>I attempt to draw the road with the spot shade literally and then upload that colour to pdf report with AddSpotColor method link getting no line in PDF however the spot shade affords in PDF supply code.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shen mose</dc:creator><pubDate>Tue, 17 Nov 2020 23:49:45 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a3d215aa/?limit=25#7d20</guid></item><item><title>Lesjno posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/5e8ae8abc1/?limit=25#d568</link><description>Sorry, I forgot to use code marks in my previous post ... I'm using TCPDF. I try to justify (left and right) text within a cell of a table with the following HTML code : $txt="&lt;table&gt;&lt;tr&gt;&lt;td style=\"text-align:justify;\"&gt; blablabla (a long text using several lines) ...&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;"; text-align:right and text-align:left and text-align:center work well, but text-align:justify doesn't work. Result is like text-align:left. It should be left AND right aligned ! Is there something wrong on my syntaxe...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lesjno</dc:creator><pubDate>Fri, 13 Nov 2020 14:22:12 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/5e8ae8abc1/?limit=25#d568</guid></item><item><title>Lesjno posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/5e8ae8abc1/?limit=25#6c31</link><description>Hi I'm using TCPDF. I try to justify (left and right) text within a cell of a table with the following HTML code : $txt = " bla bla bla .... (a long text using several lines)..."; text-align:right and text-align:left and text-align:center work well, but text-align:justify doesn't work. Result is like text-align:left. It should be left AND right aligned ! Is there something wrong on my syntaxe ? Or is it an already known error ? Thanks,</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lesjno</dc:creator><pubDate>Fri, 13 Nov 2020 14:16:14 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/5e8ae8abc1/?limit=25#6c31</guid></item><item><title>gdhafgyusaty dcgyug posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/50f81c2483/?limit=25#b649</link><description>It would be exceptional to see your window.Open javascript code. I became attempting a similar guide technique however I can't give anchor tags an identity or an onclick movement.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gdhafgyusaty dcgyug</dc:creator><pubDate>Wed, 11 Nov 2020 18:39:17 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/50f81c2483/?limit=25#b649</guid></item><item><title>Christian Nießing posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/cd384bc184/?limit=25#a2d7</link><description>?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Nießing</dc:creator><pubDate>Sat, 31 Oct 2020 14:53:12 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/cd384bc184/?limit=25#a2d7</guid></item><item><title>Christian Nießing posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/cd384bc184/?limit=25#1249</link><description>Hi Simon, no it is an SVG</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Nießing</dc:creator><pubDate>Mon, 26 Oct 2020 08:56:59 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/cd384bc184/?limit=25#1249</guid></item><item><title>Simon posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/cd384bc184/?limit=25#c45e</link><description>Conversion from what? If this is html you could perform a regex relace using php.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simon</dc:creator><pubDate>Mon, 26 Oct 2020 08:54:41 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/cd384bc184/?limit=25#c45e</guid></item><item><title>Christian Nießing posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/cd384bc184/?limit=25#8392</link><description>hello, is it possible to replace a hex color during pdf conversion into a spot color with custom name and cmyk values?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Nießing</dc:creator><pubDate>Sun, 25 Oct 2020 13:18:56 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/cd384bc184/?limit=25#8392</guid></item><item><title>Florian Lewerken modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/3b7d9e2bf0/?limit=25#58b8</link><description>I am stuck with a problem. I am working on a PDF document that displays position values (basically a bill) and now we need to add one line to each page that shows the carry over value like so: Position 1 - $1000 -&gt; Page 1 -&gt; $CarryOver=1000 Position 2 - $1000 -&gt; Page 1-&gt; $CarryOver=2000 Position 3 - $1000 -&gt; Page 1-&gt; $CarryOver=3000 AUTO-PAGEBREAK -&gt; Show "Carry-Over = $3000" in Footer Position 4 - $1000 -&gt; Page 1-&gt; $CarryOver=4000 Position 5 - $1000 -&gt; Page 1-&gt; $CarryOver=5000 Position 6 - $1000...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Florian Lewerken</dc:creator><pubDate>Wed, 14 Oct 2020 07:18:36 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/3b7d9e2bf0/?limit=25#58b8</guid></item><item><title>Florian Lewerken posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/3b7d9e2bf0/?limit=25#58b8</link><description>I am stuck with a problem. I am working on a PDF document that displays position values (basically a bill) and now we need to add one line to each page that shows the carry over value like so: Position 1 - $1000 -&gt; Page 1 -&gt; $CarryOver=1000 Position 2 - $1000 -&gt; Page 1-&gt; $CarryOver=2000 Position 3 - $1000 -&gt; Page 1-&gt; $CarryOver=3000 AUTO-PAGEBREAK -&gt; Show "Carry-Over = $3000" in Footer Position 4 - $1000 -&gt; Page 1-&gt; $CarryOver=4000 Position 5 - $1000 -&gt; Page 1-&gt; $CarryOver=5000 Position 6 - $1000...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Florian Lewerken</dc:creator><pubDate>Wed, 14 Oct 2020 07:18:12 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/3b7d9e2bf0/?limit=25#58b8</guid></item><item><title>Chris posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/ecf660aa7f/?limit=25#9d65</link><description>Hi, I try to put a backround image in pdf in lettre US format and Landscape $diplomas-&gt;Image($img_file, 0, 0, 279, 216, '', '', '', false, 300, '', false, false); The image is in 300dpi, 3300x2550 and for printer 27,94x21,59 but the $w and $h are not applicate. The image stay smaller than it is Regards Chris</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Tue, 06 Oct 2020 14:17:49 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/ecf660aa7f/?limit=25#9d65</guid></item><item><title>Johnny Dos modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2fedceb/?limit=25#43a8</link><description>darn I tripple checked everything else and I didn;'t see that, thanks mate but I still get the error for some reason, sandbox shows that everything is ok but... Ok so I changed it entirly, I have a page that displays the a customer order with images etc and I have added a button to export this as a pdf. It's a simple table so when I am exporting this to a pdf I get only until the first I do not get the images in the table and also if the output has 2-3...10 table rows it only passes the first one....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johnny Dos</dc:creator><pubDate>Fri, 25 Sep 2020 08:13:25 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2fedceb/?limit=25#43a8</guid></item><item><title>Johnny Dos posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2fedceb/?limit=25#43a8</link><description>darn I tripple checked everything else and I didn;'t see that, thanks mate but I still get the error for some reason, sandbox shows that everything is ok but...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johnny Dos</dc:creator><pubDate>Fri, 25 Sep 2020 07:55:03 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2fedceb/?limit=25#43a8</guid></item><item><title>Howard Martin posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2fedceb/?limit=25#cb71</link><description>That last line should surely be: return $output;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Howard Martin</dc:creator><pubDate>Fri, 25 Sep 2020 00:08:56 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2fedceb/?limit=25#cb71</guid></item><item><title>Johnny Dos modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2fedceb/?limit=25#84d6</link><description>Hey guys I am having trouble connecting to the database when using TCPDF, the thread is similar that is why I am posting here, I created a button with an input lets say "product name" and send it with post to tcpdf_test.php and I am using code like this then &lt;?php include('functions.php'); require_once('TCPDF/tcpdf.php'); if(isset($_POST["create_pdf"])){ $id=$_POST['id']; function fetch_data($id){ $output=''; $query="SELECT * FROM cart WHERE status= $id"; $proionta=$conn-&gt;query($query); foreach($proionta...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johnny Dos</dc:creator><pubDate>Thu, 24 Sep 2020 05:03:29 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2fedceb/?limit=25#84d6</guid></item><item><title>Johnny Dos posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2fedceb/?limit=25#84d6</link><description>Hey guys I am having trouble connecting to the database when using TCPDF, the thread is similar that is why I am posting here, I created a button with an input lets say "product name" and send it with post to tcpdf_test.php and I am using code like this then function fetch_data($id){ $output=''; $query="SELECT * FROM cart WHERE status= $id"; $proionta=$conn-&gt;query($query); foreach($proionta as $proion){ $product = $proion['product_id']; $grammatoseira=LTRIM(RTRIM($proion['grammatoseira'])); $logo=LTRIM(RTRIM($proion['logo']));...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johnny Dos</dc:creator><pubDate>Thu, 24 Sep 2020 05:02:46 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a2fedceb/?limit=25#84d6</guid></item><item><title>Janne Jyrkkä modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a6cc4f71c1/?limit=25#5116</link><description>Hi I have problem with tcpdf pdf generator. I try to set different kind of bullet images for unordered list items (checklist: checked or unchecked image) my html: &lt;ul&gt; &lt;li class='checked' &gt;&lt;/li&gt; &lt;li class='unchecked' &gt;&lt;/li&gt; &lt;/ul&gt; I can set both bullets with this css and works fine: ul.checked { list-style-type:img|png|5|5|../checked.png; } But this css is not working with list items ul li.checked{ list-style-type:img|png|5|5|../checked.png; } ul li.unchecked{ list-style-type:img|png|5|5|../unchecked.png;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Janne Jyrkkä</dc:creator><pubDate>Wed, 09 Sep 2020 10:12:21 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a6cc4f71c1/?limit=25#5116</guid></item><item><title>Janne Jyrkkä posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a6cc4f71c1/?limit=25#5116</link><description>Hi I have problem with tcpdf pdf generator. I try to set different kind of bullet images for unordered list items (checklist: checked or unchecked image) my html: I can set both bullets with this css and works ok: ul.checked { list-style-type:img|png|5|5|../checked.png; } But this css is not working with list items ul li.checked{ list-style-type:img|png|5|5|../checked.png; } ul li.unchecked{ list-style-type:img|png|5|5|../unchecked.png; } Have anyone solution how to solve this problem with TCPDF...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Janne Jyrkkä</dc:creator><pubDate>Wed, 09 Sep 2020 10:08:04 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/a6cc4f71c1/?limit=25#5116</guid></item><item><title>Hiren Amin posted a comment on ticket #1121</title><link>https://sourceforge.net/p/tcpdf/bugs/1121/?limit=25#c67a</link><description>4 years on and this is still happening, update please!?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hiren Amin</dc:creator><pubDate>Mon, 24 Aug 2020 08:45:18 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/bugs/1121/?limit=25#c67a</guid></item><item><title>Benjamin Schiller modified a comment on ticket #1147</title><link>https://sourceforge.net/p/tcpdf/bugs/1147/?limit=25#3428</link><description>Got the same error. Replace the if(is_numeric($c)) block with a simple $c = intval($c); as recommended here https://github.com/deltaaskii/lara-pdf-merger/pull/45/files/ec44e3bf2ae9d47a27ff64ce310c5c7c15e5a4b2 That worked for me.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benjamin Schiller</dc:creator><pubDate>Tue, 12 May 2020 07:44:04 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/bugs/1147/?limit=25#3428</guid></item><item><title>Benjamin Schiller posted a comment on ticket #1147</title><link>https://sourceforge.net/p/tcpdf/bugs/1147/?limit=25#3428</link><description>Got the same error. remove the if(is_numeric($c)) statement then the change from return chr($c); to return chr(ord($c)); worked for me.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benjamin Schiller</dc:creator><pubDate>Tue, 12 May 2020 07:04:42 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/bugs/1147/?limit=25#3428</guid></item><item><title>noureddine modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/027333e104/?limit=25#d8c0</link><description>Hello how to Rotated Table Column Headers like this: this my party of code: &lt;?php $content.' &lt;table border="0.6" cellpadding="2" cellspacing="2"&gt; &lt;tr&gt; &lt;th&gt;&lt;/th&gt; &lt;th&gt;texte1&lt;/th&gt; &lt;th&gt;texte2&lt;/th&gt; &lt;th&gt;texte3&lt;/th&gt; &lt;th&gt;texte4&lt;/th&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;a&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;b&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;c&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;d&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;e&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">noureddine</dc:creator><pubDate>Sat, 02 May 2020 16:24:11 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/027333e104/?limit=25#d8c0</guid></item><item><title>noureddine modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/027333e104/?limit=25#d8c0</link><description>Hello how to Rotated Table Column Headers like this: this my party of code: &lt;?php $content.' &lt;table border="0.6" cellpadding="2" cellspacing="2"&gt; &lt;tr&gt; &lt;th&gt;&lt;/th&gt; &lt;th&gt;texte1&lt;/th&gt; &lt;th&gt;texte2&lt;/th&gt; &lt;th&gt;texte3&lt;/th&gt; &lt;th&gt;texte4&lt;/th&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;a&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;b&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;c&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;d&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;e&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">noureddine</dc:creator><pubDate>Sat, 02 May 2020 16:22:15 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/027333e104/?limit=25#d8c0</guid></item><item><title>noureddine modified a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/027333e104/?limit=25#d8c0</link><description>Hello how to Rotated Table Column Headers like this: this my party of code: &lt;?php $content.' &lt;table border="0.6" cellpadding="2" cellspacing="2"&gt; &lt;tr&gt; &lt;th&gt;&lt;/th&gt; &lt;th&gt;texte1&lt;/th&gt; &lt;th&gt;texte2&lt;/th&gt; &lt;th&gt;texte3&lt;/th&gt; &lt;th&gt;texte4&lt;/th&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;a&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;b&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;c&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;d&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;e&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">noureddine</dc:creator><pubDate>Sat, 02 May 2020 16:18:36 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/027333e104/?limit=25#d8c0</guid></item><item><title>noureddine posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/027333e104/?limit=25#d8c0</link><description>Hello how to Rotated Table Column Headers like this: ) this my party of code: &lt;?php $content.' &lt;table border="0.6" cellpadding="2" cellspacing="2"&gt; &lt;tr&gt; &lt;th&gt;&lt;/th&gt; &lt;th&gt;texte1&lt;/th&gt; &lt;th&gt;texte2&lt;/th&gt; &lt;th&gt;texte3&lt;/th&gt; &lt;th&gt;texte4&lt;/th&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;a&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;b&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;c&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;d&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;e&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;td&gt;&lt;td&gt; &lt;tr&gt; &lt;/tr&gt; &lt;tr&gt;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">noureddine</dc:creator><pubDate>Sat, 02 May 2020 16:17:17 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/027333e104/?limit=25#d8c0</guid></item><item><title>Kim Vutha posted a comment on discussion Help</title><link>https://sourceforge.net/p/tcpdf/discussion/435311/thread/9ef28f41/?limit=25#d903</link><description>anyone solve the problem?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kim Vutha</dc:creator><pubDate>Mon, 27 Apr 2020 08:10:49 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/discussion/435311/thread/9ef28f41/?limit=25#d903</guid></item><item><title>Luca Loda posted a comment on ticket #1148</title><link>https://sourceforge.net/p/tcpdf/bugs/1148/?limit=25#c373</link><description>(table cellpadding="6" border="1") (tr style="background-color: #c5183d; color: white;")(/tr) (/table)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luca Loda</dc:creator><pubDate>Sun, 19 Apr 2020 16:51:02 -0000</pubDate><guid>https://sourceforge.net/p/tcpdf/bugs/1148/?limit=25#c373</guid></item></channel></rss>