Re: [iText-questions] Nested Table Height - Nested Table Expanding height to height of whole row.

2009-12-09 Thread 1T3XT info
Talmage wrote: > Thanks, that solved it. > > I am still trying to understand why this works the way it does though. > I re-read the section in the iText book on text mode versus composite > mode (pages 207-211) and still think I am lost. The keyword is ColumnText. A PdfPCell is drawn using Colu

Re: [iText-questions] Multiple signatures

2009-12-09 Thread 1T3XT info
mtrekker wrote: > Coming back to the old subject I couldn't get my answer from search > results... > > Per PDF standard, each signature is revision when working in append mode. > How to solve the following reallife example: > > 1) user signs PDF and sends it to governement authority to complete >

Re: [iText-questions] Partial Flattening

2009-12-09 Thread 1T3XT info
Marion Bass wrote: > Sorry if this gets double posted. > > I have a regular pdf form and I can set fields and flatten completely > without any problems. I can also set fields and partial flatten. But > if I try to run the partial flattened form through again and populate > the remaining field

[iText-questions] Multiple signatures

2009-12-09 Thread mtrekker
Coming back to the old subject I couldn't get my answer from search results... Per PDF standard, each signature is revision when working in append mode. How to solve the following reallife example: 1) user signs PDF and sends it to governement authority to complete acceptance 2) authority then n

[iText-questions] Set Document Language

2009-12-09 Thread Selvakumar, Sivagnanam
Dear All, We have a bunch of pdfs which are generated from PS->PDF through typesetting application. In this have to set Document language for all the document. Acrobat Professional->Document Properties->Advanced->Reading options->Required language : Is there any way to set document language

[iText-questions] Partial Flattening

2009-12-09 Thread Marion Bass
Sorry if this gets double posted. I have a regular pdf form and I can set fields and flatten completely without any problems. I can also set fields and partial flatten. But if I try to run the partial flattened form through again and populate the remaining fields, the API code says there are no

Re: [iText-questions] Nested Table Height - Nested Table Expanding height to height of whole row.

2009-12-09 Thread Talmage
Thanks, that solved it. I am still trying to understand why this works the way it does though. I re-read the section in the iText book on text mode versus composite mode (pages 207-211) and still think I am lost. But here is how I am currently grasping this: In my original method when the tables

Re: [iText-questions] Table problem when over 1 page in rows, only first page's fields appear

2009-12-09 Thread 1T3XT info
Alkire, Robert wrote: > Following is the basic structure of the code. I just want to know how > to make the fields show up on pages > page 1. When form fields are created, they need to know on which page they will be rendered. They ask for a reference to the page to PdfWriter. You're creating y

Re: [iText-questions] Nested Table Height - Nested Table Expanding height to height of whole row.

2009-12-09 Thread 1T3XT info
Talmage wrote: > I was wondering if I could get some help on this. Several hours of > googling have not turned up any promising results. Anyone have any > ideas? Is this not possible in itext? Well, it's 23:25 now, and I've been working since 8:30 this morning. That's a very long working day. And

[iText-questions] Table problem when over 1 page in rows, only first page's fields appear

2009-12-09 Thread Alkire, Robert
Following is the basic structure of the code. I just want to know how to make the fields show up on pages > page 1. main(){ PdfWriter writer = PdfWriter.getInstance(document, new FileOutputStream(new File(root, "out.pdf"))); document.open(); PdfPTable table = new PdfPTa

Re: [iText-questions] Check PDF file for settings

2009-12-09 Thread Leonard Rosenthol
Sure. You just have to look at the relevant keys in the PDF. -Original Message- From: webpointz [mailto:mbeveri...@webpointz.com] Sent: Wednesday, December 09, 2009 2:05 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Check PDF file for settings Hello, is there

[iText-questions] Check PDF file for settings

2009-12-09 Thread webpointz
Hello, is there any way to check a PDF to see if it has been "Enabled for Reader"? I just need to check to ensure that someone has applied "Extend Features for Reader" so that I can push the file to users to digitally sign. If anyone could point me in the right direction that would be great :) -

Re: [iText-questions] Nested Table Height - Nested Table Expanding height to height of whole row.

2009-12-09 Thread Talmage
I was wondering if I could get some help on this. Several hours of googling have not turned up any promising results. Anyone have any ideas? Is this not possible in itext? On Tue, Dec 8, 2009 at 3:22 PM, Talmage wrote: > How do I make it so nested tables do not expand to the height of the > cell

Re: [iText-questions] Hash computation problem

2009-12-09 Thread rcrivano
Hi Antonio Mariano, I've been facing the exact same problem here. Would you mind to share your changes in iText source code, so that me and possibly others can implement them? Thank you very much in advance! []s, Renato Crivano amarianoelaide wrote: > > Hi all, > just a question about the

Re: [iText-questions] PDF Portfolios?

2009-12-09 Thread 1T3XT info
Michael Stringham wrote: > Are PDF Portfolios available via iText? See http://lowagie.com/itextwiki/doku.php/collections -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -- Return on

Re: [iText-questions] Security Envelopes

2009-12-09 Thread 1T3XT info
Michael Stringham wrote: > Fyi - Security Envelopes: > http://help.adobe.com/en_US/Acrobat/9.0/Standard/WS58a04a822e3e50102bd615109794195ff-7d61.w.html > > I'd like to know what security options are available in iText 5... * Create a password policy => Check! iText can encrypt PDFs with user/ow

[iText-questions] PDF Portfolios?

2009-12-09 Thread Michael Stringham
Are PDF Portfolios available via iText? Description: A PDF Portfolio contains multiple files assembled into an integrated PDF unit. The files in a PDF Portfolio can be in different formats and created in different applications. For example, suppose you have a project that includes text documents,

Re: [iText-questions] Security Envelopes

2009-12-09 Thread Michael Stringham
Fyi - Security Envelopes: http://help.adobe.com/en_US/Acrobat/9.0/Standard/WS58a04a822e3e50102bd615109794195ff-7d61.w.html I'd like to know what security options are available in iText 5... On Wed, Dec 9, 2009 at 6:18 AM, Leonard Rosenthol wrote: > Assuming what you mean is the Acrobat feature

Re: [iText-questions] detect pagination

2009-12-09 Thread Red Light
Hi Alexis, ok thanks mate. -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev ___ iText-questions mailing

Re: [iText-questions] Rowspan BUG

2009-12-09 Thread 1T3XT info
dpmihai wrote: > I have following simple example : >| X | -> X cell has colspan=3 >|Y| Z| -> Z cell has colspan=2 > > If i use rowSpan = 2 for first cell the output is wrong : like | X | Y | You're right. It was a bug. The fix is in the SVN repository: @@ -540,7 +5

Re: [iText-questions] detect pagination

2009-12-09 Thread Alexis Pigeon
Hi Red Light, 2009/12/9 Red Light > Hello, > > i was wondering if it's possible to detect pagination in a given random > pdf document (i want to remove the pagination ...) > > NB: my use case , that i merge multiple document with an itext based tool > => pdftk , and i got the problem when i ha

[iText-questions] Rowspan BUG

2009-12-09 Thread dpmihai
I have following simple example : | X | -> X cell has colspan=3 |Y| Z| -> Z cell has colspan=2 If i use rowSpan = 2 for first cell the output is wrong : like | X | Y | Document document = new Document(PageSize.A4); PdfWriter.getInstance(docume

Re: [iText-questions] Security Envelopes

2009-12-09 Thread Leonard Rosenthol
Assuming what you mean is the Acrobat feature of this nature, then the technology behind it is called "Crypt Filters" and I don't believe that iText supports them at this time. All the necessary pieces are in iText, but you'd need to put them together in new ways. Leonard -Original Messa

[iText-questions] detect pagination

2009-12-09 Thread Red Light
Hello, i was wondering if it's possible to detect pagination  in a given random pdf document (i want to remove  the pagination ...) NB: my use case , that i merge multiple document with an itext based tool => pdftk , and i got the problem when i have to paginate the merged document but those a

Re: [iText-questions] Security Envelopes

2009-12-09 Thread 1T3XT info
mtrekker wrote: > Does iText/iTextSharp allow creating security envelopes ? If yes, any API I > need to investigate? What do you mean by security envelopes? This is what I found on Google: http://www.amazon.com/dp/B000FDR62C http://www.jampaper.com/Envelopes/WhiteEnvelopes/SecurityEnvelopes http:

[iText-questions] Security Envelopes

2009-12-09 Thread mtrekker
Does iText/iTextSharp allow creating security envelopes ? If yes, any API I need to investigate? -- View this message in context: http://old.nabble.com/Security-Envelopes-tp26709130p26709130.html Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] PDF417 with Macro

2009-12-09 Thread John_Z80
Is there any sample of PDF417 with macro? I mean I've see pieces of code from different email, but I don't know if I did correctly things like: 1) How many characters or bytes should I use for each block, for each macro segment, Is it a fixed number or I can set it to any number while it's valid,

Re: [iText-questions] Invalid PDF/A-1 because of productor xmp metadata value

2009-12-09 Thread Pablo Carranza
Just tested with the new version (5.0.0) and everything worked like a charm, thank you so much. Best regards. On Sat, Dec 5, 2009 at 12:05 PM, 1T3XT info wrote: > Pablo Carranza wrote: > > The problem with the modification date can be my mistake, I need to take > > a good look at code but yes

[iText-questions] Antwort: Re: V5

2009-12-09 Thread Benjamin Rein
Hi Jason, you stumbled over the differences of text and composite mode. Example: http://1t3xt.info/tutorials/keywords/index.php?page=keyword&id=312 That's one reason to buy the book. Explained very well in there ;) Best Regards Benjamin Von: Jason Baginski An: Datum: 09.12.2009 03:51 Betr

Re: [iText-questions] V5

2009-12-09 Thread 1T3XT info
Wain, Matthew wrote: > Probably because your assigning a static variable. (Oxy Moron?) > > From my work (wish I lost thanks to clearcase)... I think you just need > to do: c.ALIGN_RIGHT, you don't 'assign' it. > > Or just use the Rectangle.ALIGN_RIGHT if I remember correctly. No, the problem

Re: [iText-questions] V5

2009-12-09 Thread Wain, Matthew
Probably because your assigning a static variable. (Oxy Moron?) >From my work (wish I lost thanks to clearcase)... I think you just need to do: >c.ALIGN_RIGHT, you don't 'assign' it. Or just use the Rectangle.ALIGN_RIGHT if I remember correctly. Matthew -Original Message- From: Jaso

Re: [iText-questions] Merging two PDFs

2009-12-09 Thread Alexis Pigeon
Hi Dan, 2009/12/8 Dan Olsen Iii > I am creating a new PDF with iText. I have another PDF that contains a > single paragraph. I want to be able to add that paragraph to my new PDF > document. I don't want to just add the page but I want the paragraph in the > existing PDF to be included in a pag