<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for vasudevram</title>
    <link>http://www.advogato.org/person/vasudevram/</link>
    <description>Advogato blog for vasudevram</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Sun, 12 Oct 2008 18:02:03 GMT</pubDate>
    <item>
      <pubDate>Sun, 8 Apr 2007 10:39:58 GMT</pubDate>
      <title>8 Apr 2007</title>
      <link>http://www.advogato.org/person/vasudevram/diary.html?start=6</link>
      <guid>http://www.advogato.org/person/vasudevram/diary.html?start=6</guid>
      <description>Testing Advogato after its life was extended recently.&#xD;
</description>
    </item>
    <item>
      <pubDate>Sat, 26 Aug 2006 16:07:50 GMT</pubDate>
      <title>26 Aug 2006</title>
      <link>http://www.advogato.org/person/vasudevram/diary.html?start=5</link>
      <guid>http://www.advogato.org/person/vasudevram/diary.html?start=5</guid>
      <description>Got an article about using &lt;a href="http://sourceforge.net/projects/xtopdf" &gt;xtopdf&lt;/a&gt;, my open source PDF creation/conversion toolkit, published by &lt;a href="http://www.packtpub.com" &gt;Packt Publishing&lt;/a&gt; of the UK.
&lt;p/&gt;
Its &lt;a href="http://www.packtpub.com/article/Using_xtopdf" &gt;here&lt;/a&gt;. 
&lt;p/&gt; 
This article shows how to use the features in xtopdf v1.3 and v1.0 to convert multiple different input formats to PDF: text, DBF, CSV, TDV and XLS.
&lt;p/&gt; 
Also, I've started a &lt;a href="http://www.dancingbison.com/products.html" &gt;products page&lt;/a&gt; on my site - only xtopdf there now, but will be updating it with more products over time. 
&lt;p/&gt; 
&lt;a href="http://www.dancingbison.com" &gt;Vasudev&lt;/a&gt;.


</description>
    </item>
    <item>
      <pubDate>Sat, 12 Aug 2006 11:15:46 GMT</pubDate>
      <title>12 Aug 2006</title>
      <link>http://www.advogato.org/person/vasudevram/diary.html?start=4</link>
      <guid>http://www.advogato.org/person/vasudevram/diary.html?start=4</guid>
      <description>ANN: xtopdf: PDF creation / conversion toolkit: alpha release of v1.3 (convert CSV, TDV, XLS to PDF)

&lt;p&gt; Hey,

&lt;p&gt; This is actually a somewhat preliminary announcement, but may be of interest to developers / users who know Python and/or have earlier checked out my xtopdf PDF creation / conversion toolkit &lt;a href="http://sourceforge.net/projects/xtopdf" &gt;http://sourceforge.net/projects/xtopdf&lt;/a&gt;
):


&lt;p&gt; I've released (via my own web site, not yet properly packaged/documented and put on the SourceForge site, that will be done in some days), the next version of xtopdf: v1.3. This version adds support for conversion of CSV, TDV (Tab Delimited Values) and XLS (limited support) to PDF. v1.3 also adds some GUI tools written using wxPython (v1.0 had only
command-line tools and a library for developers).

&lt;p&gt; Users/developers will need to install wxPython and properly configure it to work with their Python installation before they can use these GUI tools. This is fairly straightforward on Windows using the .MSI or .EXE (can't remember which it is right now) installer for wxPython, but on Linux, you'll need to know how to handle the tools that are used to build packages from source code, i.e. make, configure, etc. Also, wxPython is a medium-sized package - it took around an hour or two to fully build on my reasonably fast PC. So be patient (get yourself a coffee or two, or do something else in another Linux console / window while wxPython builds :-)

&lt;p&gt; Those who know even basic Python should be able to install and run both xtopdf v1.0 and the new stuff in v1.3, at least for the command-line tools (the programs are quite simple).

&lt;p&gt; Main SourceForge site for xtopdf v1.0:
&lt;a href="http://sourceforge.net/projects/xtopdf" &gt;http://sourceforge.net/projects/xtopdf&lt;/a&gt;


&lt;p&gt; URL for xtopdf v1.3 on my web site:

&lt;p&gt; &lt;a href="http://www.dancingbison.com/xtopdf-1.3.zip" &gt;http://www.dancingbison.com/xtopdf-1.3.zip&lt;/a&gt;


&lt;p&gt; URL for xtopdf v1.0 on my web site:
&lt;a href="http://www.dancingbison.com/xtopdf-1.0.tar.gz" &gt;http://www.dancingbison.com/xtopdf-1.0.tar.gz&lt;/a&gt;




&lt;p&gt; wxPython site:
&lt;a href="http://wxpython.org" &gt;http://wxpython.org&lt;/a&gt;


&lt;p&gt; xtopdf requires both Python and the open source version of the ReportLab toolkit.

&lt;p&gt; Python site:
&lt;a href="http://www.python.org" &gt;http://www.python.org&lt;/a&gt;
xtopdf needs Python v2.2 or higher.

&lt;p&gt; ReportLab site:
&lt;a href="http://www.reportlab.org" &gt;http://www.reportlab.org&lt;/a&gt;

&lt;p&gt; xtopdf was developed using ReportLab v1.17, should work with all v1.x, may or may not work (not tested yet) with v2.x.

&lt;p&gt; More details (for Windows) are available in a guide here:&lt;br/&gt;
&lt;a href="http://itext.ugent.be/library/question.php?id=41" &gt;http://itext.ugent.be/library/question.php?id=41&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;


&lt;p&gt; I'd appreciate any feedback, about bugs (v1.3 is tested but not a lot yet, that will be done in next some days), or how / what for anyone is using it.&lt;br/&gt;&lt;br/&gt;

&lt;p&gt; Apart from the "proper" packaging/documenting and upload to SourceForge (and my web site), I shall be writing and posting more about how to use it, etc. in the coming days.
&lt;br/&gt;&lt;br/&gt;
Enjoy, and Thanks&lt;br/&gt;
Vasudev&lt;br/&gt;
&lt;br/&gt;&lt;br/&gt;
===========================&lt;br/&gt;
Vasudev Ram&lt;br/&gt;
Software consulting and training&lt;br/&gt;
&lt;a href="http://www.dancingbison.com" &gt;http://www.dancingbison.com&lt;/a&gt;&lt;br/&gt;
===========================&lt;br/&gt;&lt;br/&gt;



</description>
    </item>
    <item>
      <pubDate>Tue, 11 Jul 2006 16:24:18 GMT</pubDate>
      <title>11 Jul 2006</title>
      <link>http://www.advogato.org/person/vasudevram/diary.html?start=3</link>
      <guid>http://www.advogato.org/person/vasudevram/diary.html?start=3</guid>
      <description>Blogged about how ODBC database content can be easily published as PDF, using my &lt;a href="http://sourceforge.net/projects/xtopdf" &gt;xtopdf&lt;/a&gt; PDF conversion toolkit.

&lt;p&gt; &lt;p&gt; The posts is &lt;a href="http://jugad.livejournal.com/2006/07/07/" &gt;here (2nd post on this page)&lt;/a&gt; and &lt;a href="http://jugad.livejournal.com/2006/07/08/" &gt;here&lt;/a&gt;.

&lt;p&gt; Updated my Advogato account settings to reflect my &lt;a href="http://www.dancingbison.com" &gt;business web site&lt;/a&gt;.



</description>
    </item>
    <item>
      <pubDate>Tue, 11 Jul 2006 16:20:27 GMT</pubDate>
      <title>11 Jul 2006</title>
      <link>http://www.advogato.org/person/vasudevram/diary.html?start=2</link>
      <guid>http://www.advogato.org/person/vasudevram/diary.html?start=2</guid>
      <description>Updated my Advogato account settings to show my &lt;a href="http://www.dancingbison.com/" &gt;business web site&lt;/a&gt;.
</description>
    </item>
    <item>
      <pubDate>Sun, 11 Jun 2006 17:29:48 GMT</pubDate>
      <title>11 Jun 2006</title>
      <link>http://www.advogato.org/person/vasudevram/diary.html?start=1</link>
      <guid>http://www.advogato.org/person/vasudevram/diary.html?start=1</guid>
      <description>Added an entry under Advogato projects about my xtopdf project, with some info about it, and news of upcoming features.

</description>
    </item>
    <item>
      <pubDate>Thu, 8 Jun 2006 15:22:37 GMT</pubDate>
      <title>8 Jun 2006</title>
      <link>http://www.advogato.org/person/vasudevram/diary.html?start=0</link>
      <guid>http://www.advogato.org/person/vasudevram/diary.html?start=0</guid>
      <description>Just signed up for an Advogato account and entered my account info.

&lt;p&gt; Vasudev Ram

&lt;p&gt; &lt;p&gt; &lt;p&gt; &lt;a href="http://www.geocities.com/vasudevram" &gt;Personal web site&lt;/a&gt;

&lt;p&gt; &lt;p&gt; &lt;p&gt; 
&lt;a href="http://jugad.livejournal.com" &gt;Blog (about software innovation and creativity)&lt;/a&gt;

&lt;p&gt; &lt;p&gt; &lt;p&gt; 
&lt;a href="http://sourceforge.net/projects/xtopdf" &gt;Open source project - xtopdf&lt;/a&gt; - tools to convert other file formats to PDF.

&lt;p&gt; &lt;p&gt; &lt;p&gt; 
&lt;a href="http://sourceforge.net/projects/xtortf" &gt;Open source project - xtortf&lt;/a&gt; - tools to convert other file formats to RTF.


</description>
    </item>
  </channel>
</rss>
