[prev in list] [next in list] [prev in thread] [next in thread] 

List:       hylafax
Subject:    Re: [hylafax-users] R: MS Word 2003 attachment
From:       Madhawa Jayanath <madhawa () 101g ! com>
Date:       2009-10-29 16:09:07
Message-ID: 1f4e87950910290909s1da0303epcec6c3ad33cea1c0 () mail ! gmail ! com
[Download RAW message or body]

Hello Alexandru,
You are welcome!

I guess, you documents contain white spaces at the end(bottom line). Please
make sure no white paces at the end of document.
also you can install OpenOffice language packages(other than Eng) and try.

If you can play with OpenOffice you can reach 99.99%. (We've a best result.
We optimize OpenOffice for Thai Language).

On Thu, Oct 29, 2009 at 10:54 PM, Alexandru Oniciuc <
Alexandru.Oniciuc@trivenet.it> wrote:

> Hello Madhawa,
> 
> 
> 
> first let me say A BIG THANK YOU! I've been searching for
> a while for a good converter and I think this is the best I managed to get
> my hands on.
> 
> 
> 
> There is a strange behavior though: at the end of every
> document I get a new, blank, page. Did anyone of you seen this before and
> maybe manage to solve it?
> 
> 
> 
> Thanks,
> 
> 
> 
> Alex
> 
> 
> 
> *Da:* hylafax-users-bounce@hylafax.org [mailto:
> hylafax-users-bounce@hylafax.org] *Per conto di *Madhawa Jayanath
> *Inviato:* giovedì 29 ottobre 2009 16.42
> *A:* Darren Nickerson
> *Cc:* hfax List
> *Oggetto:* Re: [hylafax-users] MS Word 2003 attachment
> 
> 
> 
> Hello Darren,
> 
> You are welcome!
> 
> I want to add one more thing, This method supports M$ XLS files also.(don't
> have to modify the /etc/hylafax/typerules )
> 
> 
> 
> On Thu, Oct 29, 2009 at 8:53 PM, Darren Nickerson <
> darren.nickerson@ifax.com> wrote:
> 
> Fantastic contribution, thank you! I've put an initial draft of your basic
> instructions up at:
> 
> 
> 
> 
> http://www.hylafax.org/content/Handbook:Advanced_Server_Configuration:Faxing_Third-Party_Document_Formats
>  
> 
> 
> As with any of the Handbook pages, please feel free to add to, or revise
> this page. Other cool typerules examples would definitely be welcome!
> 
> 
> 
> -Darren
> 
> 
> 
> On Oct 28, 2009, at 2:47 AM, Madhawa Jayanath wrote:
> 
> 
> 
> Hello Kane,
> 
> Ok! This is a basic how to and based on CentOS 5.3, May be apps names and
> libs names will change on Fedora.
> 
> **** Please follow the instructions and get idea :)
> 
> 
> 
> 1) Iinstall apps & libs
> 
> =======================
> 
> yum install openoffice.org-core openoffice.org-headless openoffice.org-base
> openoffice.org-calc openoffice.org-writer openoffice.org-impress
> openoffice.org-draw openoffice.org-graphicfilter openoffice.org-pyuno
> openoffice.org-xsltfilter openoffice.org-math
> 
> yum install poppler poppler-utils poppler-devel
> 
> 
> 
> 2) Download "jodconverter"
> 
> ==========================
> 
> cd /usr/src
> 
> wget
> http://downloads.sourceforge.net/project/jodconverter/JODConverter/2.2.2/jodconverter-2.2.2.zip?use_mirror=biznetnetworks
>  
> unzip jodconverter-2.2.2.zip
> 
> 
> 
> 
> 
> 3) Create "doc2ps" Script
> 
> ======================
> 
> nano /usr/sbin/doc2ps
> 
> -------start-----
> 
> #/bin/bash
> 
> 
> 
> java -jar /usr/src/jodconverter-2.2.2/lib/jodconverter-cli-2.2.2.jar -f pdf
> $1
> 
> pdftops -paper A4 ${1%\.*}.pdf $2
> 
> rm -f ${1%\.*}.pdf
> 
> -------end--------
> 
> chmod 755 /usr/sbin/doc2ps
> 
> 
> 
> 4) Create a script for starting OpenOffice headless
> 
> ===================================================
> 
> ***** please find the location of "soffice.bin" and replace the path
> "/usr/lib/openoffice.org/program/"
> 
> 
> 
> nano /usr/sbin/runoffice
> 
> -------start----
> 
> /usr/lib/openoffice.org/program/soffice.bin"-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager"
>                 
> -norestore -nofirststartwizard -nologo -headless  &
> 
> -------end------
> 
> chmod 755 /usr/sbin/runoffice
> 
> 
> 
> 5) Start OpenOffice headless
> 
> ============================
> 
> runoffice
> 
> 
> 
> 6) Test with a M$ Doc file
> 
> ============================
> 
> ***** Upload a doc file to /usr/src/
> 
> 
> 
> doc2ps /usr/src/mytest.doc /usr/src/mytest.ps
> 
> 
> 
> ***** If this works you can see "mytest.ps" in /usr/src
> 
> 
> 
> 
> 
> 7) Add M$ DOC support to hylafax
> 
> ================================
> 
> nano /etc/hylafax/typerules
> 
> ------add this line to the bottom of typerules------
> 
> 0      short           0xd0cf          ps      doc2ps %i %o
> 
> ----------------------------------------------------
> 
> 
> 
> 8) Send M$ doc file as a FAX
> 
> ============================
> 
> sendfax -n -d 02xxxxxxx /usr/src/mytest.doc
> 
> 
> 
> 
> 
> That's it!
> 
> 
> 
> On Wed, Oct 28, 2009 at 1:22 PM, Kane Wong <KaneW@cwalkergroup.com> wrote:
> 
> hi; Madhawa;
> 
> 
> 
> if you don't mind, please let me know how can I integrate OpenOffice with
> Hylafax during using email to fax with Word document.
> 
> 
> 
> thanks!
> ------------------------------
> 
> *From:* Madhawa Jayanath [madhawa@101g.com]
> *Sent:* Tuesday, October 27, 2009 9:39 PM
> *To:* Kane Wong
> *Cc:* hylafax-users@hylafax.org
> *Subject:* Re: [hylafax-users] MS Word 2003 attachment
> 
> Hello Kane,
> 
> With Antiword you can't get a best result.
> 
> 
> 
> Why don't you try OpenOffice based solution?
> 
> If you need more info I can tell you :D
> 
> 
> 
> P.S We use OpenOffice in production!
> 
> 
> 
> On Wed, Oct 28, 2009 at 5:25 AM, Kane Wong <KaneW@cwalkergroup.com> wrote:
> 
> 
> Hi;
> 
> I forgot to mention, in /etc/hylafax/typerule file, I have this section
> uncommented.
> 
> # MS Office (Word) conversion using antiword. Install antiword
> # and enable this if you want it.  It may produce imperfect
> # renderings, but they're better than nothing, perhaps.
> #0      short           0xd0cf          ps      antiword -p letter -m
> 8859-1.txt %i > %o
> 0       short           0xd0cf          error   Microsoft Word Document
> support not configured
> 
> ________________________________________
> From: hylafax-users-bounce@hylafax.org [hylafax-users-bounce@hylafax.org]
> Sent: Tuesday, October 27, 2009 2:37 PM
> To: hylafax-users@hylafax.org
> Subject: [hylafax-users] MS Word 2003 attachment
> 
> 
> Hi;
> 
> I download an "antiword" rpm package from this site
> http://packages.sw.be/antiword/antiword-0.37-3.fc10.rf.i386.rpm and
> installing it onto my Fedora 10 server, the antiword has installed to
> /usr/bin folder.  I create a mimetype script on
> /var/spool/hylafax/mimetype/application/msword too but when I sent an
> attachment with MS Word 2003 file, I did not see the contents converted.
> Any idea?
> 
> In " msword" script file
> 
> #!/bin/bash
> /usr/bin/antiword $1
> exit
> 
> I have made "msword" excecutable by using "chmod a+x msword".
> 
> Does anyone tried this program before?
> 
> thanks
> 
> 
> This e-mail and any files transmitted with it are confidential and may
> contain privileged information.  It is intended solely for the use of the
> individual to whom it is addressed and others authorized to receive it.  If
> you are not the intended recipient you must not copy, distribute or use this
> e-mail or the information contained in it for any purpose other than to
> notify us.  If you have received this message in error, please notify the
> sender immediately by reply e-mail and delete this e-mail from your system.
> All C. Walker Group Inc. e-mail is routinely scanned and filtered for
> viruses.
> 
> 
> ____________________ HylaFAX(tm) Users Mailing List _______________________
> To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
> On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org <
> /dev/null
> *To learn about commercial HylaFAX(tm) support, mail sales@ifax.com.*
> 
> 
> 
> This e-mail and any files transmitted with it are confidential and may
> contain privileged information.  It is intended solely for the use of the
> individual to whom it is addressed and others authorized to receive it.  If
> you are not the intended recipient you must not copy, distribute or use this
> e-mail or the information contained in it for any purpose other than to
> notify us.  If you have received this message in error, please notify the
> sender immediately by reply e-mail and delete this e-mail from your system.
> All C. Walker Group Inc. e-mail is routinely scanned and filtered for
> viruses.
> 
> 
> ____________________ HylaFAX(tm) Users Mailing List _______________________
> To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
> On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org <
> /dev/null
> *To learn about commercial HylaFAX(tm) support, mail sales@ifax.com.*
> 
> 
> 
> 
> --
> Best regards,
> Madhawa Jayanath
> 
> Senior Software Engineer
> 101 Global Co.,Ltd.
> 999/9 # 2409 Rama 1, Pathumwan
> Bangkok, 10330. Thailand
> Tel. +66.840839412
> FAX. +66.26480995
> 
> 
> ------------------------------
> 
> 
> This e-mail and any files transmitted with it are confidential and may
> contain privileged information. It is intended solely for the use of the
> individual to whom it is addressed and others authorized to receive it. If
> you are not the intended recipient you must not copy, distribute or use this
> e-mail or the information contained in it for any purpose other than to
> notify us. If you have received this message in error, please notify the
> sender immediately by reply e-mail and delete this e-mail from your system.
> All C. Walker Group Inc. e-mail is routinely scanned and filtered for
> viruses.
> 
> 
> 
> 
> --
> Best regards,
> Madhawa Jayanath
> 
> Senior Software Engineer
> 101 Global Co.,Ltd.
> 999/9 # 2409 Rama 1, Pathumwan
> Bangkok, 10330. Thailand
> Tel. +66.840839412
> FAX. +66.26480995
> 
> 
> 
> 
> 
> 
> --
> Best regards,
> Madhawa Jayanath
> 
> Senior Software Engineer
> 101 Global Co.,Ltd.
> 999/9 # 2409 Rama 1, Pathumwan
> Bangkok, 10330. Thailand
> Tel. +66.840839412
> FAX. +66.26480995
> 



-- 
Best regards,
Madhawa Jayanath

Senior Software Engineer
101 Global Co.,Ltd.
999/9 # 2409 Rama 1, Pathumwan
Bangkok, 10330. Thailand
Tel. +66.840839412
FAX. +66.26480995


[Attachment #3 (text/html)]

Hello  Alexandru,<div>You are welcome!</div><div><br></div><div>I guess, you \
documents contain white spaces at the end(bottom line). Please make sure no white \
paces at the end of document.</div><div>also you can install OpenOffice language \
packages(other than Eng) and try.</div> <div><br></div><div>If you can play with \
OpenOffice you can reach 99.99%. (We&#39;ve a best result. We optimize OpenOffice for \
Thai Language).<br><br><div class="gmail_quote">On Thu, Oct 29, 2009 at 10:54 PM, \
Alexandru Oniciuc <span dir="ltr">&lt;<a \
href="mailto:Alexandru.Oniciuc@trivenet.it">Alexandru.Oniciuc@trivenet.it</a>&gt;</span> \
wrote:<br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px \
#ccc solid;padding-left:1ex;">









<div lang="IT" link="blue" vlink="purple">

<div>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">Hello \
Madhawa,</span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">  </span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">                    \
</span><span lang="EN-US" style="font-size:11.0pt;color:#1F497D">first let me say A \
BIG THANK YOU! I've been searching for a while for a good converter and I think this \
is the best I managed to get my hands on.</span></p>

<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;color:#1F497D">  \
</span></p>

<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;color:#1F497D">       \
There is a strange behavior though: at the end of every document I get a new, blank, \
page. Did anyone of you seen this before and maybe manage to solve it?</span></p>

<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;color:#1F497D">  \
</span></p>

<p class="MsoNormal"><span lang="EN-US" \
style="font-size:11.0pt;color:#1F497D">Thanks,</span></p>

<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;color:#1F497D">  \
</span></p>

<p class="MsoNormal"><span lang="EN-US" \
style="font-size:11.0pt;color:#1F497D">Alex</span><span lang="EN-US" \
style="font-size:7.5pt;color:black"></span></p>

<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;color:#1F497D">  \
</span></p>

<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">

<p class="MsoNormal"><b><span style="font-size:10.0pt">Da:</span></b><span \
style="font-size:10.0pt"> <a href="mailto:hylafax-users-bounce@hylafax.org" \
target="_blank">hylafax-users-bounce@hylafax.org</a> [mailto:<a \
href="mailto:hylafax-users-bounce@hylafax.org" \
target="_blank">hylafax-users-bounce@hylafax.org</a>] <b>Per conto di </b>Madhawa \
Jayanath<br> <b>Inviato:</b> giovedì 29 ottobre 2009 16.42<br>
<b>A:</b> Darren Nickerson<br>
<b>Cc:</b> hfax List<br>
<b>Oggetto:</b> Re: [hylafax-users] MS Word 2003 attachment</span></p>

</div>

<p class="MsoNormal">  </p>

<p class="MsoNormal">Hello Darren,</p>

<div>

<p class="MsoNormal">You are welcome!</p>

</div>

<div>

<p class="MsoNormal">I want to add one more thing, This method supports M$ XLS
files also.(don&#39;t have to modify the  /etc/hylafax/typerules  )</p>

</div>

<div>

<div>

<p class="MsoNormal">  </p>

<div>

<p class="MsoNormal">On Thu, Oct 29, 2009 at 8:53 PM, Darren Nickerson &lt;<a \
href="mailto:darren.nickerson@ifax.com" \
target="_blank">darren.nickerson@ifax.com</a>&gt; wrote:</p>

<div>

<div>

<p class="MsoNormal">Fantastic contribution, thank you! I&#39;ve put an initial draft
of your basic instructions up at:</p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">                       <a \
href="http://www.hylafax.org/content/Handbook:Advanced_Server_Configuration:Faxing_Third-Party_Document_Formats" \
target="_blank">http://www.hylafax.org/content/Handbook:Advanced_Server_Configuration:Faxing_Third-Party_Document_Formats</a></p>



</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">As with any of the Handbook pages, please feel free to add
to, or revise this page. Other cool typerules examples would definitely be \
welcome!</p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal"><span style="color:#888888">-Darren</span></p>

</div>

<div>

<div>

<p class="MsoNormal">  </p>

<div>

<div>

<p class="MsoNormal">On Oct 28, 2009, at 2:47 AM, Madhawa Jayanath wrote:</p>

</div>

<p class="MsoNormal"><br>
<br>
</p>

<p class="MsoNormal">Hello Kane,</p>

<div>

<p class="MsoNormal">Ok!  This is a basic how to and based on CentOS 5.3, May
be apps names and libs names will change on Fedora.</p>

</div>

<div>

<p class="MsoNormal">**** Please follow the instructions and get idea :)</p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<div>

<p class="MsoNormal">1) Iinstall apps &amp; libs</p>

</div>

<div>

<p class="MsoNormal">=======================</p>

</div>

<div>

<p class="MsoNormal">yum install openoffice.org-core openoffice.org-headless
openoffice.org-base openoffice.org-calc openoffice.org-writer
openoffice.org-impress openoffice.org-draw openoffice.org-graphicfilter
openoffice.org-pyuno openoffice.org-xsltfilter openoffice.org-math</p>

</div>

<div>

<p class="MsoNormal">yum install poppler poppler-utils poppler-devel</p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">2) Download &quot;jodconverter&quot;</p>

</div>

<div>

<p class="MsoNormal">==========================</p>

</div>

<div>

<p class="MsoNormal">cd /usr/src</p>

</div>

<div>

<p class="MsoNormal">wget <a \
href="http://downloads.sourceforge.net/project/jodconverter/JODConverter/2.2.2/jodconverter-2.2.2.zip?use_mirror=biznetnetworks" \
target="_blank">http://downloads.sourceforge.net/project/jodconverter/JODConverter/2.2.2/jodconverter-2.2.2.zip?use_mirror=biznetnetworks</a></p>



</div>

<div>

<p class="MsoNormal">unzip jodconverter-2.2.2.zip</p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">3) Create &quot;doc2ps&quot; Script</p>

</div>

<div>

<p class="MsoNormal">======================</p>

</div>

<div>

<p class="MsoNormal">nano /usr/sbin/doc2ps</p>

</div>

<div>

<p class="MsoNormal">-------start-----</p>

</div>

<div>

<p class="MsoNormal">#/bin/bash</p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">java -jar
/usr/src/jodconverter-2.2.2/lib/jodconverter-cli-2.2.2.jar -f pdf $1</p>

</div>

<div>

<p class="MsoNormal">pdftops -paper A4 ${1%\.*}.pdf $2</p>

</div>

<div>

<p class="MsoNormal">rm -f ${1%\.*}.pdf</p>

</div>

<div>

<p class="MsoNormal">-------end--------</p>

</div>

<div>

<p class="MsoNormal">chmod 755 /usr/sbin/doc2ps</p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">4) Create a script for starting OpenOffice headless</p>

</div>

<div>

<p class="MsoNormal">===================================================</p>

</div>

<div>

<p class="MsoNormal">***** please find the location of &quot;soffice.bin&quot;
and replace the path &quot;/usr/lib/<a href="http://openoffice.org/program/" \
target="_blank">openoffice.org/program/</a>&quot;</p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">nano /usr/sbin/runoffice</p>

</div>

<div>

<p class="MsoNormal">-------start----</p>

</div>

<div>

<p class="MsoNormal">/usr/lib/<a href="http://openoffice.org/program/soffice.bin" \
target="_blank">openoffice.org/program/soffice.bin</a> \
                &quot;-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager&quot;
                
-norestore -nofirststartwizard -nologo -headless   &amp;</p>

</div>

<div>

<p class="MsoNormal">-------end------</p>

</div>

<div>

<p class="MsoNormal">chmod 755 /usr/sbin/runoffice</p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">5) Start OpenOffice headless</p>

</div>

<div>

<p class="MsoNormal">============================</p>

</div>

<div>

<p class="MsoNormal">runoffice</p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">6) Test with a M$ Doc file</p>

</div>

<div>

<p class="MsoNormal">============================</p>

</div>

<div>

<p class="MsoNormal">***** Upload a doc file to /usr/src/</p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">doc2ps /usr/src/mytest.doc /usr/src/<a href="http://mytest.ps/" \
target="_blank">mytest.ps</a></p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">***** If this works you can see &quot;<a \
href="http://mytest.ps/" target="_blank">mytest.ps</a>&quot; in /usr/src</p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">7) Add M$ DOC support to hylafax</p>

</div>

<div>

<p class="MsoNormal">================================</p>

</div>

<div>

<p class="MsoNormal">nano /etc/hylafax/typerules</p>

</div>

<div>

<p class="MsoNormal">------add this line to the bottom of typerules------</p>

</div>

<div>

<p class="MsoNormal">0         short            
   0xd0cf               ps         doc2ps
%i %o</p>

</div>

<div>

<p class="MsoNormal">----------------------------------------------------</p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">8) Send M$ doc file as a FAX</p>

</div>

<div>

<p class="MsoNormal">============================</p>

</div>

<div>

<p class="MsoNormal">sendfax -n -d 02xxxxxxx /usr/src/mytest.doc</p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">That&#39;s it!</p>

</div>

</div>

<div>

<p class="MsoNormal">  </p>

<div>

<p class="MsoNormal">On Wed, Oct 28, 2009 at 1:22 PM, Kane Wong &lt;<a \
href="mailto:KaneW@cwalkergroup.com" target="_blank">KaneW@cwalkergroup.com</a>&gt; \
wrote:</p>

<div>

<div>

<p class="MsoNormal">hi; Madhawa;</p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">if you don&#39;t mind, please let me know how can I integrate
OpenOffice with Hylafax during using email to fax with Word document.</p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">thanks!</p>

</div>

<div>

<div class="MsoNormal" align="center" style="text-align:center">

<hr size="2" width="100%" align="center">

</div>

<p class="MsoNormal" style="margin-bottom:12.0pt"><b><span \
style="font-size:10.0pt">From:</span></b><span style="font-size:10.0pt"> Madhawa \
Jayanath [<a href="mailto:madhawa@101g.com" target="_blank">madhawa@101g.com</a>]<br>

<b>Sent:</b> Tuesday, October 27, 2009 9:39 PM<br>
<b>To:</b> Kane Wong<br>
<b>Cc:</b> <a href="mailto:hylafax-users@hylafax.org" \
target="_blank">hylafax-users@hylafax.org</a><br> <b>Subject:</b> Re: [hylafax-users] \
MS Word 2003 attachment</span></p>

</div>

<div>

<div>

<div>

<p class="MsoNormal">Hello Kane, </p>

<div>

<p class="MsoNormal">With A<span style="font-size:10.0pt">ntiword
you can&#39;t get a best result.</span></p>

</div>

<div>

<p class="MsoNormal">  </p>

<div>

<p class="MsoNormal">Why don&#39;t you try OpenOffice based solution?</p>

</div>

<div>

<p class="MsoNormal">If you need more info I can tell you :D</p>

</div>

<div>

<p class="MsoNormal">  </p>

</div>

<div>

<p class="MsoNormal">P.S We use OpenOffice in production!</p>

</div>

<div>

<p class="MsoNormal">  </p>

<div>

<p class="MsoNormal">On Wed, Oct 28, 2009 at 5:25 AM, Kane Wong &lt;<a \
href="mailto:KaneW@cwalkergroup.com" target="_blank">KaneW@cwalkergroup.com</a>&gt; \
wrote:</p>

<p class="MsoNormal"><br>
Hi;<br>
<br>
I forgot to mention, in /etc/hylafax/typerule file, I have this section
uncommented.<br>
<br>
# MS Office (Word) conversion using antiword. Install antiword<br>
# and enable this if you want it.   It may produce imperfect<br>
# renderings, but they&#39;re better than nothing, perhaps.<br>
#0         short                0xd0cf   
           ps         antiword -p letter -m
8859-1.txt %i &gt; %o<br>
0          short                0xd0cf   
           error    Microsoft Word Document support not
configured<br>
<br>
________________________________________<br>
From: <a href="mailto:hylafax-users-bounce@hylafax.org" \
target="_blank">hylafax-users-bounce@hylafax.org</a> [<a \
href="mailto:hylafax-users-bounce@hylafax.org" \
                target="_blank">hylafax-users-bounce@hylafax.org</a>]<br>
Sent: Tuesday, October 27, 2009 2:37 PM<br>
To: <a href="mailto:hylafax-users@hylafax.org" \
                target="_blank">hylafax-users@hylafax.org</a><br>
Subject: [hylafax-users] MS Word 2003 attachment</p>

<div>

<div>

<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
Hi;<br>
<br>
I download an &quot;antiword&quot; rpm package from this site <a \
href="http://packages.sw.be/antiword/antiword-0.37-3.fc10.rf.i386.rpm" \
target="_blank">http://packages.sw.be/antiword/antiword-0.37-3.fc10.rf.i386.rpm</a> \
                and installing it onto my Fedora 10 server, the antiword has \
                installed to
/usr/bin folder.   I create a mimetype script on
/var/spool/hylafax/mimetype/application/msword too but when I sent an
attachment with MS Word 2003 file, I did not see the contents converted.
  Any idea?<br>
<br>
           In &quot; msword&quot; script file<br>
<br>
           #!/bin/bash<br>
           /usr/bin/antiword $1<br>
           exit<br>
<br>
I have made &quot;msword&quot; excecutable by using &quot;chmod a+x
msword&quot;.<br>
<br>
Does anyone tried this program before?<br>
<br>
thanks<br>
<br>
<br>
This e-mail and any files transmitted with it are confidential and may contain
privileged information.   It is intended solely for the use of the
individual to whom it is addressed and others authorized to receive it.
  If you are not the intended recipient you must not copy, distribute or
use this e-mail or the information contained in it for any purpose other than
to notify us.   If you have received this message in error, please notify
the sender immediately by reply e-mail and delete this e-mail from your system.
All C. Walker Group Inc. e-mail is routinely scanned and filtered for viruses.<br>
<br>
<br>
____________________ HylaFAX(tm) Users Mailing List _______________________<br>
  To subscribe/unsubscribe, click <a href="http://lists.hylafax.org/cgi-bin/lsg2.cgi" \
target="_blank">http://lists.hylafax.org/cgi-bin/lsg2.cgi</a><br>  On UNIX: mail -s \
unsubscribe <a href="mailto:hylafax-users-request@hylafax.org" \
target="_blank">hylafax-users-request@hylafax.org</a> &lt; /dev/null<br>
  *To learn about commercial HylaFAX(tm) support, mail sales@ifax.com.*<br>
<br>
<br>
<br>
This e-mail and any files transmitted with it are confidential and may contain
privileged information.   It is intended solely for the use of the
individual to whom it is addressed and others authorized to receive it.
  If you are not the intended recipient you must not copy, distribute or
use this e-mail or the information contained in it for any purpose other than
to notify us.   If you have received this message in error, please notify
the sender immediately by reply e-mail and delete this e-mail from your system.
All C. Walker Group Inc. e-mail is routinely scanned and filtered for viruses.<br>
<br>
<br>
____________________ HylaFAX(tm) Users Mailing List _______________________<br>
  To subscribe/unsubscribe, click <a href="http://lists.hylafax.org/cgi-bin/lsg2.cgi" \
target="_blank">http://lists.hylafax.org/cgi-bin/lsg2.cgi</a><br>  On UNIX: mail -s \
unsubscribe <a href="mailto:hylafax-users-request@hylafax.org" \
target="_blank">hylafax-users-request@hylafax.org</a> &lt; /dev/null<br>
  *To learn about commercial HylaFAX(tm) support, mail sales@ifax.com.*</p>

</div>

</div>

</div>

<p class="MsoNormal"><br>
<br clear="all">
<br>
-- <br>
Best regards,<br>
Madhawa Jayanath<br>
<br>
Senior Software Engineer<br>
101 Global Co.,Ltd.<br>
999/9 # 2409 Rama 1, Pathumwan<br>
Bangkok, 10330. Thailand<br>
Tel. +66.840839412<br>
FAX. +66.26480995</p>

</div>

</div>

</div>

<p class="MsoNormal">  </p>

</div>

</div>

<div class="MsoNormal" align="center" style="text-align:center">

<hr size="2" width="100%" align="center">

</div>

<div>

<p class="MsoNormal"><span style="font-size:7.5pt;color:gray"><br>
This e-mail and any files transmitted with it are confidential and may contain
privileged information. It is intended solely for the use of the individual to
whom it is addressed and others authorized to receive it. If you are not the
intended recipient you must not copy, distribute or use this e-mail or the
information contained in it for any purpose other than to notify us. If you
have received this message in error, please notify the sender immediately by
reply e-mail and delete this e-mail from your system. All C. Walker Group Inc.
e-mail is routinely scanned and filtered for viruses.</span></p>

</div>

</div>

</div>

<p class="MsoNormal"><br>
<br clear="all">
<br>
-- <br>
Best regards,<br>
Madhawa Jayanath<br>
<br>
Senior Software Engineer<br>
101 Global Co.,Ltd.<br>
999/9 # 2409 Rama 1, Pathumwan<br>
Bangkok, 10330. Thailand<br>
Tel. +66.840839412<br>
FAX. +66.26480995</p>

</div>

</div>

<p class="MsoNormal">  </p>

</div>

</div>

</div>

</div>

<p class="MsoNormal"><br>
<br clear="all">
<br>
-- <br>
Best regards,<br>
Madhawa Jayanath<br>
<br>
Senior Software Engineer<br>
101 Global Co.,Ltd.<br>
999/9 # 2409 Rama 1, Pathumwan<br>
Bangkok, 10330. Thailand<br>
Tel. +66.840839412<br>
FAX. +66.26480995</p>

</div>

</div>

</div>

</div>


</blockquote></div><br><br clear="all"><br>-- <br>Best regards,<br>Madhawa \
Jayanath<br><br>Senior Software Engineer<br>101 Global Co.,Ltd.<br>999/9 # 2409 Rama \
1, Pathumwan<br>Bangkok, 10330. Thailand<br>Tel. +66.840839412<br> FAX. \
+66.26480995<br> </div>


____________________ HylaFAX(tm) Users Mailing List _______________________
  To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
 On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
  *To learn about commercial HylaFAX(tm) support, mail sales@ifax.com.*


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic