Re: pyuno and PDF output

2006-06-30 Thread w chun
On 6/23/06, w chun <[EMAIL PROTECTED]> wrote: > > 2. use the short form to instantiate a PropertyValue > > REPLACE: > PDF = PropertyValue("FilterName", 0, "writer_pdf_Export", 0) > WITH: > PDF = PropertyValue("FilterName", "writer_pdf_Export") after trying this again, i dis

Re: pyuno and PDF output

2006-06-23 Thread w chun
> Subject: pyuno and PDF output > From: "Sells, Fred" > Date: Thu May 4 19:20:57 CEST 2006 > > I can use java to output a PDF file using uno, but when I try to do it in > python, I get an IO Exception with no added information. The relevant code > snippet follo

pyuno and PDF output

2006-05-04 Thread Sells, Fred
I can use java to output a PDF file using uno, but when I try to do it in python, I get an IO Exception with no added information. The relevant code snippet follows: from com.sun.star.beans import PropertyValue PDF= PropertyValue( "FilterName" , 0 , "writer_pdf_Export", 0 ) doc2.storeAsURL("