Re: [iText-questions] Getting Outlines properties

2003-09-12 Thread Leonard Rosenthol
At 5:18 PM +0200 9/11/03, Yvain MALSOT wrote: I'm currently trying to extract data from the outlines of a pdf. OK. Have you read the PDF specification to understand how Outlines are constructed in a PDF? If not, you need to start there. I want to do this when I'm splitting my pdf document in

[iText-questions] Getting Outlines properties

2003-09-12 Thread Yvain MALSOT
Hi, I'm currently trying to extract data from the outlines of a pdf. I want to do this when I'm splitting my pdf document into pages. In fact my aim to produce a XML file, which give me the "tag" of each outline entry and the page number of the link. I use a recursive function in order to deal w

RE: [iText-questions] wrong fontname generated at embedding text

2003-09-12 Thread Paulo Soares
Use getOverContent() instead of getUnderContent(). Your pdf has a big white rectangle that covers the page and anything you write under it. (Don't post files this big in the list. Put them in the web and post just the address) Best Regards, Paulo Soares > -Original Mes

[iText-questions] JVM dependancy with 1.0 itext jar

2003-09-12 Thread Jerold Sampson
I use the Borland IDE for development. When I use the 1.0 iText jar with 1.3.1_07 JVM I get a spurious 'n' control in the pdf stream. If I use either 1.4 jvm or the .99 iText jar the problem disappears. The PDF that is getting clobbered is associated with a pie chart graphic. I can attach the two

[iText-questions] Footers and Contents Pages

2003-09-12 Thread Sarah Benwell
Hi I'm new to using iText but am picking it up slowly! I was wondering if someone could point me in the right direction? I am creating a pdf from a Lotus Notes form using the xmlparser as follows:- peer = new XmlPeer(ElementTags.PARAGRAPH, tmp); peer.setContent(doc.getItemValueString(tmp));

[iText-questions] RE: Question about cb = stamp.getOverContent(i);

2003-09-12 Thread Paulo Soares
Form fields are always on top, you can't keep the fields and draw a line over it. You can, however, flatten the fields first, save the doc, reload it and draw the line. Best Regards, Paulo Soares > -Original Message- > From: yun wang [SMTP:[EMAIL PROTECTED] > Sent: Friday, September 12, 2

RE: [iText-questions] wrong fontname generated at embedding text

2003-09-12 Thread Paulo Soares
This is already fixed in my version. Download it from itextpdf.sf.net. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Sent: Friday, September 12, 2003 0:35 > To: [EMAIL PROTECTED] > Subject: RE: [iText-questions] wrong fontname g

[iText-questions] Getting the (x,y) coordinate after adding text using document.add()

2003-09-12 Thread Raymond Leong
Hi, I added paragraphs, phrases, tables using document.add(). Since I am not using PdfContentByte, I do not know the (x,y) coordinate after adding the paragraph. But I wanted to draw a rectangle after that paragraph. How can I find the (x,y) coordinate of the next line? Rgds, Raymond _

RE: [iText-questions] wrong fontname generated at embedding text

2003-09-12 Thread 玉越
I used getOverContent(), however, I got the same result at closing stamper. java.lang.ClassCastException at com.lowagie.text.pdf.PdfResources.add(Unknown Source) at com.lowagie.text.pdf.PageResources.getResources(Unknown Source) at com.lowagie.text.pdf.PdfSta