<?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 for Santhosh Thottingal</title>
	<atom:link href="http://thottingal.in/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://thottingal.in/blog</link>
	<description>/home/santhosh</description>
	<lastBuildDate>Fri, 23 Sep 2011 13:02:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Mediawiki Berlin hackathon by Lars Behme</title>
		<link>http://thottingal.in/blog/2011/05/17/mediawiki-berlin-hackathon/comment-page-1/#comment-19168</link>
		<dc:creator>Lars Behme</dc:creator>
		<pubDate>Fri, 23 Sep 2011 13:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://thottingal.in/blog/?p=353#comment-19168</guid>
		<description>Santhosh,

Don&#039;t really know where else to post this so it reaches you....
I am using the webfont extension for merely displaying German print fonts used before 1945. Firefox, IE up to version 6 and safari display those fine, just IE7 and up won&#039;t, no matter which converter I am using to get TTF to EOT. - Is there a hack to get your syntax to work in IE ?

&#039;FONTNAME&#039; =&gt; array(
			&#039;eot&#039; =&gt; &quot;$fontsPath/frk/Fraktur.eot&quot;, /** This one ... does it need an extra declaration ??? */
			&#039;ttf&#039; =&gt; &quot;$fontsPath/frk/Fraktur.ttf&quot;,
			&#039;woff&#039; =&gt; &quot;$fontsPath/frk/Fraktur.woff&quot;,
		),

It serves &quot;my&quot; purpose - don&#039;t need a full blown different language for mediawiki, but a good way to display webfonts. Some texts I need to present simply work better using an older font set.

Thanks for your time,
\Lars</description>
		<content:encoded><![CDATA[<p>Santhosh,</p>
<p>Don&#8217;t really know where else to post this so it reaches you&#8230;.<br />
I am using the webfont extension for merely displaying German print fonts used before 1945. Firefox, IE up to version 6 and safari display those fine, just IE7 and up won&#8217;t, no matter which converter I am using to get TTF to EOT. &#8211; Is there a hack to get your syntax to work in IE ?</p>
<p>&#8216;FONTNAME&#8217; =&gt; array(<br />
			&#8216;eot&#8217; =&gt; &#8220;$fontsPath/frk/Fraktur.eot&#8221;, /** This one &#8230; does it need an extra declaration ??? */<br />
			&#8216;ttf&#8217; =&gt; &#8220;$fontsPath/frk/Fraktur.ttf&#8221;,<br />
			&#8216;woff&#8217; =&gt; &#8220;$fontsPath/frk/Fraktur.woff&#8221;,<br />
		),</p>
<p>It serves &#8220;my&#8221; purpose &#8211; don&#8217;t need a full blown different language for mediawiki, but a good way to display webfonts. Some texts I need to present simply work better using an older font set.</p>
<p>Thanks for your time,<br />
\Lars</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PDFBox : Extract Text from PDF by Prakash</title>
		<link>http://thottingal.in/blog/2009/06/24/pdfbox-extract-text-from-pdf/comment-page-1/#comment-18949</link>
		<dc:creator>Prakash</dc:creator>
		<pubDate>Tue, 20 Sep 2011 06:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://thottingal.in/blog/?p=168#comment-18949</guid>
		<description>the output for indian languages is unrecognizable or not recognizable, I made a mistake in writing above sentence. Thanks.</description>
		<content:encoded><![CDATA[<p>the output for indian languages is unrecognizable or not recognizable, I made a mistake in writing above sentence. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PDFBox : Extract Text from PDF by Prakash</title>
		<link>http://thottingal.in/blog/2009/06/24/pdfbox-extract-text-from-pdf/comment-page-1/#comment-18948</link>
		<dc:creator>Prakash</dc:creator>
		<pubDate>Tue, 20 Sep 2011 06:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://thottingal.in/blog/?p=168#comment-18948</guid>
		<description>Thanks for nice explanation of this utility. I tried this and got very good results with the English text, but when it came to extracting unicode/Indian language text from PDF  the out put was recognizable in many of the well known fonts. This must be a well known issue, can you please suggest me a solution?</description>
		<content:encoded><![CDATA[<p>Thanks for nice explanation of this utility. I tried this and got very good results with the English text, but when it came to extracting unicode/Indian language text from PDF  the out put was recognizable in many of the well known fonts. This must be a well known issue, can you please suggest me a solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PDFBox : Extract Text from PDF by NAB</title>
		<link>http://thottingal.in/blog/2009/06/24/pdfbox-extract-text-from-pdf/comment-page-1/#comment-18883</link>
		<dc:creator>NAB</dc:creator>
		<pubDate>Mon, 19 Sep 2011 08:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://thottingal.in/blog/?p=168#comment-18883</guid>
		<description>Hi Everyone,

I have the same problem with Patrik&#039;s:

org.apache.pdfbox.exceptions.WrappedIOException
at org.apache.pdfbox.util.PDFStreamEngine.(PDFStreamEngine.java:125)
at org.apache.pdfbox.util.PDFTextStripper.(PDFTextStripper.java:120)
at PDFTextParser1.pdftoText(PDFTextParser1.java:33)
at PDFTextParser1.main(PDFTextParser1.java:56)
Caused by: java.lang.ClassCastException: org.pdfbox.util.operator.ShowTextGlyph cannot be cast to org.apache.pdfbox.util.operator.OperatorProcessor
at org.apache.pdfbox.util.PDFStreamEngine.(PDFStreamEngine.java:119)
… 3 more

Does anyone know how to solve this? I am running on windows xp. Thank you very much in advance for helping me sort this out.</description>
		<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>I have the same problem with Patrik&#8217;s:</p>
<p>org.apache.pdfbox.exceptions.WrappedIOException<br />
at org.apache.pdfbox.util.PDFStreamEngine.(PDFStreamEngine.java:125)<br />
at org.apache.pdfbox.util.PDFTextStripper.(PDFTextStripper.java:120)<br />
at PDFTextParser1.pdftoText(PDFTextParser1.java:33)<br />
at PDFTextParser1.main(PDFTextParser1.java:56)<br />
Caused by: java.lang.ClassCastException: org.pdfbox.util.operator.ShowTextGlyph cannot be cast to org.apache.pdfbox.util.operator.OperatorProcessor<br />
at org.apache.pdfbox.util.PDFStreamEngine.(PDFStreamEngine.java:119)<br />
… 3 more</p>
<p>Does anyone know how to solve this? I am running on windows xp. Thank you very much in advance for helping me sort this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PDFBox : Extract Text from PDF by gayathri</title>
		<link>http://thottingal.in/blog/2009/06/24/pdfbox-extract-text-from-pdf/comment-page-1/#comment-18068</link>
		<dc:creator>gayathri</dc:creator>
		<pubDate>Mon, 05 Sep 2011 13:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://thottingal.in/blog/?p=168#comment-18068</guid>
		<description>I have to extract only lines data(position, thickness ,width,height)  from pdf to text file if u people know do needfull to me</description>
		<content:encoded><![CDATA[<p>I have to extract only lines data(position, thickness ,width,height)  from pdf to text file if u people know do needfull to me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcing Project Silpa by Appaji Ambarisha Darbha</title>
		<link>http://thottingal.in/blog/2009/06/16/announcing-project-silpa/comment-page-1/#comment-18052</link>
		<dc:creator>Appaji Ambarisha Darbha</dc:creator>
		<pubDate>Mon, 05 Sep 2011 06:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://thottingal.in/blog/?p=150#comment-18052</guid>
		<description>Santhosh,

Happy to see a project dedicated Indic languages. I developed a unicode telugu font &quot;Ramaneeya&quot; which looks better than LohitTelugu (actually modified LohitTelugu only). I want that to be used as webfont in my websites. I tried following your method and not able to do it successfully. Can you guide me on that? See it at www.adityadesign.com/test/</description>
		<content:encoded><![CDATA[<p>Santhosh,</p>
<p>Happy to see a project dedicated Indic languages. I developed a unicode telugu font &#8220;Ramaneeya&#8221; which looks better than LohitTelugu (actually modified LohitTelugu only). I want that to be used as webfont in my websites. I tried following your method and not able to do it successfully. Can you guide me on that? See it at <a href="http://www.adityadesign.com/test/" rel="nofollow">http://www.adityadesign.com/test/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PDFBox : Extract Text from PDF by vinz</title>
		<link>http://thottingal.in/blog/2009/06/24/pdfbox-extract-text-from-pdf/comment-page-1/#comment-15425</link>
		<dc:creator>vinz</dc:creator>
		<pubDate>Sun, 17 Jul 2011 08:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://thottingal.in/blog/?p=168#comment-15425</guid>
		<description>its awesome..

Thanks for sharing..</description>
		<content:encoded><![CDATA[<p>its awesome..</p>
<p>Thanks for sharing..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hacking the GLMatrix screensaver by Chris Eiffel</title>
		<link>http://thottingal.in/blog/2007/11/05/hacking-the-glmatrix-screensaver/comment-page-1/#comment-15271</link>
		<dc:creator>Chris Eiffel</dc:creator>
		<pubDate>Sat, 16 Jul 2011 09:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://thottingal.in/blog/?p=28#comment-15271</guid>
		<description>Thanks for the entry. After fixing some tricky dependencies, I modded the glmatrix to be a cyan color to match my blue backlight keyboard. Strangely enough it wasn&#039;t as easy as modding the picture file. I changed line 771 of glmatrix.c to g = 0xCC; b = 0xFF;</description>
		<content:encoded><![CDATA[<p>Thanks for the entry. After fixing some tricky dependencies, I modded the glmatrix to be a cyan color to match my blue backlight keyboard. Strangely enough it wasn&#8217;t as easy as modding the picture file. I changed line 771 of glmatrix.c to g = 0xCC; b = 0xFF;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Malayalam Wikisource Offline version by Martin Walker</title>
		<link>http://thottingal.in/blog/2011/06/11/malayalam-wikisource-offline-version/comment-page-1/#comment-14118</link>
		<dc:creator>Martin Walker</dc:creator>
		<pubDate>Mon, 20 Jun 2011 04:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://thottingal.in/blog/?p=358#comment-14118</guid>
		<description>Congratulations on another great achievement!</description>
		<content:encoded><![CDATA[<p>Congratulations on another great achievement!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Malayalam Wikisource Offline version by Murali</title>
		<link>http://thottingal.in/blog/2011/06/11/malayalam-wikisource-offline-version/comment-page-1/#comment-14101</link>
		<dc:creator>Murali</dc:creator>
		<pubDate>Sun, 19 Jun 2011 19:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://thottingal.in/blog/?p=358#comment-14101</guid>
		<description>Wonderful work!
Hats off to the entire team</description>
		<content:encoded><![CDATA[<p>Wonderful work!<br />
Hats off to the entire team</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
