# # ChangeLog for trunk/gsdl/bin/script/gsConvert.pl # # Generated by Trac 1.4.2 # 2024-06-27T18:50:59+12:00 Thu, 18 Aug 2005 23:59:48 GMT chi [10534] * trunk/gsdl/bin/script/gsConvert.pl (modified) Adding pagedimg types of conversion to PS document.It is through ... Tue, 16 Aug 2005 04:12:08 GMT chi [10521] * trunk/gsdl/bin/script/gsConvert.pl (modified) Modification of path name for PPT, Word, PDF conversion command. Wed, 10 Aug 2005 03:37:08 GMT chi [10464] * trunk/gsdl/bin/script/gsConvert.pl (modified) Modifications of the if loop condition in convertPPT() to allow the ... Wed, 10 Aug 2005 00:51:42 GMT kjdon [10451] * trunk/gsdl/bin/script/gsConvert.pl (modified) added pdf_allow_images_only option for conversion to html when there ... Mon, 08 Aug 2005 22:59:24 GMT chi [10445] * trunk/gsdl/bin/script/gsConvert.pl (modified) If the conversion file in tmp directory is exist, don't need to do it ... Wed, 03 Aug 2005 00:36:02 GMT chi [10401] * trunk/gsdl/bin/script/gsConvert.pl (modified) Modifications to allow PDF documents being converted to various image ... Fri, 29 Jul 2005 02:37:55 GMT chi [10357] * trunk/gsdl/bin/script/gsConvert.pl (modified) Adding the pdf_to_img routine in convertPDF() function. Mon, 25 Jul 2005 02:27:31 GMT chi [10282] * trunk/gsdl/bin/script/gsConvert.pl (modified) Modifications to allow the gsConvert either run open source coverting ... Tue, 22 Mar 2005 02:07:40 GMT mdewsnip [9482] * trunk/gsdl/bin/script/gsConvert.pl (modified) Ooops... the "-pdf_ignore_images" flag was advertised but never ... Tue, 08 Apr 2003 00:25:08 GMT sjboddie [4103] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/bin/script/pdftohtml.pl (modified) * trunk/gsdl/perllib/plugins/PDFPlug.pm (modified) Added a -nohidden PDFPlug option and made it pass the -hidden option ... Wed, 19 Mar 2003 22:35:35 GMT jrm21 [3933] * trunk/gsdl/bin/script/gsConvert.pl (modified) check to make sure we don't check an undefined value (for end of file) Tue, 28 Jan 2003 03:22:26 GMT sjboddie [3720] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/bin/script/pdftohtml.pl (modified) * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) * trunk/gsdl/perllib/plugins/PDFPlug.pm (modified) Added options to PDFPlug to take advantage of the improvements in ... Thu, 14 Nov 2002 09:22:25 GMT jrm21 [3538] * trunk/gsdl/bin/script/gsConvert.pl (modified) allow use of -timeout (ulimit) for ps2ascii as some postscript files ... Sun, 25 Aug 2002 23:43:17 GMT sjboddie [3400] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/perllib/plugins/WordPlug.pm (modified) WordPlug now handles .dot files as well as .doc files. Tue, 13 Aug 2002 00:28:15 GMT sjboddie [3350] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) Added -use_strings option to ConvertToPlug. The default behaviour for ... Thu, 11 Jul 2002 03:04:34 GMT jrm21 [3246] * trunk/gsdl/bin/script/gsConvert.pl (modified) RTF files that end in .doc were converted to $filestem.doc.html by ... Tue, 26 Feb 2002 23:02:09 GMT jrm21 [3013] * trunk/gsdl/bin/script/gsConvert.pl (modified) Updated the comments at the top of the file Thu, 21 Feb 2002 04:16:28 GMT jrm21 [2991] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/bin/script/xlstohtml.pl (added) Do MS Excel file processing, currently using a wrapper around xlhtml. Wed, 20 Feb 2002 03:30:17 GMT jrm21 [2977] * trunk/gsdl/bin/script/gsConvert.pl (modified) added infrastructure for calling an external powerpoint to html ... Tue, 25 Sep 2001 22:43:44 GMT jrm21 [2755] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/bin/script/import.pl (modified) * trunk/gsdl/bin/script/pdftohtml.pl (modified) * trunk/gsdl/perllib/plugin.pm (modified) * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) import.pl now takes an option for saving file conversion failures to ... Tue, 17 Jul 2001 23:55:26 GMT jrm21 [2656] * trunk/gsdl/bin/script/gsConvert.pl (modified) replaced some of the -e (exist) tests with -s (size>0) tests when ... Wed, 20 Jun 2001 04:52:39 GMT jrm21 [2600] * trunk/gsdl/bin/script/gsConvert.pl (modified) when extracting text from postscript, we now wrap the lines, so that ... Tue, 19 Jun 2001 02:26:54 GMT jrm21 [2574] * trunk/gsdl/bin/script/gsConvert.pl (modified) gsConvert now knows about rtftohtml package. wv config file is now in ... Thu, 07 Jun 2001 23:21:27 GMT sjboddie [2512] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/etc/wv (added) * trunk/gsdl/etc/wv/wvHtml.xml (added) * trunk/gsdl/packages/wv/wvHtml.xml (deleted) Moved wv's XML config file from packages/wv to etc/wv so that it is ... Fri, 18 May 2001 02:53:07 GMT jrm21 [2447] * trunk/gsdl/bin/script/gsConvert.pl (modified) Safety check: postscript files start with %! - don't just rely on .ps ... Mon, 02 Apr 2001 03:56:27 GMT sjboddie [2248] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/bin/script/pdftohtml.pl (modified) Fixed another couple of bugs in the pdf and word conversion stuff ... Sun, 01 Apr 2001 09:19:25 GMT sjboddie [2241] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/bin/script/pdftohtml.pl (modified) * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) Tidied up the ConvertToPlug stuff to get it working on Windows 95/98 Mon, 05 Mar 2001 05:00:10 GMT jrm21 [2117] * trunk/gsdl/bin/script/gsConvert.pl (modified) Tidied up a bit, error in args passed to pdf_to_text, etc. Fri, 23 Feb 2001 03:51:33 GMT jrm21 [2060] * trunk/gsdl/bin/script/gsConvert.pl (modified) (system($cmd)>0) : system can return -1 if the cmd couldn't be ... Tue, 20 Feb 2001 06:00:42 GMT jrm21 [2032] * trunk/gsdl/bin/script/gsConvert.pl (modified) added .ps to the usage, fixed typo in comment. Tue, 20 Feb 2001 05:54:46 GMT jrm21 [2031] * trunk/gsdl/bin/script/gsConvert.pl (modified) Improved postscript to text handling a little bit better. Also, ... Tue, 20 Feb 2001 01:58:17 GMT sjboddie [2023] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/bin/script/pdftohtml.pl (modified) Changed pdftohtml.pl and gsConvert.pl to reflect the fact that their ... Mon, 19 Feb 2001 05:06:16 GMT jrm21 [2012] * trunk/gsdl/bin/script/gsConvert.pl (modified) re-added the crappy PS text-stripper, and made the error handling a ... Fri, 16 Feb 2001 03:30:15 GMT dg5 [1997] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/bin/script/pdftohtml.pl (modified) Modified gsConvert.pl and pdftohtml.pl to reflect moving of pdftohtml ... Tue, 13 Feb 2001 23:48:56 GMT sjboddie [1970] * trunk/gsdl/bin/script/build (modified) * trunk/gsdl/bin/script/buildcol.pl (modified) * trunk/gsdl/bin/script/cancel_build.pl (modified) * trunk/gsdl/bin/script/classinfo.pl (modified) * trunk/gsdl/bin/script/cleantmp.pl (modified) * trunk/gsdl/bin/script/create_distributions.pl (modified) * trunk/gsdl/bin/script/delcol.pl (modified) * trunk/gsdl/bin/script/filecopy.pl (modified) * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/bin/script/gsdlinfo.pl (modified) * trunk/gsdl/bin/script/import.pl (modified) * trunk/gsdl/bin/script/makemapfile.pl (modified) * trunk/gsdl/bin/script/mirror.pl (modified) * trunk/gsdl/bin/script/mkcol.pl (modified) * trunk/gsdl/bin/script/newsrc.pl (deleted) * trunk/gsdl/bin/script/nightly.pl (modified) * trunk/gsdl/bin/script/perlcalc.pl (deleted) * trunk/gsdl/bin/script/pluginfo.pl (modified) * trunk/gsdl/bin/script/sendmail.pl (modified) * trunk/gsdl/bin/script/togb.pl (deleted) * trunk/gsdl/bin/script/touc.pl (deleted) * trunk/gsdl/bin/script/toutf8.pl (deleted) * trunk/gsdl/bin/script/translate.pl (modified) * trunk/gsdl/bin/script/unindex.pl (modified) * trunk/gsdl/bin/script/update.pl (modified) * trunk/gsdl/bin/script/urlcopy.pl (deleted) Added more usage information to all perl programs and removed a few ... Mon, 12 Feb 2001 22:48:10 GMT dg5 [1960] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/bin/script/pdftohtml.pl (modified) Modified pdftohtml.pl to reflect the change in location of ... Thu, 08 Feb 2001 00:49:27 GMT sjboddie [1928] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/bin/script/pdftohtml.pl (added) Added: pdftohtml.pl - Perl script that handles conversion of PDF ... Fri, 01 Dec 2000 03:36:33 GMT jrm21 [1734] * trunk/gsdl/bin/script/gsConvert.pl (modified) For postscript, fall back to some simple text extraction if ps2ascii ... Mon, 27 Nov 2000 02:36:10 GMT say1 [1705] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) fixed to handle filenames with multiple dots. Wed, 22 Nov 2000 03:40:38 GMT jrm21 [1692] * trunk/gsdl/bin/script/gsConvert.pl (modified) pdftohtml can't handle encrypted pdfs, but doesn't return an error ... Tue, 21 Nov 2000 22:14:39 GMT jrm21 [1687] * trunk/gsdl/bin/script/gsConvert.pl (modified) modified ulimit timeouts to 40sec from 20sec :) Tue, 21 Nov 2000 03:33:05 GMT paynter [1684] * trunk/gsdl/bin/script/gsConvert.pl (modified) Supports rtf file as an input type, looks in packages dir for pdftohtml Fri, 03 Nov 2000 02:22:00 GMT paynter [1654] * trunk/gsdl/bin/script/gsConvert.pl (modified) Check .doc files to see if they are RTF files, Word 6/7/8 files that ... Tue, 03 Oct 2000 02:25:51 GMT paynter [1578] * trunk/gsdl/bin/script/gsConvert.pl (modified) Uses wv version 0.6.0-gs Sun, 01 Oct 2000 22:21:58 GMT sjboddie [1567] * trunk/gsdl/bin/script/gsConvert.pl (modified) force gsConvert.pl to use utf-8 encoding when converting word docs ... Fri, 25 Aug 2000 01:04:44 GMT paynter [1445] * trunk/gsdl/bin/script/gs2html.pl (deleted) * trunk/gsdl/bin/script/gs2txt.pl (deleted) * trunk/gsdl/bin/script/gsConvert.pl (added) Replaced gs2html and gs2text with gsConvert.pl