[iText-questions] [book] iText in Action 2nd Edition errata

2010-03-23 Thread Carl Barlow
ore detailed explanation starting on p31 is correct. -- *Carl Barlow* Director, System Architecture Corelation Inc. Web: corelationinc.com <http://www.corelationinc.com/> Email: cbar...@corelationinc.com <mailto:cbar...@core

[iText-questions] iText in Action 2nd Edition errata

2010-03-23 Thread Carl Barlow
(p21) looks correct. -- *Carl Barlow* Director, System Architecture Corelation Inc. Web: corelationinc.com <http://www.corelationinc.com/> Email: cbar...@corelationinc.com <mailto:cbar...@corelationinc.com> Ph

[iText-questions] Coloured bullets in list with RTF

2008-08-01 Thread Carl Howarth
yet find any examples on how to use this. Can anybody help as I need to do this fairly quickly? Any help would be much appreciated! Thanks, Carl -- View this message in context: http://www.nabble.com/Coloured-bullets-in-list-with-RTF-tp18771855p18771855.html Sent from the iText - Genera

Re: [iText-questions] turn background printing on/off

2007-07-03 Thread Carl H. Sayres
Nick - thanks! That's a great idea! I'll try it and let you know how it works. Carl Nick Ward wrote: Hi, I'm very new to iText so probably missing the point completely but maybe this FAQ could point to another fall back position. http://itext.ugent.be/library/question.ph

Re: [iText-questions] turn background printing on/off

2007-07-02 Thread Carl H. Sayres
be tricky, as there are lots of formatting options that have been put into the original (font sizes, colors, etc...) that would need to be copied. This isn't my favorite way to go, but is my backup if nothing else works. Thanks, Carl Bruno Lowagie (iText) wrote: Carl H. Sayres wrote:

Re: [iText-questions] turn background printing on/off

2007-07-01 Thread Carl H. Sayres
set the 'background printing' to off. 3. Use itext to manipulate the layers of file using Optional Content Groups Which approach would you suggest? Any pointers would be very appreciated. Carl Bruno Lowagie (iText) wrote: > Carl H. Sayres wrote: >> Is it possible to turn on/of

Re: [iText-questions] turn background printing on/off

2007-06-28 Thread Carl H. Sayres
ext somehow set the 'background printing' to off. 3. Use itext to manipulate the layers of file using Optional Content Groups Which approach would you suggest? Any pointers would be very appreciated. Carl Bruno Lowagie (iText) wrote: > Carl H. Sayres wrote: >> Is it possible to

[iText-questions] turn background printing on/off

2007-06-26 Thread Carl H. Sayres
for is a way to programmatically check or uncheck "show when printing" with itext. Thanks! Carl - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your

Re: [iText-questions] More problems with RadioButtons (in AcroForm)

2007-06-19 Thread Carl H. Sayres
for duplicates? Thanks! Carl Carl H. Sayres wrote: Hi Paulo, Unfortunately, your suggestion has not fixed it. I removed the dots from the button name. I still get the "Expected a name object" error message, unless I touch all radio buttons with the mouse. I have many PDF forms

Re: [iText-questions] More problems with RadioButtons (in AcroForm)

2007-06-19 Thread Carl H. Sayres
the submit button or radio buttons). But for this one form it does not. Thank you so much for all the help you provide. Carl Paulo Soares wrote: Don't put any dot in the button name and it will work. Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [iText-questions] More problems with RadioButtons (in AcroForm)

2007-06-15 Thread Carl H. Sayres
bt.setBorderStyle(PdfBorderDictionary.STYLE_SOLID); bt.setBorderColor(java.awt.Color.darkGray); bt.setBorderWidth(3); PdfFormField ff = bt.getField(); ff.setAction(PdfAction.createSubmitForm("editPdfDocumentSave.jsp", null, PdfAction.SUBMIT_HTML_FORMAT|PdfAction.SUBMIT_INCLUDE_NO_VALUE_FIELDS)); s

Re: [iText-questions] Designer & RadioButton work-around?

2007-06-14 Thread Carl H. Sayres
After a bit of experimentation I found that I could recreate the form from scratch in Acrobat, and then everything works! Thanks again for a terrific library! Carl Carl H. Sayres wrote: I have had the same "Expected a name object" error with radio buttons, and up to now my so

Re: [iText-questions] Designer & RadioButton work-around?

2007-06-14 Thread Carl H. Sayres
t possible to force Acrobat to save the form as an AcroForm? Would this allow radio buttons to work? Thanks, Carl [EMAIL PROTECTED] wrote: Thanks guys, I will see what I can do and if I come up with a fair solution, I will post it back here. Also, last night I was thinking about an altern

Re: [iText-questions] problems signing PDFs using a Verisign certificate

2007-06-12 Thread Carl H. Sayres
signature graphic to display. Are there any rules for the image format, size, or color depth? No matter what I try, I don't see an image. Thanks! Carl Paulo Soares wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl H. Sayre

Re: [iText-questions] problems signing PDFs using a Verisign certificate

2007-06-12 Thread Carl H. Sayres
signature graphic to display. Are there any rules for the image format, size, or color depth? No matter what I try, I don't see an image. Thanks! Carl Paulo Soares wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl H. Sayre

[iText-questions] problems signing PDFs using a Verisign certificate

2007-06-08 Thread Carl H. Sayres
-in. Any help with these two issues would be very appreciated. Carl ps. In case it helps. here is my code: KeyStore ks = KeyStore.getInstance("pkcs12"); ks.load(new FileInputStream("C:/tt/csayres.pfx"),password.toCharArray()); String alias = (String)ks.aliases().nextElement();

[iText-questions] Fwd: downloaded src invalid archive

2006-07-06 Thread carl lang
I found out the reason I couldnt open the zip, I was using a download manager, flashget to get the source zip which caused it to be unreadable zip. Regards Carl Lang South Africa -- Forwarded message --From: carl lang <[EMAIL PROTECTED]>Date: Jul 7, 2006 8:29 AM Subje

Re: [iText-questions] downloaded src invalid archive

2006-07-06 Thread carl lang
Hi, I have downloaded the .zip file , not an html file since then it would have an html extension.   I just just need the source for itext, specifically the Tiff2Pdf Plugin src   regards Carl Lang South Africa Message: 1Date: Thu, 06 Jul 2006 16:24:23 +0200From: David Delbecq <[EMAIL PROTEC

[iText-questions] cant get source code!

2006-07-06 Thread carl lang
EMAIL PROTECTED]:/cvsroot/itext login Unable to initialize the CVS process: The system cannot find the file specified. The CVS used is : cvs.exe   I wonder if you could send me the itext source by email please?   Thanks for your time, Carl Lang South Africa   Using Tomcat but need to do more? Need

[iText-questions] tiff2pdf can it create pdf from certain tiff page?

2006-07-06 Thread carl lang
that out?   I think it is great to have a free tool such as itext pdf !   Thanks, Carl Lang South Africa -- Forwarded message --From: carl lang <[EMAIL PROTECTED]>Date: Jul 6, 2006 10:28 AM Subject: example tiff2pdfTo: itext-questions@lists.sourceforge.net  Hi Paulo,   Wou

[iText-questions] example tiff2pdf

2006-07-06 Thread carl lang
Hi Paulo,   Would you please be able to tell me where to find an example for using com.lowagie.tools.plugins.Tiff2Pdf, and how to create pdf from multiple page tiff?   Thanks, Carl Lang South Africa       Message: 1Date: Wed, 5 Jul 2006 15:02:25 +0100From: "Paulo Soares" <[EM

[iText-questions] Read tiff multiple pages and then create pdf

2006-07-05 Thread carl lang
Hi,   I am using the sample from Itext, and I am interested in creating pdf's from tiff images. I need to be able to create a pdf from a tiff with multiple pages, is this feature supported by itext?   Thanks Carl Lang Using Tomcat but need to do more? Need to support web services, security

[iText-questions] read multiple pages of a tiff

2006-07-05 Thread carl lang
this possible?   Thanks in advance, Carl Lang Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net

[iText-questions] Inserting text and reading aloud

2006-06-05 Thread Carl Wallace
, BaseFont.EMBEDDED), 12); over.setTextMatrix(0, rect.top() - 12 ); over.showText("Title: " + title + " "); over.endText(); This appears to work fine when read in Acrobat 7.0, but in 6.0, it does not read out loud. Any idea why? Is there a better way I s

[iText-questions] Accessibility question

2006-05-30 Thread Carl Wallace
omatically. -Carl --- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more htt

RE: [iText-questions] Runtime performance question

2005-10-05 Thread Carl Edwards
in half for us. Thanks, -Carl Edwards > -Original Message- > From: Carl Edwards > Sent: Wednesday, October 05, 2005 3:03 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Runtime performance question > > > Hi All, > >

[iText-questions] Runtime performance question

2005-10-05 Thread Carl Edwards
it or is this not possible? Thanks and any other suggestions (besides buy a new machine :-) are welcome. Thanks -Carl Edwards --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and

[iText-questions] how to add PDF text with Pantone Color

2004-10-21 Thread Carl
in pantone color"); cb.endText(); How could I adapt this to use a Pantone instead. Thank for your responds, Carl --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think o