[iText-questions] check mark not showing in checkbox when printing pdf form

2008-01-25 Thread Sarah1
Hi, After I dynamically display the filled pdf forms on the fly, when I print my form, I got printing problem. I can print the whole page, but the check mark for the checkboxes can't be display on the paper. Do you know why? I tried to put "stamper.setFormFlattening(true);" in the code, but it

Re: [iText-questions] fill PDF Form on the fly

2008-01-25 Thread Sarah1
You're right. I got it. Thanks! Sarah Xavier Le Vourch wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Sarah1 wrote: > | Dear itext friends: > | > | I need help: > | > | [...] > | 4. I DON'T want to save the pdf form with data on the disk. > | > | I'm using servlet, jsp, struts

[iText-questions] Is it possible to paint and copy PDF document contents?

2008-01-25 Thread Jonadan
Hi, I am wondering whether it is possble to generate PDF documents that we can "paint and copy" contents of documents. Especially text contents! Regards, -- View this message in context: http://www.nabble.com/Is-it-possible-to-paint-and-copy-PDF-document-contents--tp15098239p15098239.html Sen

Re: [iText-questions] iText 2.0.8 has been released

2008-01-25 Thread Xavier Le Vourch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruno Lowagie wrote: | Hello all, | | I have just released iText 2.0.8. The svn branches for jdk 1.3 and jdk 1.5 have been updated and are now in sync with the 2.0.8 version. Best regards, Xavier - -- Xavier Le Vourch Brittany Software, Inc. <[E

Re: [iText-questions] How do I do bookmarks in MultiColumnText()

2008-01-25 Thread Rob Tanner
Bruno, That did the trick. All I did in addition is add a setter so that I could provide the parent PdfOutline object. Thanks!! -- Rob Bruno Lowagie said the following on 01/24/2008 11:38 PM: Rob Tanner wrote: Hi, I've managed to figure out how to create bookmarks directly in the docu

[iText-questions] Annotating irregular shapes

2008-01-25 Thread Andrew Mickish
Is there a way to create hotspots in my PDF documents over irregular shapes like pie chart sections? JFreeChart puts tooltips and hyperlinks over pie chart slices using Java mouse events and HTML imagemaps. The areas can be described as arcs (boundingbox, angle1, angle2) or as imagemap area ta

Re: [iText-questions] All

2008-01-25 Thread Bruno Lowagie
Veena Subramaniyam, Lakshmi Narayanan wrote: > I took the source code and compiled with 1.3 JDK. Ran as standalone > application in the AIX machine. It worked fine. Once put in in the WAS > server classpath I am getting the following exceptions. If I comment > this line next it throws is disable

[iText-questions] All

2008-01-25 Thread Veena Subramaniyam, Lakshmi Narayanan
Hi Our enviornment: WAS 5.1 and JDK 1.3 AIX I took the source code and compiled with 1.3 JDK. Ran as standalone application in the AIX machine. It worked fine. Once put in in the WAS server classpath I am getting the following exceptions. If I comment this line next it throws is disablebordersi

[iText-questions] PDF/A and BaseFont.setCharAdvance will give errors

2008-01-25 Thread Schalück , Elmar
Hi, I am embedding a Unicode ttf font and afterwards use setCharAdvance to adjust the CPI settings for my font. This works fine and yields the desired results. But now I have to produce PDF/A-1b correctly. Acrobat 8.1 is mocking on 'Width information for characters is inconsistent' (or whatever

[iText-questions] How can i set document sizes in inches[Urgent]

2008-01-25 Thread mohan rao
I wana to set sizes of the document in inches how can set those. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

Re: [iText-questions] Re :Re: Re :Re: Multiple PDFs generation from single jsp.

2008-01-25 Thread Bruno Lowagie
NILADRI BHATTACHARYYA wrote: > Hi > Thanks a lot for your suggestion. I am still having some problem in > generating PDFs in different explorer windows from Servlet, now I am > generating from a servlet but I am unable to do the generation in a for > loop with different data. Its saying that t

[iText-questions] Re :Re: Re :Re: Multiple PDFs generation from single jsp.

2008-01-25 Thread NILADRI BHATTACHARYYA
Hi  Thanks a lot for your suggestion. I am still having some problem in generating PDFs in different explorer windows from Servlet, now I am generating from a servlet but I am unable to do the generation in a for loop with different data. Its saying that the document is closed, what approach sho

Re: [iText-questions] Re moving PdfStructureTreeRoot from Tagged PDF

2008-01-25 Thread Bruno Lowagie
dayvidpow wrote: How can i get to the /StructParents key, page dictionary, the /MarkInfo, the /StructTreeRoot keys and the catalog. In other words how can I get the markers from the the content stream? OK, first download this file: http://itext.ugent.be/itext-in-action/examples/chapterF/re

[iText-questions] ERROR: limitcheck OFFENDING COMMAND: gsave

2008-01-25 Thread Andrei Costescu
Hello, I saw there was a similar discussion, but the way of sending info to iText was different (we use PdfContentByte.createGraphics(...)). Anyway, the PDF is created but it gives an error when it is printed: ERROR: limitcheck OFFENDING COMMAND: gsave STACK: /RelativeColorimetric These pdf's

Re: [iText-questions] another PdfPCell constructor

2008-01-25 Thread Bruno Lowagie
Bruno Waes wrote: > this is just an idea that would be quite usefull i think > > now PdfPCell has a nice constructor PdfPCell(PdfPCell cell) that > constructs a deep copy of another PdfPCell, which comes in handy for > passing the table.getDefaultCell (); > > when you create a PdfPTable inside

Re: [iText-questions] iText 2.0.8 has been released

2008-01-25 Thread Bruno Lowagie
Iliadis Yannis wrote: > I just downloaded RUPS. > Wow it's exactly what I needed. With the previous tools.jar I couldn't > open correctly PDF templates created by Acrobat Designer. > > Good work!!! Thanks, but... it doesn't do any updating yet. It's just a first version. Also it's very memory co

[iText-questions] another PdfPCell constructor

2008-01-25 Thread Bruno Waes
this is just an idea that would be quite usefull i think now PdfPCell has a nice constructor PdfPCell(PdfPCell cell) that constructs a deep copy of another PdfPCell, which comes in handy for passing the table.getDefaultCell(); when you create a PdfPTable inside a cell with the constructor PdfPCel

Re: [iText-questions] iText 2.0.8 has been released

2008-01-25 Thread Iliadis Yannis
I just downloaded RUPS. Wow it's exactly what I needed. With the previous tools.jar I couldn't open correctly PDF templates created by Acrobat Designer. Good work!!! 2008/1/25, Bruno Lowagie <[EMAIL PROTECTED]>: > > Hello all, > > I have just released iText 2.0.8. > Please check the history file

Re: [iText-questions] iText manipulates original layout of PDF

2008-01-25 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Jan Matz > Sent: Friday, January 25, 2008 10:53 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] iText manipulates original layout of PDF > > Hi, > > First of all tha

[iText-questions] iText manipulates original layout of PDF

2008-01-25 Thread Jan Matz
Hi, First of all thank you for this nice piece of software. If there wasn´t iText i would have to create whole documents with xsl means. Now I just have to take a PDF and stamp data at the correct position of the page. This works fine. Well, at least we thought it did. Unfortunately it seems, t

[iText-questions] iText 2.0.8 has been released

2008-01-25 Thread Bruno Lowagie
Hello all, I have just released iText 2.0.8. Please check the history file to find out what's new: http://www.lowagie.com/iText/history.html#V200 This release comes with a new tool called RUPS. For the moment, you can only find the source code in SVN on SourceForge; the necessary jars can be foun

Re: [iText-questions] cutom footers

2008-01-25 Thread Jonadan
Thanks! That solves the problem. -- View this message in context: http://www.nabble.com/cutom-footers-tp15058734p15084430.html Sent from the iText - General mailing list archive at Nabble.com. - This SF.net email is sponso

Re: [iText-questions] Question on iText license

2008-01-25 Thread Bruno Lowagie
Marek Bęgowski wrote: > Hi, > > I would like to develop a web application where the user can generate > and download PDF files. OK > Can I use iText in such an application even if I get money for the > downloaded files. Yes you can. For instance: the Belgian Railway company NMBS used iText to

[iText-questions] Question on iText license

2008-01-25 Thread Marek Bęgowski
Hi, I would like to develop a web application where the user can generate and download PDF files. Can I use iText in such an application even if I get money for the downloaded files. Sincerely, Marek Begowski begin:vcard fn;quoted-printable:Marek B=C4=99gowski n;quoted-printable:B=C4=99go

Re: [iText-questions] fill PDF Form on the fly

2008-01-25 Thread Bruno Lowagie
Sarah1 wrote: > After doing some research, I use the following in my struts, but I got blank > page on browser. > Anybody know why? Please save the 'blank' PDF and open it in a plain text editor. What do you see? Are there a large amount of question marks in the content streams? If so, the BINARY

Re: [iText-questions] cutom footers

2008-01-25 Thread Bruno Lowagie
Jonadan wrote: > Thanks. I tried with the following codes. But I cannot make the second phrase > "Page: 1" to be at the right end of the line. It still comes out at the > middle of the page. Which means at the left of the second cells! You are mixing "text mode" and "composite mode". Let me adapt

Re: [iText-questions] HTMLtoPDF fonts handling for i18n/l10n

2008-01-25 Thread Bruno Lowagie
Haruhide Yasukawa wrote: > Hi, > I have a question about HTMLtoPDF fonts handling for i18n/l10n? > Do you support fonts handling correctly? You posted this question on the iText mailing list. Please enlighten us: what is HTMLtoPDF? Is it an iText sample you found? Is it a product using iText? I s