Edward, Edward W. Rouse wrote: > Linux has no concept of C:. If you don’t know that much you really need to > hit the books.
As the OP said Siddhartha Rathi wrote: > This code works absolutely fine on Windows server if in path I enter > “C:\Lotus\Notes\Data\appln\Reports\" + strDate + ".pdf" I gather on Linux he uses the original > "/local/notesdata/appln/Reports/" + strDate + ".pdf" which looks fine at first glance. Siddhartha, What instead catches the eye, is the duplication of > Document pdfDoc = new Document(PageSize.A4.rotate()); > PdfWriter writer = PdfWriter.getInstance(pdfDoc, new > FileOutputStream(path)); Do you indeed have it in your code twice? That would make things weird indeed. Otherwise, if the duplication is but some mistagke in the mail, instead of using iText try to write something else to the "new FileOutputStream(path)" there and close it afterwards. If the file still does not appear, you would have proven that your problem is not iText related. Regards, Michael. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Saving-the-PDF-created-on-SUSE-Linux-Server-updated-tp4075377p4077097.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
