Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-12-24 Thread Amedee Van Gasse
On Sat, December 24, 2011 10:42, 1T3XT BVBA wrote: > There are many possible shortcuts. > For instance: you could write the bytes straight to the > ServletOutputStream. > However: there are some pitfalls (explained in chapter 9 of the iText in > Action book) with this approach. Thanks for prevent

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-12-24 Thread 1T3XT BVBA
On 23/12/2011 16:58, Siddhartha Rathi wrote: > Thanks 1T3XT BVBA, > > Can you help me in how to write the file in memory and send it to user > directly? As I am not very comfortable with Java coding. That's not an iText question; it's a general Java question. I'll answer it this one time, but ple

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-12-23 Thread Siddhartha Rathi
Thanks 1T3XT BVBA, Can you help me in how to write the file in memory and send it to user directly? As I am not very comfortable with Java coding. Siddhartha -- View this message in context: http://itext-general.2136553.n4.nabble.com/Saving-the-PDF-created-on-SUSE-Linux-Server-updated-tp4075377

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-12-23 Thread iText Info
Op 23/12/2011 13:02, Siddhartha Rathi schreef: > Once the Button > is clicked the file gets generated on server and gets saved in folder > "/local/notesdata/appln/Reports/" and then a new window is opened in which > path is given as "http://serverName/appln/Reports/"; and file name but the > page s

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-12-23 Thread Siddhartha Rathi
Hey All, Thanks for all the help. I have been able to create the file and save it on Linux Server. But now I am facing very weird problem. The whole coding is done Lotus Domino in Java based agent. The PDF file is created and saved on server when user clicks on Print button on a web based form. On

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-11-17 Thread Siddhartha Rathi
Oppps Michael, That's silly copy paste mistake.. That was by mistake copied twice. It is once only. In fact that will not let me compile forget running it. Thanks, Siddhartha -- View this message in context: http://itext-general.2136553.n4.nabble.com/Saving-the-PDF-created-on-SUSE-Linux-Server-

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-11-17 Thread mkl
Siddhartha, Siddhartha Rathi wrote: > As for writing the code twice I found it using the net and that's why I > have wrote it twice. Just to be sure we are talking about the same thing. You initially posted this as your code: > String path = "/local/notesdata/appln/Reports/" + strDa

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-11-16 Thread Siddhartha Rathi
Hey Amedee, Thanks I will try this and see if that is the case. Siddhartha -- View this message in context: http://itext-general.2136553.n4.nabble.com/Saving-the-PDF-created-on-SUSE-Linux-Server-updated-tp4075377p4078613.html Sent from the iText - General mailing list archive at Nabble.com. --

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-11-16 Thread Siddhartha Rathi
Hey Hubert and Mkl, Thanks for replying to Edward. I know I am novice in java on Linux but not as naive as Edward thought me to be. I have already checked the security part on the box that is setup correctly. As for writing the code twice I found it using the net and that's why I have wrote it tw

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-11-16 Thread mkl
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

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-11-16 Thread Hubert Gailly
ok into access rights on the Linux box, no? De : Edward W. Rouse [mailto:ero...@comsquared.com] Envoyé : mercredi 16 novembre 2011 15:33 À : 'Post all your questions about iText here' Objet : Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated) Linux has no c

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-11-16 Thread Edward W. Rouse
Linux has no concept of C:. If you don’t know that much you really need to hit the books. From: Siddhartha Rathi [mailto:siddhar...@chirayusoftwares.in] Sent: Tuesday, November 15, 2011 11:55 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Saving the PDF created on

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-11-16 Thread Amedee Van Gasse
On Wed, November 16, 2011 05:54, Siddhartha Rathi wrote: > > Hi All, > > I have written an agent in Ltus Notes in JAVA for creating and saving the > PDF file. But when I am doing the same it is giving me no error but file > is also not getting saved. Can some one help me what I must have done > wro

[iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-11-15 Thread Siddhartha Rathi
Hi All, I have written an agent in Ltus Notes in JAVA for creating and saving the PDF file. But when I am doing the same it is giving me no error but file is also not getting saved. Can some one help me what I must have done wrong I am also appending the code which I have used to save the file

Re: [iText-questions] Saving the PDF created on SUSE Linux Server

2011-11-15 Thread Amedee Van Gasse
On Tue, November 15, 2011 13:28, Jic wrote: > It's just that I've seen a lot if these > Types of postings where the developer > Is too lazy to attempt to find the solution on their own, and, instead > Pretty much want other developers > To pretty much code the solution > For them. You are absolute

Re: [iText-questions] Saving the PDF created on SUSE Linux Server

2011-11-15 Thread Jic
It's just that I've seen a lot if these Types of postings where the developer Is too lazy to attempt to find the solution on their own, and, instead Pretty much want other developers To pretty much code the solution For them. Sent from my iPhone On Nov 15, 2011, at 4:51 AM, "Amedee Van Gasse"

Re: [iText-questions] Saving the PDF created on SUSE Linux Server

2011-11-15 Thread Amedee Van Gasse
On Tue, November 15, 2011 06:51, Siddhartha Rathi wrote: > Hi All, > > I have written an agent in Ltus Notes in JAVA for creating and saving the > PDF file. But when I am doing the same it is giving me no error but file > is also not getting saved. Can some one help me what I must have done > wrong

Re: [iText-questions] Saving the PDF created on SUSE Linux Server

2011-11-14 Thread thenewmexican64
iText-questions] Saving the PDF created on SUSE Linux Server Hi All,   I have written an agent in Ltus Notes in JAVA for creating and saving the PDF file. But when I am doing the same it is giving me no error but file is also not getting saved. Can some one help me what I must have done wrong I am

[iText-questions] Saving the PDF created on SUSE Linux Server

2011-11-14 Thread Siddhartha Rathi
Hi All, I have written an agent in Ltus Notes in JAVA for creating and saving the PDF file. But when I am doing the same it is giving me no error but file is also not getting saved. Can some one help me what I must have done wrong I am also appending the code which I have used to save the file