

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Convert JBIG2 to PDF with free and open source software agl&#8217;s jbig2enc</title>
	<atom:link href="http://blog.rubypdf.com/2009/10/29/convert-jbig2-to-pdf-with-free-and-open-source-software-agls-jbig2enc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rubypdf.com/2009/10/29/convert-jbig2-to-pdf-with-free-and-open-source-software-agls-jbig2enc/</link>
	<description>PDF &#38; Marketing</description>
	<lastBuildDate>Tue, 27 Dec 2011 14:41:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rubypdf</title>
		<link>http://blog.rubypdf.com/2009/10/29/convert-jbig2-to-pdf-with-free-and-open-source-software-agls-jbig2enc/comment-page-1/#comment-11695</link>
		<dc:creator>rubypdf</dc:creator>
		<pubDate>Sat, 07 Nov 2009 08:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rubypdf.com/?p=483#comment-11695</guid>
		<description>you should try &lt;a href=&quot;http://blog.rubypdf.com/2009/10/30/pdfsizeopt-a-free-and-open-source-pdf-manipulation-tool-to-reduce-pdf-file-size/&quot; rel=&quot;nofollow&quot;&gt;pdfsizeopt&lt;/a&gt;, maybe which is the best choise for you, but, pdfsizeopt only works well under Linux now, and I am working on the porting job to let it works under Windows.
btw, neither jbig2 or pdfsizeopt is developed by me, I just found them and do some jobs on them.</description>
		<content:encoded><![CDATA[<p>you should try <a href="http://blog.rubypdf.com/2009/10/30/pdfsizeopt-a-free-and-open-source-pdf-manipulation-tool-to-reduce-pdf-file-size/" rel="nofollow">pdfsizeopt</a>, maybe which is the best choise for you, but, pdfsizeopt only works well under Linux now, and I am working on the porting job to let it works under Windows.<br />
btw, neither jbig2 or pdfsizeopt is developed by me, I just found them and do some jobs on them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dingo</title>
		<link>http://blog.rubypdf.com/2009/10/29/convert-jbig2-to-pdf-with-free-and-open-source-software-agls-jbig2enc/comment-page-1/#comment-11694</link>
		<dc:creator>Dingo</dc:creator>
		<pubDate>Sat, 07 Nov 2009 01:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rubypdf.com/?p=483#comment-11694</guid>
		<description>Thanks I just realized my error

when I typed in console command to encode, I added the -S switch while omitting pdf.py works fine. a powerful program.

my university tends to make too large files when scans public domain books so I think jbig is a good utility to recompress all images and then assembling in pdf</description>
		<content:encoded><![CDATA[<p>Thanks I just realized my error</p>
<p>when I typed in console command to encode, I added the -S switch while omitting pdf.py works fine. a powerful program.</p>
<p>my university tends to make too large files when scans public domain books so I think jbig is a good utility to recompress all images and then assembling in pdf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rubypdf</title>
		<link>http://blog.rubypdf.com/2009/10/29/convert-jbig2-to-pdf-with-free-and-open-source-software-agls-jbig2enc/comment-page-1/#comment-11693</link>
		<dc:creator>rubypdf</dc:creator>
		<pubDate>Sat, 07 Nov 2009 01:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rubypdf.com/?p=483#comment-11693</guid>
		<description>You should use jbig2.exe(windows) or Jbig2(Linux) to get the output.0000 and output.sym
by using this command, &quot;&lt;strong&gt;jbig2 -s -p a.jpg&lt;/strong&gt;&quot;</description>
		<content:encoded><![CDATA[<p>You should use jbig2.exe(windows) or Jbig2(Linux) to get the output.0000 and output.sym<br />
by using this command, &#8220;<strong>jbig2 -s -p a.jpg</strong>&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dingo</title>
		<link>http://blog.rubypdf.com/2009/10/29/convert-jbig2-to-pdf-with-free-and-open-source-software-agls-jbig2enc/comment-page-1/#comment-11691</link>
		<dc:creator>Dingo</dc:creator>
		<pubDate>Sat, 07 Nov 2009 00:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rubypdf.com/?p=483#comment-11691</guid>
		<description>Re-Woof

Ok, previous pdf.py was wrong, Now I have downloaded the right file but an error message is showed

# python pdf.py output&gt;jbig2.pdf
Traceback (most recent call last):
  File &quot;pdf.py&quot;, line 159, in 
    usage(&quot;symbol table %s not found!&quot;% sym)
TypeError: usage() takes exactly 2 arguments (1 given)
# python pdf.py output&gt;jbig2.pdf
Traceback (most recent call last):
  File &quot;pdf.py&quot;, line 159, in 
    usage(&quot;symbol table %s not found!&quot;% sym)
TypeError: usage() takes exactly 2 arguments (1 given)


line 159 is this:

usage(&quot;symbol table %s not found!&quot;% sym)

How Must I modify to get pdf.py working?</description>
		<content:encoded><![CDATA[<p>Re-Woof</p>
<p>Ok, previous pdf.py was wrong, Now I have downloaded the right file but an error message is showed</p>
<p># python pdf.py output&gt;jbig2.pdf<br />
Traceback (most recent call last):<br />
  File &#8220;pdf.py&#8221;, line 159, in<br />
    usage(&#8220;symbol table %s not found!&#8221;% sym)<br />
TypeError: usage() takes exactly 2 arguments (1 given)<br />
# python pdf.py output&gt;jbig2.pdf<br />
Traceback (most recent call last):<br />
  File &#8220;pdf.py&#8221;, line 159, in<br />
    usage(&#8220;symbol table %s not found!&#8221;% sym)<br />
TypeError: usage() takes exactly 2 arguments (1 given)</p>
<p>line 159 is this:</p>
<p>usage(&#8220;symbol table %s not found!&#8221;% sym)</p>
<p>How Must I modify to get pdf.py working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dingo</title>
		<link>http://blog.rubypdf.com/2009/10/29/convert-jbig2-to-pdf-with-free-and-open-source-software-agls-jbig2enc/comment-page-1/#comment-11687</link>
		<dc:creator>Dingo</dc:creator>
		<pubDate>Sat, 07 Nov 2009 00:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rubypdf.com/?p=483#comment-11687</guid>
		<description>Woof Woof!

Trying to build a pdf running pdf.py, This error message is showed

python pdf.py output&gt;jbig2.pdf
  File &quot;pdf.py&quot;, line 7
    &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;

Ho can I solve?</description>
		<content:encoded><![CDATA[<p>Woof Woof!</p>
<p>Trying to build a pdf running pdf.py, This error message is showed</p>
<p>python pdf.py output&gt;jbig2.pdf<br />
  File &#8220;pdf.py&#8221;, line 7<br />
    &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;</p>
<p>Ho can I solve?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Let Python Send Binary data to stdout under Windows &#124; RubyPDF Blog</title>
		<link>http://blog.rubypdf.com/2009/10/29/convert-jbig2-to-pdf-with-free-and-open-source-software-agls-jbig2enc/comment-page-1/#comment-11607</link>
		<dc:creator>How to Let Python Send Binary data to stdout under Windows &#124; RubyPDF Blog</dc:creator>
		<pubDate>Mon, 02 Nov 2009 20:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rubypdf.com/?p=483#comment-11607</guid>
		<description>[...] http://code.activestate.com/recipes/65443/ issue: pdf.py can not create correct pdf under windows Convert JBIG2 to PDF with free and open source software agl’s jbig2enc Windows Version Jbig2enc(Jbig2 Encoder)   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://code.activestate.com/recipes/65443/" rel="nofollow">http://code.activestate.com/recipes/65443/</a> issue: pdf.py can not create correct pdf under windows Convert JBIG2 to PDF with free and open source software agl’s jbig2enc Windows Version Jbig2enc(Jbig2 Encoder)   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdfsizeopt-a Free and Open Source PDF Manipulation Tool to Reduce PDF File Size &#124; RubyPDF Blog</title>
		<link>http://blog.rubypdf.com/2009/10/29/convert-jbig2-to-pdf-with-free-and-open-source-software-agls-jbig2enc/comment-page-1/#comment-11501</link>
		<dc:creator>pdfsizeopt-a Free and Open Source PDF Manipulation Tool to Reduce PDF File Size &#124; RubyPDF Blog</dc:creator>
		<pubDate>Thu, 29 Oct 2009 17:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rubypdf.com/?p=483#comment-11501</guid>
		<description>[...] pdfsizeopt home page Convert JBIG2 to PDF with free and open source software agl’s jbig2enc Windows version JBIG2 Encoder-Jbig2.exe   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] pdfsizeopt home page Convert JBIG2 to PDF with free and open source software agl’s jbig2enc Windows version JBIG2 Encoder-Jbig2.exe   Share and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

