Re: [iText-questions] non embedded fonts

2005-07-21 Thread Leonard Rosenthol
At 03:47 PM 7/21/2005, sreeram ramesh kumar wrote: Is there a way to identify if there are any non embedded fonts in a pdf document using iText. Sure - walk through the PDF object tree, looking at all the places where fonts can be referenced.  For each font, see if there is embedded data

[iText-questions] Underlined fonts on direct content

2005-07-21 Thread Joao Cardoso
Hello! I'm using iText for a personal toy project. I am facing the a strange problem. When using the following code // Get the text characteristics TextAlignment textAlign = txtItem.getStyleDef().getAlignment(); TextStyle textStyle = txtItem.getStyleDef().getTextStyle();

[iText-questions] non embedded fonts

2005-07-21 Thread sreeram ramesh kumar
Hi,Is there a way to identify if there are any non embedded fonts in a pdf document using iText.Your input is very well appreciated.Thanks__Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

RE: [iText-questions] iTextSharp

2005-07-21 Thread Paulo Soares
There are no SaxParsers, see the static methods in iTextSharp.text.html.HtmlParser. Note that this class is only in the CVS. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Rebecca > Sent: Thursday, July 21, 2005 6:50 PM > To: itext-questions@li

[Fwd: Re: [iText-questions] How do you change the font size in a cell?]

2005-07-21 Thread Franco Biaggi
 Kyle Deckard wrote: I have a pdf made, but I don't know how to change the font size.  It has 31 columns, and I'd like it to be able to scroll horizontally to view the whole page. At any rate, the cells are all smashed into one page bc of the large default font.    With this row colum

[iText-questions] iTextSharp

2005-07-21 Thread Rebecca
Yes, I am looking at the xhtml example and trying to parse xhtml but I do not know where the SaxParsers are from the example. What dll do I need to register to import them? --- SF.Net email is sponsored by: Discover Easy Linux Migration Stra

[iText-questions] Changing Font Size in cells

2005-07-21 Thread Kyle
I have a pdf made, but I don't know how to change the font size. It has 31 columns, and I'd like it to be able to scroll horizontally to view the whole page. At any rate, the font is all garbled bc it is smashed into one page. With this row column as an example: tab.addCell(new Cell("FisYr")

[iText-questions] How do you change the font size in a cell?

2005-07-21 Thread Kyle Deckard
I have a pdf made, but I don't know how to change the font size.  It has 31 columns, and I'd like it to be able to scroll horizontally to view the whole page. At any rate, the cells are all smashed into one page bc of the large default font.    With this row column as an example: tab.addCell(new C

RE: [iText-questions] Missing coloured item when using setFillOpacity

2005-07-21 Thread Paulo Soares
Without seeing the pdf is difficult to know where the problem is. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Nauruhn, Ralph > Sent: Thursday, July 21, 2005 4:33 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Mis

[iText-questions] Missing coloured item when using setFillOpacity

2005-07-21 Thread Nauruhn, Ralph
Hi all,   I have a serious problem. I use iText to extract a rectangular section from a source pdf. The extract is copied to a destination pdf using PdfImportedPage and PdfTemplate(s). This works fine.   Additional I add manually some kind of annotations to the pdf. These annotations a

RE: [iText-questions] Is generated PDF section 508 compliant?

2005-07-21 Thread Paulo Soares
No. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sanjay Kandwal > Sent: Thursday, July 21, 2005 3:24 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Is generated PDF section 508 compliant? > > Hi, I want to know i

[iText-questions] Is generated PDF section 508 compliant?

2005-07-21 Thread Sanjay Kandwal
Hi, I want to know if the pdf generated out of the itext utility is section 508 complaint. Please itext users provide your expert opinions on this subject. Thanks, Sanjay --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategie

RE: [iText-questions] Split Table

2005-07-21 Thread Paulo Soares
Use a nested PdfPTable. You can't use Table in page events. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Thursday, July 21, 2005 1:03 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Split

RE: [iText-questions] Unhandled exception Type=GPF vmState=0xffffffff...

2005-07-21 Thread Paulo Soares
It looks like a problem in your Java installation. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Mike Burdette > Sent: Thursday, July 21, 2005 1:41 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Unhandled exception

RE: [iText-questions] Version Acrobat 7 and Itext API

2005-07-21 Thread Paulo Soares
No, what's not supported are forms created with Designer. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Leonardo Pinho > Sent: Thursday, July 21, 2005 1:50 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Version Acro

[iText-questions] Split Table

2005-07-21 Thread origa82
Hello.I have a Table where i use rowspan in the header,so i can't convert it to PdfPTable.This table is spliting on 4 pages and has big cells.I repeat header on each page,but the cells split not beautifull.Function setCellsFitPage(true)doesn't help,cause i use rowspan.i'll try to make header of

[iText-questions] Version Acrobat 7 and Itext API

2005-07-21 Thread Leonardo Pinho
I heard to say that release current does not support the format of an archive pdf created in the Version of Acrobat 7, this really is truth? -- Att. Leonardo P.

[iText-questions] Unhandled exception Type=GPF vmState=0xffffffff...

2005-07-21 Thread Mike Burdette
Hi: We are just beginning to use iText and I have searched the archives and web before posting, so hopefully this is not a "newbie" question. We are using WebSphere Development Studio Client Advanced Edition for iSeries Version 5.1.2.5 for our Java IDE, running on a Windows 2000 machine. We are

Re: [iText-questions] Background Color of Paragraphs

2005-07-21 Thread Bruno Lowagie
thmarx wrote: Hi. Is it possible to set the backgroundcolor for a paragraph? I only find examples to add backgroundcolor to chunks. Take a look at the Chunk example: http://itextdocs.lowagie.com/tutorial/objects/chunk/index.html#generic You should be able to do something similar with Parag

Re: [iText-questions] xml parsing

2005-07-21 Thread Bruno Lowagie
Roberto "Tasso" wrote: Ok but i've downloaded a file from your site and i saw that the parser in corrispondence of this portion of XML inserts a blank page in the pdf file. But if i duplicate the section close after the parser still inserts only one blank page

Re: [iText-questions] Deploying Webapp using iText to Unix server

2005-07-21 Thread Hans-Werner Hilse
Hi, On Wed, 20 Jul 2005 22:38:37 -0500 "Worley, John C" <[EMAIL PROTECTED]> wrote: > The window that opens in a new browser window where the PDF > should appear displays the text: "Error 500: Can't connect to X11 window > server using 'webapp10:10.0' as the value of the DISPLAY variable". > > An

[iText-questions]

2005-07-21 Thread Daniel Koller
i have a problem with the HtmlParser: i do this: try{ System.out.println("parsing"); HtmlParser.parse(document, readerXML); System.out.println("end of parsin