[iText-questions] How positioning a template?

2004-01-21 Thread JATORIBIO
Hi, i need add a Graphics2D Object to a pdf document. I have created a template, as is said in manual, but the graphics appears at bottom of the page and i want to put in the relative position of the page. The sentence cb.addTemplate(tp, 0, 0); is to put in a global position but i

[iText-questions] PDF Digital Signature Appearances

2004-01-21 Thread Sölter, Peter
Hi everybody, I'm still trying to implement PDF signing. Now I've come to the point, where the digital signature should be displayed to the user via Acrobat (Reader). The implementaion in iText 1.01 just shows an empty rectangle to the user but there's a lot more to do, if you have a look at

[iText-questions] columnText

2004-01-21 Thread Turetsky, Seth
So, I need to use columnText because I could have potentially large columns and don't want them to wrap and disappear, so I can't use pdfPTable's. So if I use columnText, is there any way to format the text like how you would with tables? thanks in advance, seth

Re: [iText-questions] PDF file size too large while printing??

2004-01-21 Thread chicks
Make sure print as image is unchecked on the Advanced Print Setup form of Adobe Reader. --- Prasanna Gunjikar [EMAIL PROTECTED] wrote: Hi All.. Have been using Itext since last 8 months. Have used itext to a great extent and am thankful to ull for such fabulous work. I generate a PDF

[iText-questions] Re: How to set position of a template?

2004-01-21 Thread jose antonio Toribio
Thanks Eric, but this is not what i'm looking for. My pdf is generated automatically, so i'don't know the coordinates to set absolute position in the document. I want add the template just below the last line wrote in the document. I hope that i explain better my question.

Re: [iText-questions] PDF file size too large while printing??

2004-01-21 Thread Bill Ensley
Prints fine, I agree, make sure "print as image" is not checked

RE: [iText-questions] embedded image doesn't look good

2004-01-21 Thread Michael Korolyov
Thanks for answer. I re read tutorial again, but still can't understand how to embed my image for 1 to 1 scale. Would you mind tell me what scale I need to set based on my image properties? Please. Image 700 x 300 pixels True Color (24bit) Also MS Photo editor shows: Resolution 96 Pixels/Inch

RE: [iText-questions] PDF file size too large while printing??

2004-01-21 Thread Gajdos Gabriel
Remark: print as image provides lower quality than native vector printing. Anyway, this may cause problems only under some rare circumstances (f.e. small barcode printing). In such a case, the solution is sending native printer understandable data. We can transform PDF to PCL (many printers

[iText-questions] Handling page breaks

2004-01-21 Thread Ujjwala Kadam
Hi, I have a main table and one more table nested into it. Nested table has some header.If size of the nested table is large,it should span on thenext page and in that caseits header again has to be drwan. My question is, wheter the main table gets added into the document first and the nested