<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : JBIG2 support will be in 7.22</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : General Discussion : JBIG2 support will be in 7.22]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 11:24:24 +0000</pubDate>
  <lastBuildDate>Tue, 24 Aug 2010 20:36:20 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=1545</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[JBIG2 support will be in 7.22 : Nice one Ingo -- much better than...]]></title>
   <link>http://www.quickpdf.org/forum/jbig2-support-will-be-in-722_topic1545_post6902.html#6902</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1000">Rowan</a><br /><strong>Subject:</strong> 1545<br /><strong>Posted:</strong> 24 Aug 10 at 8:36PM<br /><br />Nice one Ingo -- much better than Notepad for a production environment. :-)]]>
   </description>
   <pubDate>Tue, 24 Aug 2010 20:36:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/jbig2-support-will-be-in-722_topic1545_post6902.html#6902</guid>
  </item> 
  <item>
   <title><![CDATA[JBIG2 support will be in 7.22 : Hi!In a production environment...]]></title>
   <link>http://www.quickpdf.org/forum/jbig2-support-will-be-in-722_topic1545_post6900.html#6900</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1545<br /><strong>Posted:</strong> 24 Aug 10 at 7:58PM<br /><br />Hi!<br><br>In a production environment you won't use Notepad to check for JBIG2 ;-)<br>Read the pdf-file-content into a stream/string and check the content with the Pos-syntax.<br>Here's a small sample (Delphi):<br><br>&nbsp;&nbsp; var fs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : TFileStream;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; textkomplett : String;<br>// . . .<br>&nbsp;&nbsp; Edit1.Text := 'c:\temp\sample.pdf';<br>&nbsp;&nbsp; textkomplett := '';<br>&nbsp;&nbsp; fs := TFileStream.Create(Edit1.Text,fmOpenRead+fmShareDenyWrite);<br>&nbsp;&nbsp; try<br>&nbsp;&nbsp;&nbsp;&nbsp; SetLength(textkomplett,fs.Size);<br>&nbsp;&nbsp;&nbsp;&nbsp; fs.Read(PChar(textkomplett)^,fs.Size);<br>&nbsp;&nbsp; finally<br>&nbsp;&nbsp;&nbsp;&nbsp; fs.Free;<br>&nbsp;&nbsp; end;<br>// . . .<br>&nbsp;&nbsp; Result := Pos('JBIG2', textkomplett);<br><br>Cheers, Ingo<br><br><br>]]>
   </description>
   <pubDate>Tue, 24 Aug 2010 19:58:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/jbig2-support-will-be-in-722_topic1545_post6900.html#6900</guid>
  </item> 
  <item>
   <title><![CDATA[JBIG2 support will be in 7.22 : Ah, yup. The file does indeed...]]></title>
   <link>http://www.quickpdf.org/forum/jbig2-support-will-be-in-722_topic1545_post6899.html#6899</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1376">ryan.cole</a><br /><strong>Subject:</strong> 1545<br /><strong>Posted:</strong> 24 Aug 10 at 3:33PM<br /><br />Ah, yup. The file does indeed contain JBIG2 compressed images. This would be my problem.<DIV>&nbsp;</DIV><DIV>In that case, I look forward to the beta in a few weeks with JBIG2 support. :)</DIV>]]>
   </description>
   <pubDate>Tue, 24 Aug 2010 15:33:13 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/jbig2-support-will-be-in-722_topic1545_post6899.html#6899</guid>
  </item> 
  <item>
   <title><![CDATA[JBIG2 support will be in 7.22 : Open the PDF in notepad and then...]]></title>
   <link>http://www.quickpdf.org/forum/jbig2-support-will-be-in-722_topic1545_post6891.html#6891</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1000">Rowan</a><br /><strong>Subject:</strong> 1545<br /><strong>Posted:</strong> 23 Aug 10 at 10:25PM<br /><br />Open the PDF in notepad and then search for JBIG2. That usually does the trick (although, it won't pick up every instance of JBIG2 compression). But if you email the files to me I will check them out regardless of whether it's a JBIG2 related issue.<div><br></div><div>Cheers,</div><div>- Rowan.</div>]]>
   </description>
   <pubDate>Mon, 23 Aug 2010 22:25:55 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/jbig2-support-will-be-in-722_topic1545_post6891.html#6891</guid>
  </item> 
  <item>
   <title><![CDATA[JBIG2 support will be in 7.22 : How do we know if a PDF usesJBIG2?...]]></title>
   <link>http://www.quickpdf.org/forum/jbig2-support-will-be-in-722_topic1545_post6890.html#6890</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1376">ryan.cole</a><br /><strong>Subject:</strong> 1545<br /><strong>Posted:</strong> 23 Aug 10 at 9:29PM<br /><br />How do we know if a PDF uses&nbsp;<span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">JBIG2? I have a few PDFs that print out as blank documents when using QuickPDF and I had read that it may be because of JBIG2 support.</span><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><br></span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">If this one does in fact contain JBIG2 then I will send it to you for testing.</span></div>]]>
   </description>
   <pubDate>Mon, 23 Aug 2010 21:29:29 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/jbig2-support-will-be-in-722_topic1545_post6890.html#6890</guid>
  </item> 
  <item>
   <title><![CDATA[JBIG2 support will be in 7.22 : Glad to hear you&amp;#039;re excited...]]></title>
   <link>http://www.quickpdf.org/forum/jbig2-support-will-be-in-722_topic1545_post6882.html#6882</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1000">Rowan</a><br /><strong>Subject:</strong> 1545<br /><strong>Posted:</strong> 23 Aug 10 at 12:22PM<br /><br />Glad to hear you're excited by this news. We'll also look at extending HTML tag support. Cheers!]]>
   </description>
   <pubDate>Mon, 23 Aug 2010 12:22:03 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/jbig2-support-will-be-in-722_topic1545_post6882.html#6882</guid>
  </item> 
  <item>
   <title><![CDATA[JBIG2 support will be in 7.22 : This is really a good news and...]]></title>
   <link>http://www.quickpdf.org/forum/jbig2-support-will-be-in-722_topic1545_post6881.html#6881</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1138">Ruturaaj</a><br /><strong>Subject:</strong> 1545<br /><strong>Posted:</strong> 23 Aug 10 at 4:13AM<br /><br />This is really a good news and I'm looking forward to it. Just to add to that ... it will be really helpful if QP extends its support for HTML Tags. This will ease the process of making some typical PDF reports without much of PDF-styling effort.]]>
   </description>
   <pubDate>Mon, 23 Aug 2010 04:13:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/jbig2-support-will-be-in-722_topic1545_post6881.html#6881</guid>
  </item> 
  <item>
   <title><![CDATA[JBIG2 support will be in 7.22 : Hi Guys,I just thought you might...]]></title>
   <link>http://www.quickpdf.org/forum/jbig2-support-will-be-in-722_topic1545_post6862.html#6862</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1000">Rowan</a><br /><strong>Subject:</strong> 1545<br /><strong>Posted:</strong> 18 Aug 10 at 8:23AM<br /><br />Hi Guys,<div><br></div><div>I just thought you might like to know that the next version of Quick PDF Library will include JBIG2 support. We'll have a public beta ready in the next 1-2 weeks, perhaps sooner, that you can try out.</div><div><br></div><div>If you have any PDF files that use JBIG2 images that you'd like me to add to our repository of test files, please email it to rowan.hanna@debenu.com.</div><div><br></div><div>Cheers,</div><div>- Rowan.</div>]]>
   </description>
   <pubDate>Wed, 18 Aug 2010 08:23:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/jbig2-support-will-be-in-722_topic1545_post6862.html#6862</guid>
  </item> 
 </channel>
</rss>