Hi, I am calling a servlet that creates the PDF file from a JPS. How do I set the filename and path for this file. I would like the path to be the users "My Documents" directory.
 
            Document document = new Document();
 
            ByteArrayOutputStream baos = new ByteArrayOutputStream();
 
            document.open();
Thanks Ron

Reply via email to