--- On Thu, 22/4/10, Selvakumar Rajeswaran <[email protected]> wrote: > anyone pls provide me pointers for an API to read/write PDF > file format & Microsoft Word DOC file format. > > if anyone can find any free downloadable APIs pls refer it > to me.
perl has good modules for reading/writing pdf and doc file formats look at cpan.org e.g http://search.cpan.org/~rkinyon/PDF-Writer-0.06/lib/PDF/Writer.pm http://search.cpan.org/~johanl/Win32-Word-Writer-0.03/lib/Win32/Word/Writer.pm Though I have not used above module spreadsheet::writeexcel is working well for me. Raman.P blog:http://ramanchennai.wordpress.com/ _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
