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