RE: [iText-questions] Using PDFStamper to preserve tagging while inserting a page

2004-05-07 Thread Leonard Rosenthol
At 11:05 AM 5/7/2004, Jesse Anderson wrote: Yeah. Does anyone know the mechanics behind 'tagging'? I do. It's also all full documented in the PDF Reference. Can using an XMLWriter or any other iText device mimic this 'tagging' feature? It would be possible to add tagging

RE: [iText-questions] Using PDFStamper to preserve tagging while inserting a page

2004-05-07 Thread Jesse Anderson
Yeah. Does anyone know the mechanics behind 'tagging'? Can using an XMLWriter or any other iText device mimic this 'tagging' feature? -Original Message- From: Leonard Rosenthol [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 4:53 AM To: Jesse Anderson; [EMAIL PROTECTED] Subject: Re:

RE: [iText-questions] From Brazil: Question

2004-05-07 Thread Paulo Soares
Yes. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 'kVkq,ZkRx,Q!qqkR ).Sent: Friday, May 07, 2004 1:00 AMTo: [EMAIL PROTECTED]Subject: [iText-questions] From Brazil: Question Can i put passwords in the pdf documents generated with your free

[iText-questions] From Brazil: Question

2004-05-07 Thread §ëVëñ¬ZëRø¬Ñ¡ññëR ©®
Can i put passwords in the pdf documents generated with your free software? ..:: §ëVëñ¬ZëRø¬Ñ¡ññëR ©® [ http://www.709.cjb.net ] ::.

RE: [iText-questions] Footer / PdfPTable question

2004-05-07 Thread Paulo Soares
See the example headers_and_watermarks.java at itextpdf.sf.net. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of NICOLAU Raffaele > Sent: Friday, May 07, 2004 2:00 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions

[iText-questions] Footer / PdfPTable question

2004-05-07 Thread NICOLAU Raffaele
Hello to all iText users, I am trying to get the way to add an existing PdfPTable at the bottom of each page of my pdf document ... I saw that the HeaderFooter object could help me with, but seems too simple to achieve what I want. So i guess the only way is to add content took from the PdfPTab

[iText-questions] some questions

2004-05-07 Thread Max Grigoriev
Hello alls, I've got some questions: 1. I set table.setBorderWidth(0) but table has a border - is it bug ? 2. Why doesn't ALIGN_TOP on cell work ? 3. When i set cellspacing = 0, the table border crosses some letters like 'y'. How can I set spacing to teh cell bottom part. 4. How can i set actual

Re: [iText-questions] PdfAction uncompressed?

2004-05-07 Thread Leonard Rosenthol
At 03:57 AM 5/7/2004, Roger Misteli wrote: Could it be that PdfAction is currently not compressed, all the drawing operations are, however? PdfActions aren't compressable - unless you want to use a PDF 1.5/Acrobat 6-only technique. Leonard

Re: [iText-questions] Using PDFStamper to preserve tagging while inserting a page

2004-05-07 Thread Leonard Rosenthol
At 11:02 PM 5/6/2004, Jesse Anderson wrote: I am having a heck of a time trying to insert a page between pages 1 & 2. The inserted page has some dynamic content. The original document is tagged so it can reflow for Pocket PC readers. But as soon as you insert your new non-tagged page, you'v

Re: [iText-questions] loading PDF File

2004-05-07 Thread Leonard Rosenthol
At 03:41 PM 5/6/2004, David Bernat wrote: I am trying to modify an existing PDF file. This problem really drives me crazy. I do not manage to load in the PDFWriter the Document object corresponding to my PDF file How about PdfReader? Leonard ---

Re: [iText-questions] Virtual Image Rotation

2004-05-07 Thread Leonard Rosenthol
At 06:33 PM 5/6/2004, Gurmeet Singh wrote: Hi, I am creating signs in pdf ( consisting of images and text ) One of the requirements is to create two signs on the same pdf which are virtual mirror of each other. So that when the page is folded in the middle, both sides will display the same image

RE: [iText-questions] Query About generating online PDF

2004-05-07 Thread Paulo Soares
You can do all that with iText including the use of templates for the fixed background. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of praveen patro > Sent: Friday, May 07, 2004 8:06 AM > To: [EMAIL PROTECTED] > Subj

[iText-questions] Query About generating online PDF

2004-05-07 Thread praveen patro
Dear Sir/Madam, I m developing a site for a telecom sector.Customers requirement is generating PDF online where ever needed by any of its user.The look n feel should be same as the HARDCOPY of the bill format.The page size can vary from 3 to 500 pages.It contains lots of static n dynamic data. will

[iText-questions] PdfAction uncompressed?

2004-05-07 Thread Roger Misteli
Hiyas Could it be that PdfAction is currently not compressed, all the drawing operations are, however? I have a PDF that, without the PdfActions, is just about 60k, all in all. With the PdfActions (there are a lot in there), its about 160k and I want to slim that down. Is there a way to make the