提交 221f0b6d authored 作者: Mathieu Parent's avatar Mathieu Parent

email2pdf: include url

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk/contrib@15755 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 d17ab2da
...@@ -9,7 +9,7 @@ published by the Free Software Foundation; either version 2, or ...@@ -9,7 +9,7 @@ published by the Free Software Foundation; either version 2, or
QUICK START GUIDE: QUICK START GUIDE:
email2pdf uses the following modules: email2pdf uses the following modules:
-------------------------------------
Getopt::Long - required Getopt::Long - required
Pod::Usage - required Pod::Usage - required
File::Temp - required File::Temp - required
...@@ -18,12 +18,19 @@ QUICK START GUIDE: ...@@ -18,12 +18,19 @@ QUICK START GUIDE:
Template - required Template - required
email2pdf uses the following tools to convert parts: email2pdf uses the following tools to convert parts:
----------------------------------------------------
html2ps - for html and plain html2ps - for html and plain
openoffice.org thru ooextract.py - for OpenDocument (Text, Spreadsheet, Presentation, Graphics) openoffice.org thru ooextract.py - for OpenDocument (Text, Spreadsheet, Presentation, Graphics)
for MS Word, Excel, PowerPoint for MS Word, Excel, PowerPoint
See <http://blogs.igalia.com/berto/2007/09/15/converting-office-documents-into-pdf-from-the-command-line/> See <http://blogs.igalia.com/berto/2007/09/15/converting-office-documents-into-pdf-from-the-command-line/>
imagemagick's convert - for gif, jpeg, png and tiff imagemagick's convert - for gif, jpeg, png and tiff
email2pdf includes help:
------------------------
email2pdf --help
email2pdf --man
Latest version can be grabbed from: http://svn.freeswitch.org/svn/freeswitch/trunk/contrib/sathieu/email2pdf/
Share and Enjoy! Share and Enjoy!
...@@ -43,6 +43,9 @@ Set header file. This file will be processed using Template-Toolkit. ...@@ -43,6 +43,9 @@ Set header file. This file will be processed using Template-Toolkit.
Copyright (c) 2009 Mathieu Parent <math.parent@gmail.com> Copyright (c) 2009 Mathieu Parent <math.parent@gmail.com>
Latest version can be grabbed from:
http://svn.freeswitch.org/svn/freeswitch/trunk/contrib/sathieu/email2pdf/
=head1 LICENSE =head1 LICENSE
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论