Re: [iText-questions] Page Labels

2011-06-01 Thread 1T3XT BVBA
On 1/06/2011 18:48, John Renfrew wrote: > I am successfully replacing all existing labels or starting a new > style from a given page number with or without a prefix and defining > the start number, but they then go all the way to the last page. That is probably an effect caused by replacing the

Re: [iText-questions] bit more page labels

2011-06-01 Thread 1T3XT BVBA
On 1/06/2011 20:22, John Renfrew wrote: Is there a way to append new values to the existing page labels, say by only starting from page 11?? When you do a new PdfPageLabels() you can set values multiple times but it also wipes out any existing numbering scheme , by virtue of being new The

[iText-questions] bit more page labels

2011-06-01 Thread John Renfrew
Is there a way to append new values to the existing page labels, say by only starting from page 11?? When you do a new PdfPageLabels() you can set values multiple times but it also wipes out any existing numbering scheme , by virtue of being new The existing information is there in the dict

[iText-questions] Page Labels

2011-06-01 Thread John Renfrew
Is there a simple way to define the END of a range where you want to set new page labels? I am successfully replacing all existing labels or starting a new style from a given page number with or without a prefix and defining the start number, but they then go all the way to the last page. This

Re: [iText-questions] part3 chapter12 MetadataXMP example

2011-06-01 Thread Leonard Rosenthol
I don't recall offhand what dc.subject maps too - but I can check if you need. I am pretty sure it is NOT Keywords though... Leonard From: John Renfrew [mailto:r...@btclick.com] Sent: Wednesday, June 01, 2011 3:27 AM To: 'Post all your questions about iText here' Subject: [iText-questions] par

[iText-questions] GradientPaint with Transparency

2011-06-01 Thread Michael Szediwy
Hi, does anybody know how to use iText's PdfGraphics2d together with GradientPaint objects consisting of two colors alpha values? Cheers Michael -- Simplify data backup and recovery for your virtual environment with vRa

[iText-questions] Minimum number of characters in barcode

2011-06-01 Thread Karen Royce
I’m using Barcode128 to print a sheet of labels using iText. The data in the barcode is just a string of text and it works great for strings of at least 3 characters. I get a sheet of labels off showing the text string and a barcode. However it will not print barcodes for strings of just one or

Re: [iText-questions] part3 chapter12 MetadataXMP example

2011-06-01 Thread 1T3XT BVBA
On 1/06/2011 9:26, John Renfrew wrote: The dc.setProperty(DublinCoreSchema.SUBJECT, subject) line seems to add this Metadata to the Keywords not the Subject as expected. It may be that the behaviour is right but should it be called Schema.KEYWORDS?? and/or there is then no method to add to t

[iText-questions] part3 chapter12 MetadataXMP example

2011-06-01 Thread John Renfrew
Done some more testing with the Metadata example and there is something slightly odd going on in the createPdf ID217 The dc.setProperty(DublinCoreSchema.SUBJECT, subject) line seems to add this Metadata to the Keywords not the Subject as expected. It may be that the behaviour is right but sho

Re: [iText-questions] Call javascript function on initialize

2011-06-01 Thread 1T3XT BVBA
On 1/06/2011 9:01, grv1984 wrote: Thank you for the reply. Yes, the java script is part of XFA and XFA is removed before start filling the PDF with the data. Could you please show me an example or something ? I am following this link - If you get the advice to use an "open action", your first

Re: [iText-questions] Call javascript function on initialize

2011-06-01 Thread grv1984
Thank you for the reply. Yes, the java script is part of XFA and XFA is removed before start filling the PDF with the data. Could you please show me an example or something ? I am following this link - http://itext-general.2136553.n4.nabble.com/add-javascript-action-with-PdfStamper-td2151160.htm