Hi Tom:
I won't be at my home office until after 6 pm, but I will do it as soon as I can when I get home. -John ---------- Original Message ---------------------------------- From: [EMAIL PROTECTED] Reply-to: [EMAIL PROTECTED] Date: Mon, 24 Jun 2002 08:02:14 -0700 >Send iText-questions mailing list submissions to > [EMAIL PROTECTED] > >To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/itext-questions >or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > >You can reach the person managing the list 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. (no subject) (Shahzad Latif) > 2. Re: (no subject) (Leonard Rosenthol) > 3. Re: PdfPCell colspan (Cooremans, Rony) > 4. Re: itext implementation (Bruno) > 5. RE: Current CVS (Erwin Achermann) > 6. Re: Current CVS (Bruno Lowagie) > 7. about OpenType font (KuMi) > 8. Re: Using JSP example (Bruno) > 9. Re: XML + accentuate character (Bruno) > 10. RE: XML + accentuate character (Christophe Gadaix) > 11. RE: XML + accentuate character (Christophe Gadaix) > 12. Re: XML + accentuate character (Bruno Lowagie) > 13. RE: XML + accentuate character (Christophe Gadaix) > 14. Nested tables (Susana Pereira) > 15. Re: Re: PdfPCell colspan (Matt Benson) > 16. Re: about OpenType font (Paulo Soares) > >--__--__-- > >Message: 1 >From: "Shahzad Latif" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Date: Mon, 24 Jun 2002 02:02:57 +0000 >Subject: [iText-questions] (no subject) > >Looking at the tutorial and your classes, I have successfully created a PDF >and am pretty happy to see the end result and ease of programming. Thanks a >lot. Indeed a great contribution. Got a question: Is it possible to control >the resolution of the PDF, i.e., I want to create a PDF of 300 dpi as well >as 600 dpi. Your response will be the end to my project and I would highly >appreciate it. Thanks in advance. > >Regards: > >Shahzad > >PS: My appologies for the other email > > > >_________________________________________________________________ >Send and receive Hotmail on your mobile device: http://mobile.msn.com > > > >--__--__-- > >Message: 2 >Date: Sun, 23 Jun 2002 22:56:49 -0400 >To: "Shahzad Latif" <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] >From: Leonard Rosenthol <[EMAIL PROTECTED]> >Subject: Re: [iText-questions] (no subject) > >At 2:02 AM +0000 6/24/02, Shahzad Latif wrote: >>Looking at the tutorial and your classes, I have successfully >>created a PDF and am pretty happy to see the end result and ease of >>programming. Thanks a lot. Indeed a great contribution. Got a >>question: Is it possible to control the resolution of the PDF, i.e., >>I want to create a PDF of 300 dpi as well as 600 dpi. Your response >>will be the end to my project and I would highly appreciate it. >>Thanks in advance. >> > > A PDF is resolution INDEPENDENT - it has no dpi setting. > > Raster/Bitmap images INSIDE a PDF will have a dpi setting, >but that's just a single object not the file at large. And such a >dpi setting would be adjusted based on the final output device anyway. > > >Leonard >-- >--------------------------------------------------------------------------- >Leonard Rosenthol <mailto:[EMAIL PROTECTED]> >Chief Technical Officer <http://www.pdfsages.com> >PDF Sages, Inc. 215-629-3700 (voice) > 215-629-0789 (fax) > > >--__--__-- > >Message: 3 >Date: Mon, 24 Jun 2002 08:43:31 +0200 >From: "Cooremans, Rony" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [iText-questions] Re: PdfPCell colspan > >Why dont you do the folowing ? > >PdfPCell cell = new PdfPCell(new Phrase(my phrase, font)); >cell.setColspan(colspan); >ptable.addCell(cell); > > >Message: 1 >From: "Miller, Eric" <[EMAIL PROTECTED]> >To: "'[EMAIL PROTECTED]'" > <[EMAIL PROTECTED]> >Date: Fri, 21 Jun 2002 13:46:25 -0600 >Subject: [iText-questions] PdfPCell colspan > >Without knowing anything about what it would take someone to implement >something like this, would anyone else find it useful to have an overidden >method for either PdfPTable.addCell() or PdfPCell.setPhrase() that included >the colspan? As in: > >pcell.setPhrase(new Phrase(my phrase, font), colspan) > or >ptable.addCell(cell, colspan) > >I'm finding my PdfPTable code does a lot of changing colspans. >just curious >e miller > > > > > > > >--__--__-- > >Message: 4 >Date: Mon, 24 Jun 2002 09:05:36 +0200 >From: Bruno <[EMAIL PROTECTED]> >To: Jonathan Dawson <[EMAIL PROTECTED]> >Cc: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: Re: [iText-questions] itext implementation > >Quoting Jonathan Dawson <[EMAIL PROTECTED]>: > >> Hello, >> I am a developer who uses "iText" to create dynamic PDFs for our >> Members. We have used it for quite a while, and it works well. >> The biggest issue we have is its inefficiency. The version we have is >> extremely CPU intensive and takes a long time to produce a PDF. We were >> able to optimize the PDF output, increasing its speed by up to 400%, by >> pre-formatting the tables. Anyhow, the output quality is very nice. > >It would be nice if we could see how it's done. > >Bruno > > >--__--__-- > >Message: 5 >Subject: RE: [iText-questions] Current CVS >Date: Mon, 24 Jun 2002 09:27:42 +0200 >From: "Erwin Achermann" <[EMAIL PROTECTED]> >To: "Mark Hall" <[EMAIL PROTECTED]>, > "iText ML (E-Mail)" <[EMAIL PROTECTED]> > >Hi, i proposed this change when implementing the "table-in-colspanned = >cells" feature. This method is so 'internal' that no one outside the = >iText package should need to call it. It should be ensured that iText = >calls it when necessary internally. If the writers beeing in = >sub-packages cannot access it, then i missunderstood the term 'package = >protected' and it is indeed a bug then, however my pdfwriter accesses it = >correctly... and besides, i don't even know wether this particular = >change is due to my proposals :)=20 > >Cheers >Erwin > >> -----Original Message----- >> From: Mark Hall [mailto:[EMAIL PROTECTED]] >> Sent: Saturday, June 22, 2002 9:18 AM >> To: Bruno >> Cc: itext-questions >> Subject: [iText-questions] Current CVS >>=20 >>=20 >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >>=20 >> Hi >>=20 >> I've got a problem with the current CVS version. The table object used >> to have a public void complete() method. In the current version this >> method is specified as "void complete()". Unfortunately all Writers >> depend on this method being public, because they call it before >> processing Tables. >> I'm not sure whether there's been a design change here or if this is >> just a bug. >>=20 >> Greetings, >> Mark >> - -- >> The cause of the problem is: >> Webmasters kidnapped by evil cult. >>=20 >> My GPG key is available at: >> http://www.edu.uni-klu.ac.at/~mhall/files/MarkHall.asc >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.0.7 (GNU/Linux) >> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org >>=20 >> iQEVAwUBPRQkmkks8txBCICQAQIsWwgAjbsBki1LZ25MWEYPQmKNTVpH0uQdh5OB >> zedK2Ptu9xNFZSPc9HARN0xMDpNwm4Y+KEF225iToaOoaTf1XBQ6km8299zQrHl4 >> LzTrKf1TkslnhNvlYR3NaifxuI5qwiDI4EavLoBieQibjSBbrR8ETFXi1woJp1Kb >> DzNqdqvPtV4oNlAcmTYPfY6jcTeYAt/XWBGOuY35LMcz1Q+Aseqmr7ZVWCyihNvR >> pCwSo9sYWdoSFb5lDy6WWXzNspoqLs51G+qPoM4idLV2QqffR5EqIm20rXLrxU2r >> HhG7jYjhxDK5MSLw64+gzj26bBZT+KJOFPX7K7N1pJu99WU1tHSJDA=3D=3D >> =3DX4Ag >> -----END PGP SIGNATURE----- >>=20 >>=20 >>=20 >> ------------------------------------------------------- >> Sponsored by: >> ThinkGeek at http://www.ThinkGeek.com/ >> _______________________________________________ >> iText-questions mailing list >> [EMAIL PROTECTED] >> https://lists.sourceforge.net/lists/listinfo/itext-questions >>=20 > > >--__--__-- > >Message: 6 >Date: Mon, 24 Jun 2002 09:34:18 +0200 >From: Bruno Lowagie <[EMAIL PROTECTED]> >To: Mark Hall <[EMAIL PROTECTED]> >CC: itext-questions <[EMAIL PROTECTED]> >Subject: Re: [iText-questions] Current CVS > >Mark Hall wrote: > >> I've got a problem with the current CVS version. The table object used >> to have a public void complete() method. > >Sorry, I received some new code and uploaded it to CVS without testing. >I made the complete method public again. > >> I'm not sure whether there's been a design change here or if this is >> just a bug. > >It is part of a design change, but for the moment the complete method >can be public. The person who wrote the code warned me that some >functionality could be broken, so I am going to test everything before >I make a new release. > >Bruno > > > >--__--__-- > >Message: 7 >From: "KuMi" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Date: Mon, 24 Jun 2002 19:14:40 +0900 >Subject: [iText-questions] about OpenType font > >Hello all, > >I would like to know if latest version (1.00) of iText support CJK OpenType >font other than fonts in Asian font pack. > >Best regard, >KuMi > > > >--__--__-- > >Message: 8 >Date: Mon, 24 Jun 2002 13:32:08 +0200 >From: Bruno <[EMAIL PROTECTED]> >To: m g <[EMAIL PROTECTED]> >Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] >Subject: Re: [iText-questions] Using JSP example > >Quoting m g <[EMAIL PROTECTED]>: > >> >> Hello. >> >> I am new to itext and going through the tutorial. I am trying to work with >> the pdf.jsp example written by Tal Liron and I am getting the following >> message. > >First of all: it is never a good idea to generate PDF with JSP. >JSP doesn't handle binary data very will (encoding problems). > >In your case, I think you have added newlines, spaces,... >to the original code without knowing it. >As you can see in the code, the content-length-header is set >because of an MSIE problem. Maybe you are adding extra content >(more than the length) by adding 'unvisible' characters... > >Anyway, if you get the code from CVS the right way, >you should see something like this: >http://www.lowagie.com/iText/examples/pdf.jsp > >best regards, >Bruno > > > > >--__--__-- > >Message: 9 >Date: Mon, 24 Jun 2002 13:33:26 +0200 >From: Bruno <[EMAIL PROTECTED]> >To: Christophe Gadaix <[EMAIL PROTECTED]> >Cc: [EMAIL PROTECTED] >Subject: Re: [iText-questions] XML + accentuate character > >Quoting Christophe Gadaix <[EMAIL PROTECTED]>: > >> Hello, >> >> I'm a french developper and I use the XML parser to generate accentuate >> character (like �). But it seems it doesn't display the '�'. The second >> effect is that it "eats" the next two second letters (ex : '�att' becomes >> 't'). >> I don't know if it is a font problem or if I don't code it correctly. > >I asked around and we seem to have the same problem in some >of our projects. I'll try to come up with a solution soon. > >Bruno > > > >--__--__-- > >Message: 10 >From: "Christophe Gadaix" <[EMAIL PROTECTED]> >To: "Bruno" <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]> >Subject: RE: [iText-questions] XML + accentuate character >Date: Mon, 24 Jun 2002 13:53:27 +0200 > >Thank you Bruno. I hope it will be soon. >This XML module is so interesting. This is the ideal way I found to generate >dynamic PDF. > >Christophe. > >-----Message d'origine----- >De : Bruno [mailto:[EMAIL PROTECTED]] >Envoy� : lundi 24 juin 2002 13:33 >� : Christophe Gadaix >Cc : [EMAIL PROTECTED] >Objet : Re: [iText-questions] XML + accentuate character > > >Quoting Christophe Gadaix <[EMAIL PROTECTED]>: > >> Hello, >> >> I'm a french developper and I use the XML parser to generate accentuate >> character (like �). But it seems it doesn't display the '�'. The second >> effect is that it "eats" the next two second letters (ex : '�att' becomes >> 't'). >> I don't know if it is a font problem or if I don't code it correctly. > >I asked around and we seem to have the same problem in some >of our projects. I'll try to come up with a solution soon. > >Bruno > > > > > >--__--__-- > >Message: 11 >From: "Christophe Gadaix" <[EMAIL PROTECTED]> >To: "Bruno" <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]> >Subject: RE: [iText-questions] XML + accentuate character >Date: Mon, 24 Jun 2002 14:53:34 +0200 > >Fred gives me the solution : >I used the UTF 8 encoding (<?xml version="1.0" encoding="UTF-8"?>). I've >changed the encoding as following : <?xml version="1.0" >encoding="iso-8859-1" ?> and it works ! > > >Thanks ! > > >-----Message d'origine----- >De : Bruno [mailto:[EMAIL PROTECTED]] >Envoy� : lundi 24 juin 2002 13:33 >� : Christophe Gadaix >Cc : [EMAIL PROTECTED] >Objet : Re: [iText-questions] XML + accentuate character > > >Quoting Christophe Gadaix <[EMAIL PROTECTED]>: > >> Hello, >> >> I'm a french developper and I use the XML parser to generate accentuate >> character (like �). But it seems it doesn't display the '�'. The second >> effect is that it "eats" the next two second letters (ex : '�att' becomes >> 't'). >> I don't know if it is a font problem or if I don't code it correctly. > >I asked around and we seem to have the same problem in some >of our projects. I'll try to come up with a solution soon. > >Bruno > > > > > >--__--__-- > >Message: 12 >Date: Mon, 24 Jun 2002 15:23:39 +0200 >From: Bruno Lowagie <[EMAIL PROTECTED]> >To: Christophe Gadaix <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: [iText-questions] XML + accentuate character > >Christophe Gadaix wrote: > >>Fred gives me the solution : >>I used the UTF 8 encoding (<?xml version=3D"1.0" encoding=3D"UTF-8"?>). = >I've >>changed the encoding as following : <?xml version=3D"1.0" >>encoding=3D"iso-8859-1" ?> and it works ! >> >Yes, I was just going to mail you the same answer ;-) > >Anyway, I found another bug in that area: >If you have this with the right encoding: ><paragraph leading=3D"14.0">=E8 =E8 =E9</paragraph> >no problem, > >But if you have this: ><paragraph leading=3D"14.0">� � �</paragraph> >The spaces are 'eaten' away. I will try to solve this soon. > >Bruno > > > >--__--__-- > >Message: 13 >From: "Christophe Gadaix" <[EMAIL PROTECTED]> >To: "Bruno Lowagie" <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]> >Subject: RE: [iText-questions] XML + accentuate character >Date: Mon, 24 Jun 2002 15:37:31 +0200 > >Yes it's true. It's a bit strange because only spaces seems to be eaten : >When I write (I've added other characters) : > <paragraph leading="14.0">� t�g � </paragraph> >The output is : > � t�g � > >Christophe. > >-----Message d'origine----- >De : Bruno Lowagie [mailto:[EMAIL PROTECTED]] >Envoy� : lundi 24 juin 2002 15:24 >� : Christophe Gadaix >Cc : [EMAIL PROTECTED] >Objet : Re: [iText-questions] XML + accentuate character > > >Christophe Gadaix wrote: > >>Fred gives me the solution : >>I used the UTF 8 encoding (<?xml version="1.0" encoding="UTF-8"?>). I've >>changed the encoding as following : <?xml version="1.0" >>encoding="iso-8859-1" ?> and it works ! >> >Yes, I was just going to mail you the same answer ;-) > >Anyway, I found another bug in that area: >If you have this with the right encoding: ><paragraph leading="14.0">� � �</paragraph> >no problem, > >But if you have this: ><paragraph leading="14.0">� � �</paragraph> >The spaces are 'eaten' away. I will try to solve this soon. > >Bruno > > > > > >--__--__-- > >Message: 14 >From: "Susana Pereira" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Date: Mon, 24 Jun 2002 15:05:57 +0100 >Subject: [iText-questions] Nested tables > >Hi, i started using iText a few days ago and unfortunately I�m still having >some troubles using tables. > >I need to create a Pdf page with several different tables within a 'big' >table. I did it using nested tables. The problem is that each table must >have an outside border but not an inside border. > >Something like this: > ><table border=1> > <table border=1> > <cell border=0> a </cell> > </table> > > <table border=1> > <cell border=0> b </cell> > </table> > > <table border=1> > <cell border=0> c </cell> > </table> ></table> > >I already tried to use class Table and class PdfPTable but can�t produce the >desired output. > >Thanks. > >S Pereira. > > > > >_________________________________________________________________ >Chat with friends online, try MSN Messenger: http://messenger.msn.com > > > >--__--__-- > >Message: 15 >Date: Mon, 24 Jun 2002 07:41:23 -0700 (PDT) >From: Matt Benson <[EMAIL PROTECTED]> >Subject: Re: [iText-questions] Re: PdfPCell colspan >To: "Cooremans, Rony" <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > >I understood the original complaint to be that he was >calling setColspan over and over. I believe that the >advice Paulo would give would be to subclass PdfPCell >and call setColspan in the constructor. > >-Matt > >--- "Cooremans, Rony" ><[EMAIL PROTECTED]> wrote: >> Why dont you do the folowing ? >> >> PdfPCell cell = new PdfPCell(new Phrase(my phrase, >> font)); >> cell.setColspan(colspan); >> ptable.addCell(cell); >> >> >> Message: 1 >> From: "Miller, Eric" <[EMAIL PROTECTED]> >> To: "'[EMAIL PROTECTED]'" >> <[EMAIL PROTECTED]> >> Date: Fri, 21 Jun 2002 13:46:25 -0600 >> Subject: [iText-questions] PdfPCell colspan >> >> Without knowing anything about what it would take >> someone to implement >> something like this, would anyone else find it >> useful to have an overidden >> method for either PdfPTable.addCell() or >> PdfPCell.setPhrase() that included >> the colspan? As in: >> >> pcell.setPhrase(new Phrase(my phrase, font), >> colspan) >> or >> ptable.addCell(cell, colspan) >> >> I'm finding my PdfPTable code does a lot of changing >> colspans. >> just curious >> e miller >> >> >> >> >> >> >> >> >------------------------------------------------------- >> Sponsored by: >> ThinkGeek at http://www.ThinkGeek.com/ >> _______________________________________________ >> iText-questions mailing list >> [EMAIL PROTECTED] >> >https://lists.sourceforge.net/lists/listinfo/itext-questions > > >__________________________________________________ >Do You Yahoo!? >Yahoo! - Official partner of 2002 FIFA World Cup >http://fifaworldcup.yahoo.com > > >--__--__-- > >Message: 16 >From: "Paulo Soares" <[EMAIL PROTECTED]> >To: "KuMi" <[EMAIL PROTECTED]>, > <[EMAIL PROTECTED]> >Subject: Re: [iText-questions] about OpenType font >Date: Mon, 24 Jun 2002 15:53:52 +0100 > >I was expecting this question. The answer is no. I don't think is too >difficult to get the right CID from the font but the problem is that no >subseting is made for type1 fonts and CFF fonts are nothing more than one or >more type1 fonts wrapped in another package. I don't see the logic of >embedding the full character set of a CJK font, the size of which start at >4M. By the way, I don't expect to support anytime soon type1 subseting. It's >postscript and I developed a special hatred for stack-based languages from >the days of HP calculators and Forth. > >Best Regards, >Paulo Soares > >----- Original Message ----- >From: "KuMi" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, June 24, 2002 11:14 >Subject: [iText-questions] about OpenType font > > >> Hello all, >> >> I would like to know if latest version (1.00) of iText support CJK >> OpenType >> font other than fonts in Asian font pack. >> >> Best regard, >> KuMi >> >> >> >> ------------------------------------------------------- >> Sponsored by: >> ThinkGeek at http://www.ThinkGeek.com/ >> _______________________________________________ >> iText-questions mailing list >> [EMAIL PROTECTED] >> https://lists.sourceforge.net/lists/listinfo/itext-questions > > > > >--__--__-- > >_______________________________________________ >iText-questions mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/itext-questions > > >End of iText-questions Digest > ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
