<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/html2ps/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/html2ps/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 22 Jun 2008 03:36:53 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/html2ps/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>PHP error while converting the image</title><link>https://sourceforge.net/p/html2ps/bugs/209/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Error I get:&lt;/p&gt;
&lt;p&gt;Catchable fatal error: Object of class Image could not be converted to string in /home/aerotronic.nl/public_html/html2ps/output.fastps.class.php on line 146&lt;/p&gt;
&lt;p&gt;I use PHP 5.2+. Mostly this error appears on newer installtions of PHP (I found out after googling)&lt;/p&gt;
&lt;p&gt;The problems are caused by:&lt;/p&gt;
&lt;p&gt;$this-&amp;gt;write(sprintf("%.2f %.2f %s %s {%s} %d %d image-create image-show\n",&lt;br /&gt;
$size_x * $scale_x ,&lt;br /&gt;
$size_y * $scale_y, &lt;br /&gt;
($mask !== "" ? $mask : "/null"),&lt;br /&gt;
$image,&lt;br /&gt;
$init, &lt;br /&gt;
$size_y, &lt;br /&gt;
$size_x));&lt;/p&gt;
&lt;p&gt;We can convert the object $image to a string with fread(), but that gives errors when printing (and a PHP warning which could be surpressed).&lt;/p&gt;
&lt;p&gt;I use the stable version of the software. Choosing not to render the images produces very nice and sweet output! My compliments! (With this, I can be able to automate the whole order printing process. Not that it saves that much time, but it is also just for fun).&lt;/p&gt;
&lt;p&gt;By the way, in the stable release, I found a typo: pushCSS instead of push_css. This has been corrected in dev version already.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 22 Jun 2008 03:36:53 -0000</pubDate><guid>https://sourceforge.net4b01dac3448da228ca213d1c7fb48dcb89a3f2f3</guid></item><item><title>wrong encoding in old acrobat readers (version 5)</title><link>https://sourceforge.net/p/html2ps/bugs/208/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have problem with czech chars in old acrobat readers&lt;br /&gt;
5 - version 7 is ok, but in old one some chars&lt;br /&gt;
disapear. in attachemend are html source and generated pdf.&lt;/p&gt;
&lt;p&gt;i hope you solve it soon ;)&lt;/p&gt;
&lt;p&gt;this problem is in all options of rendering - exept&lt;br /&gt;
rendering using PDFLIB...&lt;br /&gt;
i am using html2ps_v2dev version.&lt;/p&gt;
&lt;p&gt;my email: jakub@centauri.cz&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 05 Oct 2006 12:57:40 -0000</pubDate><guid>https://sourceforge.net5c2cde52a3ddf1cad54cfe0dd8c7115d1824fa5c</guid></item><item><title>Text is missing in the pdf</title><link>https://sourceforge.net/p/html2ps/bugs/207/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Some text inside divs and h1 tags is not shown in the&lt;br /&gt;
pdf. I attached some files where the error occurs.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lars Mucha</dc:creator><pubDate>Thu, 20 Apr 2006 15:04:55 -0000</pubDate><guid>https://sourceforge.neteeb24849ee084a21595fc606aa1d45efc803e117</guid></item><item><title>missed text</title><link>https://sourceforge.net/p/html2ps/bugs/206/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Text inside &amp;lt;div&amp;gt; and &amp;lt;h1&amp;gt; is not shown. Maybe the&lt;br /&gt;
first &amp;lt;h1&amp;gt; stopps the encoding process. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 20 Apr 2006 14:31:42 -0000</pubDate><guid>https://sourceforge.nete3cd7e2c30f607caf47ca3160c27a64396bcc570</guid></item><item><title>php error in box.table.php</title><link>https://sourceforge.net/p/html2ps/bugs/205/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Fatal error: Call to a member function on a non-object&lt;br /&gt;
in html2ps/box.table.php on line 265&lt;/p&gt;
&lt;p&gt;I use tables with background images, divs, images and&lt;br /&gt;
links. You can use the attached html file.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 19 Apr 2006 15:48:07 -0000</pubDate><guid>https://sourceforge.neta4001fb9198502c60d7caf475657198de30ec126</guid></item><item><title>Missing H1-H9 tags </title><link>https://sourceforge.net/p/html2ps/bugs/204/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Missing H1-H9 tags are inserted incorrectly during the&lt;br /&gt;
XHTML conversion.&lt;/p&gt;
&lt;p&gt;Example: &lt;/p&gt;
&lt;p&gt;&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;h3&amp;gt;test&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/p&gt;
&lt;p&gt;is converted to following: &lt;/p&gt;
&lt;p&gt;&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;h3&amp;gt;test&amp;lt;/h&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;/p&gt;
&lt;p&gt;causing XML parser error&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bkonst</dc:creator><pubDate>Sun, 16 Oct 2005 05:52:17 -0000</pubDate><guid>https://sourceforge.net2025273329593826737b74f2979533826a5646ad</guid></item><item><title>TD without corresponding TR tag</title><link>https://sourceforge.net/p/html2ps/bugs/203/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;See example; script assigns the bottom two cells to the&lt;br /&gt;
outer table, automatically closing the table when&lt;br /&gt;
incorrect TD tag is encountered; browsers automatically&lt;br /&gt;
insert TR tag in this case.&lt;/p&gt;
&lt;p&gt;&amp;lt;table bgcolor="cyan"&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;table bgcolor="yellow"&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td rowspan=2&amp;gt;TEXT&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;TEXT&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &amp;lt;!-- problem is here --&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;TEXT&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bkonst</dc:creator><pubDate>Tue, 06 Sep 2005 06:36:36 -0000</pubDate><guid>https://sourceforge.netbea34649c8f2cbccae64b07bff77b21481fd91ce</guid></item><item><title>Fractional font-size values are parsed incorrectly</title><link>https://sourceforge.net/p/html2ps/bugs/202/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The script renders the following example with very&lt;br /&gt;
small size of the second TEXT word.&lt;/p&gt;
&lt;p&gt;TEXT&lt;br /&gt;
&amp;lt;span style="font-size: 62.5%"&amp;gt;&lt;br /&gt;
TEXT&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
TEXT&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bkonst</dc:creator><pubDate>Mon, 05 Sep 2005 06:41:47 -0000</pubDate><guid>https://sourceforge.netf2a2c20daf47e7383fe50577a5a78e12735254f0</guid></item><item><title>a:link.test1 - style selectors are ignored</title><link>https://sourceforge.net/p/html2ps/bugs/201/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;See example; second link is rendered corerctly, first&lt;br /&gt;
link is rendered blue&lt;/p&gt;
&lt;p&gt;&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;style&amp;gt;&lt;br /&gt;
a:link.test1{ color: red; }&lt;br /&gt;
a.test2:link{ color: green; }&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;a href="fdsfd" class="test1"&amp;gt;test1&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href="fdsfdfs" class="test2"&amp;gt;test2&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bkonst</dc:creator><pubDate>Sun, 04 Sep 2005 05:44:21 -0000</pubDate><guid>https://sourceforge.netd1b6a2aa659ebed9329f85642846e9e13167f80e</guid></item><item><title>IMG inside the height-constrained inline boxes</title><link>https://sourceforge.net/p/html2ps/bugs/200/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;See example; image is rendered vertically stretched&lt;/p&gt;
&lt;p&gt;&amp;lt;span style="height: 50px;"&amp;gt;&amp;lt;img&lt;br /&gt;
src="go_files/checkmailbutton.gif" border="0"&amp;gt;&amp;lt;/span&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bkonst</dc:creator><pubDate>Sat, 03 Sep 2005 15:14:19 -0000</pubDate><guid>https://sourceforge.net9ca1931c6220075170eac62034c987e1eb29a29e</guid></item></channel></rss>