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 fo

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 thi

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

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

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

2004-12-16 Thread Mike Meyer
Axel Straschil <[EMAIL PROTECTED]> writes: > Hello! > >> 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 could try to do this with o

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

2004-12-16 Thread Axel Straschil
Hello! > 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 could try to do this with open office, by I'm afraid this will not be a performa

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

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 produces

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. 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

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 t

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 Pytho

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, AX

Html or Pdf to Rtf (Linux) with Python

2004-12-14 Thread Alexander Straschil
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 -- http://mail.python.org/mailman/listinfo/python-list