Author |
Message
|
Janice_Shania |
Posted: Thu Oct 05, 2006 5:01 am Post subject: PDF and .xls in WMQI |
|
|
Novice
Joined: 25 Sep 2006 Posts: 12
|
Can WMQI handle PDFs and excels of any kind?
Regards,
Janice |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Oct 05, 2006 5:10 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Define "handle"? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
elvis_gn |
Posted: Thu Oct 05, 2006 5:10 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi Janice_Shania,
Does WMQI have a MIME parser ? A support pac for the same ?
In any case, U need to upgrade...
Regards. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Oct 05, 2006 5:13 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What's MIME got to do with PDFs or Excel files? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Janice_Shania |
Posted: Thu Oct 05, 2006 5:17 am Post subject: handling pdfs and .xls |
|
|
Novice
Joined: 25 Sep 2006 Posts: 12
|
By handling i mean, can a pdf be put into a queue and then can any processing be carried out on the contents of the pdf / excel.
I understand that WMB would be able to do this coz it has a MIME parser? Has anyone successfully implemented the same?
Rgds,
Janice |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Oct 05, 2006 5:26 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
As far as I know, neither PDFs nor Excel files are in MIME format.
PDFs and Excel files might come as MIME attachments, but that's got nothing to do with being able to process the data themselves.
PDF files are... usually... text files. So you can use the BLOB parser to maniuplate their contents, or if you're feeling ambitious you can go get the PDF spec from Adobe and build a message set.
Excel files are usually a proprietary binary format.
Even in 2.1, you can write a Custom Plugin that will use Java code or C code to process a PDF file or an Excel file. You can even find Java code that someone else has written to process PDF and Excel files. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|