Re: [iText-questions] Antwort: Re: Saving PDF to server

2010-01-13 Thread ostpower
a working or temp directory. Just look into that one and check if > the PDF is saved. Please take a look at the FileOutputStream Java API docs > for other alternatives. > > Best regards > Benjamin > > > > Von: > ostpower > An: > itext-questions@list

Re: [iText-questions] Saving PDF to server

2010-01-13 Thread ostpower
Hi, I have the same problem. I have realised it with this statement: PdfWriter.getInstance(document, new FileOutputStream(ausgabe.pdf)); But how can I save it on a server or my local space? Because with my version, the pdf is generated on the fly, but isn't saved. Alexis Pigeon wrote: > > Hi