[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

[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

[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

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

2010-10-19 Thread Adam Mork
; From: Adam Mork [mailto:ad...@windward.net] Sent: Monday, October 18, 2010 1:15 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Colors getting washed out only with iText Java inAdobe Acrobat. HI

[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
- Original Message From: Adam Mork ad...@windward.net To: itext-questions@lists.sourceforge.net itext-questions@lists.sourceforge.net Sent: Mon, August 23, 2010 8:50:20 AM Subject: [iText-questions] Error reading TIFF Image Hi, I get this error when trying to read a TIFF Image, is anyone familiar

Re: [iText-questions] Error reading TIFF Image

2010-08-24 Thread Adam Mork
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 Hebrew not written

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

2010-08-24 Thread Adam Mork
+_ygeyqctxrzbtnqt+j4agrnk_gg...@mail.gmail.com Content-Type: text/plain; charset=iso-8859-1 If you open the file 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 ad

Re: [iText-questions] Error reading TIFF Image

2010-08-24 Thread Adam Mork
+_ygeyqctxrzbtnqt+j4agrnk_gg...@mail.gmail.com Content-Type: text/plain; charset=iso-8859-1 If you open the file 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 ad

[iText-questions] Error reading TIFF Image

2010-08-23 Thread Adam Mork
Hi, I get this error when trying to read a TIFF Image, is anyone familiar with this exception and how to fix the image files ? Here is a link to the image - http://sites.google.com/site/windwardapps/xml/Fidelity.tif Exception: Source array type cannot be assigned to destination array type.

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

2010-08-23 Thread Adam Mork
Hi MKL, I tested with a tiff file I made in an image editing program, and I still get the same error. -Original Message- From: itext-questions-requ...@lists.sourceforge.net [mailto:itext-questions-requ...@lists.sourceforge.net] Sent: Monday, August 23, 2010 7:30 AM To:

Re: [iText-questions] Error reading TIFF Image

2010-08-23 Thread Adam Mork
Hi Mkl, I tried the same thing using an image I exported from a image editing program, and i get the same error. -Original Message- From: itext-questions-requ...@lists.sourceforge.net [mailto:itext-questions-requ...@lists.sourceforge.net] Sent: Monday, August 23, 2010 7:30 AM To:

[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,

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

2010-07-07 Thread Adam Mork
whitespace ? To: Post all your questions about iText here itext-questions@lists.sourceforge.net Message-ID: d23d6b9e57d654429a9ab6918caceaa97d229aa...@nambx02.corp.adobe.com Content-Type: text/plain; charset=us-ascii Why would you underline whitespace? From: Adam Mork [mailto:ad

[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] 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:

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

2010-05-12 Thread Adam Mork
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) 4. Re: .NET/iTextSharp Apply Digital Signature

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

2010-05-12 Thread Adam Mork
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 ad...@windward.net Subject: Re: [iText-questions] Bolded text is fuzzy

[iText-questions] Bolded text is fuzzy in PDFs

2010-05-11 Thread Adam Mork
else had this problem before? Are there any workarounds ? Thanks, Adam Mork -- ___ iText-questions mailing list iText-questions@lists.sourceforge.net https

[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

[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] How to add precise amounts of whitespace to a Phrase

2009-09-11 Thread Adam Mork
? To: Post all your questions about iText here itext-questions@lists.sourceforge.net Message-ID: 4aa9e7d6.8080...@1t3xt.info 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 there a way

[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

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

2009-09-10 Thread Adam Mork
...@lists.sourceforge.net 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. Annotations in layers (Tony Stevens) 3. Re: IllegalArgumentException

[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