[iText-questions] Writing field values to fields with custom fonts

2013-09-04 Thread Adam Field
fter the line in AcroFields.cs: PdfObject po = font.Get(new PdfName((String)dab[DA_FONT])); The issue on that specific pdf disappeared - the font rendered correctly for the fields using it. I'm just wondering whether that would be worth merging, or whether it's an unlikely i

Re: [iText-questions] Is this minor bug generating form field appearance a known issue?

2012-12-05 Thread Adam Field
look into a bug that's still easily reproduceable? (At least I hope it is; otherwise I'm going crazy...) On Tue, Dec 4, 2012 at 11:13 PM, 1T3XT BVBA wrote: > Wasn't this fixed a long time ago? > Which version are you using? > > > On 5/12/2012 0:31, Adam Field wrote: >

Re: [iText-questions] Eclipse OK, Command line not

2012-03-07 Thread Adam Paeth
Jari, You will need to include the itext jar in your classpath. For a quick test you can try something like the following (substitute jar name and path if necessary for your own) java -cp lib/itext.jar HelloWorld Adam Paeth From: Jari Ruotsalainen [mailto:jari.p.ruotsalai

Re: [iText-questions] Adding a page to separated PDF

2012-03-07 Thread Adam Paeth
, I'm really looking for the best way to add the SeparationInfo and what that should be. Adam Paeth From: Leonard Rosenthol [mailto:[email protected]] Sent: Tuesday, March 06, 2012 7:31 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Adding a page to

[iText-questions] Adding a page to separated PDF

2012-03-06 Thread Adam Paeth
nyone know what the proper way to add a new page and have the separation info set properly. I'm doing the same thing with composite PDF files with no issue by simply adding a spot color. I've spent most of the afternoon digging for a solution, so any help would be appreciated.

Re: [iText-questions] Has anyone used iTextSharp from within an MFC application?

2011-12-08 Thread Adam Field
ment your interface in C# using whatever you need from iTextSharp, then just CreateInstance yourself a new instance of the COM object you defined, from your c++ project, and there you are. There are probably other ways, but that seemed like the easiest to me at the time. -Adam On Wed, Dec 7,

[iText-questions] Problem with LocationTextExtractionStrategy and empy chunk.text

2011-12-05 Thread adam . read
ot sure if this introduces other problems. Anyhow, I suppose the question is whether this is a bug or is there a way for me to work around this? Thanks for any help you can provide. Mit freundlichen Grüßen - Yours sincerely Adam Read Consultant Analyst Telekommunikation Steria Mummert Consul

Re: [iText-questions] SetListSelection (setting multivalued list fieldvalues)

2011-03-30 Thread Adam Field
dly curious whether there was a good reason for that decision, but anyway, knowing that, it wasn't that hard to get around.) The key was definitely in knowing that itextsharp tries to abstract away the existence of xfa, but that the abstraction breaks in this case. Thus, once again, thanks! -Adam

Re: [iText-questions] SetListSelection (setting multivalued list fieldvalues)

2011-03-29 Thread Adam Field
as xfa-based or not, but possibly we were just lucky?) But anyway, thanks again for pointing me in the right direction. -Adam -- Enable your software for Intel(R) Active Management Technology to meet the growing manage

Re: [iText-questions] Acroform verifySignature() PdfPKC S7 error with SHA256 in iText 2.1.3

2010-12-02 Thread adam d\'angelo
Thanks for your help. The problem was with the certificate we were issued from our PKI team. We have since received the correct certificate and have been successful in testing with client machines that have Adobe 8.x or earlier. However we are still having an issue trying to apply a signature to

Re: [iText-questions] Acroform verifySignature() PdfPKC S7 error with SHA256 in iText 2.1.3

2010-11-30 Thread adam d'angelo
er or PdfSignatureAppearance, or is this problem related to the actual certificate being used to sign the PDF? Thanks again. Your help is appreciated. Regards, Adam -- Increase Visibility of Your 3D Game App & Earn a Chance To

[iText-questions] Acroform verifySignature() PdfPKCS7 error with SHA256 in iText 2.1.3

2010-11-29 Thread D'Angelo, Adam
? Is there a way to resolve this issue without updating the version of iText we are using? Thanks, Adam D'Angelo, PMP | [email protected]<mailto:[email protected]> -- Increase Visibility of Your 3D Game A

[iText-questions] ICC Color Profiles - how to decide when you dont control images coming into document

2010-11-16 Thread Adam Mork
Hi, If I do not have any control over the images coming into the PDF and I want optimal display performance for computer monitors how can I decide the best ICC profile to use when I get images. Should I take the ICC profile out from each image and do it that way ? Or can I always set it to one spec

[iText-questions] Best way to make entire page background one color ?

2010-11-16 Thread Adam Mork
Hi, Im looking to replicate a feature of word where you can set the page color of a document. Anyone know a simple way to go about doing that ? Thanks -- Beautiful is writing same markup. Internet Explorer 9 supports stand

[iText-questions] rgb transparency blending space

2010-11-05 Thread Adam Mork
HI, I thought I had figured out my problem with the RGB transparency blending space, but I was mistaken. I have a PNG image that when output in the PDF it shows up alot lighter in color. I tried setting the blending space to be RGB and it still shows up washed out. Anyone know why this is happe

Re: [iText-questions] Colors getting washed out only with iText Java inAdobe

2010-10-19 Thread Adam Mork
t-Type: text/plain; charset="us-ascii" Sounds like your image is using a color space resource. Adobe supports it, foxit probably doesn't. Can you post your PDF? --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = nul

[iText-questions] Colors getting washed out only with iText Java in Adobe Acrobat.

2010-10-18 Thread Adam Mork
HI, I have a PNG image in my PDF. In the java version (not .NET) the image comes through looking washed out. It only happens in adobe acrobat I usually use Foxit Reader and in Foxit, the image shows up fine. Does anyone know what could be going on here ? Thanks -Adam Mork

Re: [iText-questions] Error reading TIFF Image

2010-08-24 Thread Adam Mork
with a text editor you will see that at the coupler of first bytes JFIF is written. It stands for Jpeg File Interchange Format. So it is a jpeg image and not tiff. 2010/8/24 Adam Mork > Hi MKL, > > Ok, thanks for looking at that. What are you doing to determine the file > type o

Re: [iText-questions] iText-questions Digest, Vol 51, Issue 76

2010-08-24 Thread Adam Mork
with a text editor you will see that at the coupler of first bytes JFIF is written. It stands for Jpeg File Interchange Format. So it is a jpeg image and not tiff. 2010/8/24 Adam Mork > Hi MKL, > > Ok, thanks for looking at that. What are you doing to determine the file > type o

Re: [iText-questions] Error reading TIFF Image

2010-08-24 Thread Adam Mork
ot;Re: Contents of iText-questions digest..." Today's Topics: 1. Re: Error reading TIFF Image (Adam Mork) 2. Re: Error reading TIFF Image (mkl) 3. Re: The document has been changed since it was created and these rights are no longer valid (1T3XT info) 4. Every text in

Re: [iText-questions] Error reading TIFF Image

2010-08-23 Thread Adam Mork
his works too: XmlWriterSettings settings = new XmlWriterSettings(); settings.NewLineHandling = NewLineHandling.Entitize; settings.OmitXmlDeclaration = true; XmlWriter xw = XmlWriter.Create(fout, settings); ... -- Message: 5 Date: Mon, 23 Aug 2010 22:07:16 -0700 (PDT) From: mkl Subject: Re: [

Re: [iText-questions] Error reading TIFF Image

2010-08-23 Thread Adam Mork
[email protected]> Content-Type: text/plain; charset=us-ascii Adam, are you sure you actually have a TIFF image? When I download your file, I get an image in jpg format. Regards, Michael. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Error-reading-TIFF-I

Re: [iText-questions] iText-questions Digest, Vol 51, Issue 65

2010-08-23 Thread Adam Mork
4.nabble.com> Content-Type: text/plain; charset=us-ascii Adam, are you sure you actually have a TIFF image? When I download your file, I get an image in jpg format. Regards, Michael. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Error-reading-TIFF-Image-tp2335081p2

[iText-questions] Error reading TIFF Image

2010-08-23 Thread Adam Mork
, Int32 page, Boolean direct) at iTextSharp.text.Image.GetInstance(Byte[] imgb) thanks Adam M -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.s

[iText-questions] Font .isBold() not returning expected value

2010-07-09 Thread Adam Mork
Hi, I create a Font using the below call Font font = FontFactory.getFont(fontName, BaseFont.IDENTITY_H, fontLevel == ProcessPdfAPI.FONT_EMBEDED, fontSize, style); style == Font.BOLD, and I have verified this in the debugger, but a call to font.isBold() on the next line always returns false, ev

Re: [iText-questions] How to underline whitespace ?

2010-07-07 Thread Adam Mork
underline whitespace ? To: Post all your questions about iText here Message-ID: Content-Type: text/plain; charset="us-ascii" Why would you underline whitespace? From: Adam Mork [mailto:[email protected]] Sent: Tuesday, July 06, 2010 7:27 PM To: itext-questions@li

[iText-questions] How to underline whitespace ?

2010-07-06 Thread Adam Mork
Hi, I cannot find a way to underline whitespace by itself. It only works if there is a non-whitespace chunk following the whitespace chunk in the phrase. Is this expected behavior ? Any workarounds ? Thanks Adam Mork

Re: [iText-questions] Encryption and XFA Forms

2010-05-17 Thread Adam Carless
stants and parameters available for the various field types. However, I can't find any "locked" parameter, attribute, property, etc on any of the Acroform fields or XFA fields. So if there's a better way, I'm happy to listen - how would you "set the locked

Re: [iText-questions] Encryption and XFA Forms

2010-05-17 Thread Adam Carless
pression(); stamper.close(); return baos.toByteArray(); Thanks again to Mark and Leonard for all the help, it's much appreciated. Adam Carless The contents of this message and any attachments are confidential and are intended for the use of the persons to whom it is addressed. If you are n

Re: [iText-questions] Encryption and XFA Forms

2010-05-14 Thread Adam Carless
t edit (or at least cannot save/print those edits). Is there anyway to do that? Or are the options only secure but unfilled XFA fields, or filled but unsecured XFA fields? Thanks again for the help, Adam Carless The contents of this message and any attachments are confidential and are intended fo

Re: [iText-questions] Bolded text is fuzzy in PDFs

2010-05-13 Thread Adam Mork
Hi Again, So even though I think that the explanation given by Leonard as to why the pdfs are fuzzy is correct, my boss is inisting that I investigate the idea that different fonts is causing the problem. So here are the fonts from each file: Good: TimesNewRoman (Embedded Subset) Type: True

[iText-questions] Encryption and XFA Forms

2010-05-13 Thread Adam Carless
since I don't have any public certificates to use. Has anyone got any suggestions to encrypt an XFA PDF without losing all the added form data? Thanks for your help, Adam Carless The contents of this message and any attachments are confidential and are intended for the use of the persons to

Re: [iText-questions] Bolded text is fuzzy in PDFs

2010-05-12 Thread Adam Mork
ay's Topics: 1. Re: Bolded text is fuzzy in PDFs (Adam Mork) 2. Re: How to embed Type1 Japanese fonts (de Beus, Eric) -- Message: 1 Date: Wed, 12 May 2010 10:40:42 -0600 From: Adam Mork Subject: Re: [iText-questio

Re: [iText-questions] Bolded text is fuzzy in PDFs

2010-05-12 Thread Adam Mork
replying, please edit your Subject line so it is more specific than "Re: Contents of iText-questions digest..." Today's Topics: 1. Text extraction (Rui Ribeiro) 2. Bolded text is fuzzy in PDFs (Adam Mork) 3. Re: Bolded text is fuzzy in PDFs (Leonard Rosenthol)

[iText-questions] Bolded text is fuzzy in PDFs

2010-05-11 Thread Adam Mork
nyone else had this problem before? Are there any workarounds ? Thanks, Adam Mork -- ___ iText-questions mailing list [email protected]

Re: [iText-questions] Alignment / Scaling problem when merging XFA data

2010-05-11 Thread Adam Carless
rather than empty strings for the passwords. But that also did the same. The variant of setEncryption() which takes a Certificate array hasn't been tried, since I don't have any public certificates to use. Has anyone got any suggestions to get around encryption causing all the form data

Re: [iText-questions] Alignment / Scaling problem when merging XFA data

2010-05-10 Thread Adam Carless
d any FDF form elements, and so will merge into the XFA form elements? Or is there some way to get iText to either remove, or ignore the AcroForm part and fill in the XFA part instead? Thanks again for your help, it's much appreciated. Adam Carless The contents of this message and any att

[iText-questions] Alignment / Scaling problem when merging XFA data

2010-05-06 Thread Adam Carless
;m missing something in the API please feel free to just tell me where to look. Thanks for any help, Adam Carless PS: Here's a code fragment to show what I'm doing. The real code has more comments and error handling, but this is the main XFA handling part: static byte[] merge(byte[

[iText-questions] Does anyone know if iText with BouncyCastle requires Java 1.5 ?

2010-02-05 Thread Adam Mork
Getting this error: java.lang.UnsupportedClassVersionError: org/bouncycastle/asn1/DEREncodable (Unsupported major.minor version 49.0) Thanks. -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay on

[iText-questions] Differences between Java and .NET implementations of iText

2010-02-03 Thread Adam Mork
Hi, For some reason I am sending the same lines to be drawn in the .NET and the Java version of iText, and the output comes out slightly different. One is to the right of the other by a few twips. Has anyone encountered this before ? -Adam M

Re: [iText-questions] CROPBOX help

2009-12-02 Thread Adam Underwood
Thanks for your reply and solution, that's perfect. Kind regards Adam -Original Message- From: Brian Chappell [mailto:[email protected]] Sent: 02 December 2009 08:29 To: 'Post all your questions about iText here' Subject: Re: [iText-questions] CROPBO

Re: [iText-questions] CROPBOX help

2009-12-01 Thread Adam Underwood
geN(1).put(PdfName.CROPBOX, new PdfRectangle(...)) However the getPageM() function doesn't exist in C# as far as I can tell, how can I add a cropbox and set its position using the C# library? Many thanks Adam Online Software for Export Documents and Services i2i (Innovate to Integrate) Ltd The Old

[iText-questions] Example of iText in Action

2009-09-23 Thread Adam Mork
Hello iText Mailing list, I work at windward reports, and our software has been using iText to do pdf generation for years. Our latest version has been updated to incorporate the latest versions of iText, and iTextSharp. If anyone is interested to see the power of iText at work. We have both .N

Re: [iText-questions] How to add precise amounts of whitespace to a Phrase

2009-09-11 Thread Adam Mork
whitespace to a Phrase object ? To: Post all your questions about iText here Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Adam Mork wrote: > I need to be able to add precise amounts of white space to a phrase. Is &

Re: [iText-questions] How is the baseline for a columnText determined ?

2009-09-10 Thread Adam Mork
t at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of iText-questions digest..." Today's Topics: 1. How is the baseline for a columnText determined ? (Adam Mork) 2.

[iText-questions] How to add precise amounts of whitespace to a Phrase object ?

2009-09-10 Thread Adam Mork
I need to be able to add precise amounts of white space to a phrase. Is there a way to make a chunk with a specific amount of whitespace, the amount would be the width of the whitespace. ? -- Let Crystal Reports handle th

[iText-questions] How is the baseline for a columnText determined ?

2009-09-04 Thread Adam Mork
I am re-writing a pdf output component for a software program that needs to accurately match common office document formats. I decided to use ColumnText to write out lines of text. I create a new column text for each line of text that I output. For the most part my x-values are spot on, but my y

[iText-questions] Dependency issue with new version of iText 2.1.7 found in maven repository

2009-07-30 Thread adam hamer
In light of the recent issue (described in main with the same title) - I thought I'd offer a link to the file The advice at the moment is to add it to the local repository http://polydistortion.net/bc/download/bctsp-jdk14-138.jar mvn install:install-file -Dfile=lib/bctsp-jdk14-138.jar -DgroupId

Re: [iText-questions] itext part of jboss crash

2009-06-09 Thread Adam Paeth
when/if they get a chance. With that said, we continue to work on isolating the issue that I described earlier and will post more if I find something. Adam Date: Fri, 05 Jun 2009 17:40:42 +0200 From: 1T3XT info Subject: Re: [iText-questions] itext part of jboss crash To: Post

[iText-questions] itext part of jboss crash

2009-06-05 Thread Adam Paeth
0xf1bdaac2: 0f b6 14 38 8b eb 8b 5c 24 20 eb 06 c6 47 22 00 Stack: [0x9e641000,0x9e6c2000), sp=0x9e6c0728, free space=509k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) J com.lowagie.text.pdf.PRTokeniser.nextToken()Z Adam Paeth Manager o

[iText-questions] Coldfusion 8 and iText

2009-04-16 Thread Adam Leszinski
t library, basically bypassing what Coldfusion 8 ships with and using the full iText library we always have with Coldfusion MX 6.1 and avoid any conflicts between the two. Thanks in advance. Adam -- Stay on top of everythi

[iText-questions] Adding an action to an existing PDF

2008-10-07 Thread Whitney, Adam
Hi, I'm trying to read in an existing PDF and add an action to it, but I can't seem to figure out how to make the action work. I've tried adding the action to the over content, or the under content - but no luck. I've tried adding an action to an embedded file (the kind of action I really need)

Re: [iText-questions] Dynamic Table in LCD

2008-10-05 Thread Whitney, Adam
lting PDF is only one page // and the text is cropped at the height of the original text field. ps.setFormFlattening(true); } finally { if (ps != null) ps.close(); } } } Thanx, adam --

Re: [iText-questions] PartialReader for InputStreams

2008-10-02 Thread Whitney, Adam
Try reading the part of the db inputstream that you're interested in into a byte[] (or ByteArrayOutputStream) then creating a reader from the byte[] - or the ByteArrayOutputStream.toByteArray() -Original Message- From: Markus [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2008 2:2

[iText-questions] Codepage problems in RTF

2008-08-25 Thread Adam Sas
using: rtfWriter.importRtfDocument( new StringBufferInputStream( stringReadFromTheExternalRTFFile ), null ); Best regards, Adam Sas - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coo

[iText-questions] RFT into PDF import

2008-08-21 Thread Adam Sas
OutputStream("c:/testRtf.rtf") ); document.add(new Paragraph("Hello World made by Adam Sas. ąę揯Ɵż ABCDEF" )); RtfParser parser = new RtfParser(document); RtfDocument rtfDocument = parser.getRtfDocument(); FileInputStream readerIn

Re: [iText-questions] Read in single PDF, generate copies and stamp, concatenate, output to ByteArrayOutputData

2007-06-06 Thread Adam Leszinski
Bruno, Really appreciate the quick feedback, based on what you said and the quick example I was able to do what I needed and get it up and working in a matter of minutes. Big Thanks! Adam - Original Message From: Bruno Lowagie <[EMAIL PROTECTED]> To: Post all your questions

[iText-questions] Read in single PDF, generate copies and stamp, concatenate, output to ByteArrayOutputData

2007-06-05 Thread Adam Leszinski
context.setFlushOutput(false); response = context.getResponse().getResponse(); out = response.getOutputStream(); response.setContentType("application/pdf"); response.setContentLength(baos.size()); out.write(baos.to

[iText-questions] iText PDF Generation / Removal Question

2007-05-24 Thread Adam Leszinski
I’m looking to integrate iText into a web app and was hoping someone could point me in the right direction for the task I want to accomplish. I was able to get iText setup and used it to create PDF’s and modify existing ones no problem, however what we’re looking to do is this: 1) Have a

Re: [iText-questions] iText and PDF Spec 1.6

2007-03-16 Thread Adam Schaible
Great, I don't mind getting rid of JasperReports if necessary, but I wanted to make sure I could create tagged PDF's with iText - as I understood iText was on PDF spec 1.3! Thanks -Adam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo S

[iText-questions] iText and PDF Spec 1.6

2007-03-16 Thread Adam Schaible
nd JapserReports api, and have written a project that wraps the two into a reporting system - however I'll need to rethink an approach if I cannot generate more accessible PDF documents in the future. Thank you very much for your time and interest, Adam Schaible Development Inf

Re: [iText-questions] image + text

2007-01-07 Thread Adam Kapelner
You were right. Drawing a border around the image, I find it's mostly whitespace. Bravo! Thanks, Adam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Sunday, January 07, 2007 3:41 PM To: Post all your questions about iText

[iText-questions] image + text

2007-01-07 Thread Adam Kapelner
Hello, Simple question. The following code produces the title on page 1, followed by the image on page 2, followed by another paragraph on page 3. I want to have all three components on one page. I tried using "setSpacingAfter" but it didn't work. Here's the code: private void Generate

[iText-questions] iTextSharp Install

2006-12-07 Thread Adam Fortino
(PageSize.A4.Rotate()); but when I run the app nothing seems to happen. I was just wondering where do I need to extract the .cs files to and the .dll file to inorder to get Itextsharp to work. Adam Fortino IT Projects Officer Queensland Airports Limited (Gold Coast Airport, Townsville Airport and

RE: [iText-questions] Question about ByteBuffer.formatDouble

2005-12-15 Thread Adam Goode
This solves my problem. Thank you very much! Adam On Thu, 2005-12-15 at 12:21 +, Paulo Soares wrote: > ByteBuffer.formatDouble() is designed to be fast and output 5 > significative digits, not 5 decimal digits in all cases. This compromise > works well but I also realize that fo

[iText-questions] Question about ByteBuffer.formatDouble

2005-12-14 Thread Adam Goode
ble. I can cook up a patch to fix this, with or without DecimalFormat. Thanks, Adam signature.asc Description: This is a digitally signed message part

RE: [iText-questions] Retrieving all fields from a PDF form

2005-05-23 Thread Adam T. Gautier
Niether, I was answering a question from before with some code. I hae been up for a long time so I am alittle punchy... and unable to type well... Cheers, Adam > I'm not sure what is your question/problem. > >> -Original Message- >> From: [EMAIL PROTECTED] >

Re: [iText-questions] Retrieving all fields from a PDF form

2005-05-23 Thread Adam T. Gautier
I use the seperate vunctions because you will get an exception if you need to delete a field which I did. try: mport com.lowagie.text.pdf.*; import java.io.*; import java.util.*; public class PDFListFields { public final static Collection getFieldNames(AcroFields fields) throws Exce

Re: [iText-questions] Print counter in PDF

2005-02-24 Thread Thomas Adam
> At 04:11 AM 2/24/2005, Thomas Adam wrote: > >I want to create a pdf document that can be printed only once or twice. > > > >Are there any methods to add some kind of print counter to a pdf > document? > > Sure, this is just one type of "Rights Managem

[iText-questions] Print counter in PDF

2005-02-24 Thread Thomas Adam
Hi all, I want to create a pdf document that can be printed only once or twice. Are there any methods to add some kind of print counter to a pdf document? TNX Thomas -- DSL Komplett von GMX +++ Supergünstig und stressfrei einsteigen! AKTION "Kein Einrichtungspreis" nutzen: http://www.gmx.ne

[iText-questions] License question

2004-12-21 Thread Adam Smith
I am using iText to create pdf reports in real-time for the company I work for... on the FAQ, I see that we need provide copyright and link to the iText website... where do I have to do this? Inside the pdf document? On my company website?

[iText-questions] itext html to pdf polish characters

2004-10-12 Thread adam
'Comic'."; document.add(new Paragraph(text1, font));   polish chars are in pdf   but when I'm parsing  html there is no polish chars   my html headers are:   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">http://www.w3.org/1999/xhtml" xml:lang="en">   thank you for any help adam      

[iText-questions] html to pdf iText

2004-10-08 Thread adam
Hi ! i've got problems with iText I have following code:       Document document = new Document();PdfWriter pdfw = null; try {    pdfw = PdfWriter.getInstance(document, new FileOutputStream("..\\webapps\\bank1\\files\\pdf\\adam.pdf"));    d

[iText-questions] iText / tables /percentage

2004-01-02 Thread Adam Kaczmarczyk
Helo All, I'm a user of iText library since 2 years. I would like to know if it is possible and how to set up table & columns size in milimeters (and not percentage). Can anybody help me ? Thanks a lot. Happy new year ! Adam. --- Th