Re: Html or Pdf to Rtf (Linux) with Python

2004-12-17 Thread Axel Straschil
Hello! You might take a look at PyRTF in PyPI. It's still in beta, I think PyRTF would be the right choice, thanks. Yust had a short look at it. Lg, AXEL. -- The key words MUST, MUST NOT, REQUIRED, SHALL, SHALL NOT, SHOULD, SHOULD NOT, RECOMMENDED, MAY, and OPTIONAL in this document are to be

Re: Html or Pdf to Rtf (Linux) with Python

2004-12-17 Thread Stephen Thorne
On Fri, 17 Dec 2004 07:55:10 + (UTC), Axel Straschil [EMAIL PROTECTED] wrote: Hello! I've been able to successfully get konqueror to generate a pdf from a html file via dcop. It's something along the lines of: For that stuff, I'm using htmloc (http://www.htmldoc.org/). I found

Re: Html or Pdf to Rtf (Linux) with Python

2004-12-16 Thread Mike Meyer
Axel Straschil [EMAIL PROTECTED] writes: Hallo! However, our company's product, PDFTextStream does do a phenomenal job of extracting text and metadata out of PDF documents. It's crazy-fast, has a clean API, and in general gets the job done very nicely. It presents two points of compromise

Re: Html or Pdf to Rtf (Linux) with Python

2004-12-16 Thread Stephen Thorne
On Thu, 16 Dec 2004 19:30:37 + (UTC), Axel Straschil [EMAIL PROTECTED] wrote: That's easy. Load the HTML in MS Word, and save it as RTF. Script it via COM using the python win32all (I think that's what it's now called) package. As I wrote in my posting and the subject: linux ;-) I

Re: Html or Pdf to Rtf (Linux) with Python

2004-12-16 Thread Axel Straschil
Hello! I've been able to successfully get konqueror to generate a pdf from a html file via dcop. It's something along the lines of: For that stuff, I'm using htmloc (http://www.htmldoc.org/). Lg, AXEL. -- The key words MUST, MUST NOT, REQUIRED, SHALL, SHALL NOT, SHOULD, SHOULD NOT,

Re: Html or Pdf to Rtf (Linux) with Python

2004-12-15 Thread Chas Emerick
I haven't seen any solid responses come across the wire, and I suspect there isn't a product or package that will do exactly what you want. blatent_self_promotion However, our company's product, PDFTextStream does do a phenomenal job of extracting text and metadata out of PDF documents. It's

Re: Html or Pdf to Rtf (Linux) with Python

2004-12-15 Thread Axel Straschil
Hallo! However, our company's product, PDFTextStream does do a phenomenal job of extracting text and metadata out of PDF documents. It's crazy-fast, has a clean API, and in general gets the job done very nicely. It presents two points of compromise from your idea situation: 1. It only

Re: Html or Pdf to Rtf (Linux) with Python

2004-12-14 Thread Cameron Laird
In article [EMAIL PROTECTED], Axel Straschil [EMAIL PROTECTED] wrote: Hello! Sorry Cameron, I was replying, now my folloup ;-): Are you trying to convert one document in particular, or automate the process of conveting arbitrary HTML documents? I have an small CMS System where the customer

Re: Html or Pdf to Rtf (Linux) with Python

2004-12-14 Thread Cameron Laird
In article [EMAIL PROTECTED], Alexander Straschil [EMAIL PROTECTED] wrote: Hello! I have to convert an HTML document to rtf with python, was just googling for an hour and did find nothing ;-( Has anybody an Idea how to convert (under Linux) an HTML or Pdf Document to Rtf? Thanks, AXEL Are you

Re: Html or Pdf to Rtf (Linux) with Python

2004-12-14 Thread Axel Straschil
Hello! Sorry Cameron, I was replying, now my folloup ;-): Are you trying to convert one document in particular, or automate the process of conveting arbitrary HTML documents? I have an small CMS System where the customer has the posibility to view certain Html-Pages as Pdf, the CMS ist Python