Re: [iText-questions] Resizing, moving a watermark stam p on a pdf (already stamped using iText)

2008-09-08 Thread RK
I tried with Stamp Annotation and it worked. Thank you so much for your help. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win

Re: [iText-questions] Resizing, moving a watermark stam p on a pdf (already stamped using iText)

2008-09-04 Thread RK
Thanks Leonard for your quick response. Do you know of any sample code for stamp annotation which I can try out to open the stamped PDF and resize the stamps in adobe standard. I tried to look up for some tutorials but each use their own library files which are not accessible. Thanks, Ranja

[iText-questions] Resizing, moving a watermark stamp on a pdf (already stamped using iText)

2008-09-03 Thread RK
Hello, I am stuck with a technical issue. We have a requirement where we are required to use iText to stamp an image on a pdf file. Once the pdf file is stamped and later down the technical workflow, the user should be able to move or resize the stamped image (that was stamped using iText on th

Re: [iText-questions] outofmemory error while concatenating 850 files

2005-08-12 Thread rk
ilePath + pages.get(i)); copy.addDocument(reader); } copy.close(); Its not able to complete the process. Inbetween outofmemory error will come and halt the process. Any suggestions?? Regards RK --- SF.Net email is Sponsored by the Better Sof

Re: [iText-questions] example button mit JS

2003-09-04 Thread rk
hi! why don't you build the form with acrobat (buttons inclusive) and use iText to prefill/manipulate the form? regards, randolph --- di randolph kepplinger, mba [EMAIL PROTECTED] / 0676-4071103 metamagix - better online solut

[iText-questions] base url and parameters

2003-09-04 Thread rk
hello everybody! i am able to use relative links in my pdf by setting the base url in a servlet ... this allows me to stream a pdf from various servers and include links that refer to other pdfs from the same server. now i would like to pass a paramaeter with these urls (a sessionid), is there a

RE: [iText-questions] opening generated pdf + internet explorer

2003-08-31 Thread rk
hello once again :-) is there anybody out there who has the following working configuration? * click on servlet link * pdf streamed by a servlet (not inline) * save/open with dialog in explorer * click on "allway open this file type with application(acrobat)" * click on servlet link * pdf streame

Re: [iText-questions] links and CopyPdf ... another try

2003-08-28 Thread rk
hello again! found the problem: i still had version 0.98, 1.00 works! regards, randolph On Thu, 28 Aug 2003 [EMAIL PROTECTED] wrote: > hello everybody! > > i am trying to copy a pdf and add a base url, but when i use CopyPdf.java > on my file it produces an invalid pdf. why would a copied pdf

[iText-questions] links and CopyPdf ... another try

2003-08-28 Thread rk
hello everybody! i am trying to copy a pdf and add a base url, but when i use CopyPdf.java on my file it produces an invalid pdf. why would a copied pdf be invalid for a reader when i am able to open the original? regards, randolph ---

Re: [iText-questions] opening generated pdf + internet explorer(fwd) (rk@metamagix.net)

2003-08-27 Thread rk
hello! opening in a browse is a different thing, what i need is openening in the application itself. it should be like a mpeg-file ... you click on it your viewer opens with the file. now usually i can tell a browser to do this, but when i select "allways open with this application .." in the expl

Re: [iText-questions] openind generated pdf + internet explorer

2003-08-26 Thread rk
hi, > Anyway, have you ever tried to set the PDF contentent as a servlet HTTP > response? And if, can you directly open it? yes, i'm setting Content-Type, Content-Disposition with the filename(or inline) and the correct length: res.setContentType("application/pdf"); res.setHeader("Content-Disposi

[iText-questions] opening generated pdf + internet explorer (fwd)

2003-08-26 Thread rk
hello everybody! this is a pdf and no itext specific question, but probably someone knows the trick... i'm openening itext generated pdfs from a servlet ... and i want acrobat reader to show up without a "save as file" dialog. unfortunaltely even if i deselect "allways ask for this type of file"

[iText-questions] openind generated pdf + internet explorer

2003-08-26 Thread rk
hello everybody! this is a pdf and no itext specific question, but probably someone knows the trick... i'm openening itext generated pdfs from a servlet ... and i want acrobat reader to show up without a "save as file" dialog. unfortunaltely even if i deselect "allways ask for this type of file"

Re: [iText-questions] problems with generate PDF with jsp & itext

2003-08-18 Thread rk
hello! On Tue, 19 Aug 2003, Frankie wrote: > //error message > org.apache.jasper.JasperException: getOutputStream() has already been > called > for this response > at > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja > va:2 > 54) > at > org.apache.jasper.servlet.JspServle

Re: [iText-questions] NoClassDefFoundError - Servlet ClasspathProblems

2003-08-14 Thread rk
hi! i'm not sure whether this helps, but usually such problems arise when: * you have 2 different class versions (includes, path) * your access.policy does not allow some operations * your classpath does not include it at all regards randolph

Re: [iText-questions] NoClassDefFoundError - Servlet ClasspathProblems

2003-08-14 Thread rk
hello! ad 1.: verify that there are no paths that lead to corresponding directories, what is the classpath tomcat uses? what javaa version etc. ad 2.: everybody has something like java.access (which seems to be default) somewhere in your java-directory ... sometimes java-applications bring theyr o

Re: [iText-questions] Setting Title in window.open()

2003-08-14 Thread rk
hi pal! i'd say use a j-script when opening - if you know the title in advance onClick="javascript:mw=window.open('yoururl','yourtitle','toolbar=no,scrollbars=yes,height=400,width=400,innerWidth=400,innerHeight=400');mw.focus();return false;" regards randolph --

[iText-questions] setting page to show in pdf-stream

2003-07-22 Thread rk
hello everybody! i have a servlet opening pdf-documents and streaming them. is there a way to set the page to show up in the acrobat reader? (something like pdfdoc.setPageToShow(x)) regards randolph --- di randolph kepplinger,