[iText-questions] Adding Text, Check boxfields in RTF

2004-02-29 Thread Nehal Dave
hello I want to know if i can add check box(other form fields) in RTF document using itext apis. If not is there any alternate way.?   Thanks Dave

[iText-questions] Help !!!

2004-02-29 Thread Roberto Godoy
Hi,   Guys, I´m a newbie with Java and with i-text and I really cant understand how to use the sample OutSimplePDF.java to generate a pdf using servlet+jsp … Please could You guys help me. Thanks in advance.   Roberto  

[iText-questions] Re: Embedding printer commands in a PDF?

2004-02-29 Thread Carsten Hammer
Hi Andrzej, it depends on the printer type. Some of the Océ Printers transport printer directives in the pdf file. Such PDF documents can be produced using e.g. Job Submitit: http://downloads.oce.com/__C1256915003432CC.nsf/BypassOfDownloadRequest?OpenAgent&Filesize=9484&URL=vSoftwareComponents/97

RE: [iText-questions] gmane.comp.java.lib.itext.general

2004-02-29 Thread Christian Lauer
Hi Paulo, I've tried your code to extend the image tag with SVG support. First I've created a simple example SVG using sodipodi. This one worked perfectly! After that, I've tried to use the samples, which are shipped with Batik. Almost none of them worked at all and the rendering results of those

[iText-questions] Table & Paraggraph alignment in RTF Document

2004-02-29 Thread Nehal Dave
Hello All I am a newbie & trying to create an RTF doc with a paragraph & a table. The problem is tabel & paragraph are not left aligned properly. below is my simple code. Please guide me. Thanks Nehal. Document doc = new Document();| RtfWriter rtf = RtfWriter.getInstance(doc,new FileOutputStrea

Re: [iText-questions] iText question

2004-02-29 Thread Leonard Rosenthol
At 05:55 PM 2/27/2004, Brian Timmer wrote: What DPI does the resulting PDF file use? Is it different between iTextSharp and iText? I'm actually using iTextSharp. PDF's are device INDEPENDANT - they have no DPI. Leonard

Re: [iText-questions] Re-Post: Line-Screen

2004-02-29 Thread Leonard Rosenthol
At 11:01 AM 2/27/2004, Bill Ensley wrote: Does anyone have any thoughts on embedding a default line-screen in a PDF with iText No, because line screens are NOT part of a PDF. Leonard --- Leonard Rosenthol