  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | PdfContentByte and writing part of text as sub/superscript | PdfContentByte and writing part of text as sub/superscript 2007-12-01 - By Martin Taal
Back Hmm, I think I had the horizontal scaling wrong, I had it set to the value 107f but for Chunk it should be 1.07f. correct? Is a value of 1.07f logical for PdfContentByte.setHorizontalScaling? Or should it be 107f there?
gr. Martin
Paulo Soares wrote: > Show us the PDFs or the code. > > Paulo > > -- -- Original Message -- -- > From: "Martin Taal" <mtaal@(protected)> > To: <iText-questions@(protected)> > Sent: Saturday, December 01, 2007 9:22 PM > Subject: Re: [iText-questions] PdfContentByte and writing part of text as > sub/superscript or bold > > > >> Bedankt allebei voor het snelle antwoord! >> This works fine, only when I set horizontal scaling on the chunks I get >> a strange result. My case: I have several chunks (for superscript etc.) >> and I add this to one Phrase before passing the phrase to >> ColumnText.showTextAligned. Before adding to the phrase I set horizontal >> scaling on the chunks. >> I attached the two results (one without horizontal scaling, one with). >> The one with horizontal scaling does not show text just a brush like >> figure. >> >> Or should I have set horizontal scaling in a different way? >> >> gr. Martin >> >> Bruno Lowagie wrote: >> >>> Martin Taal wrote: >>> >>>> how can I write part of the text into the PdfContentByte as >>>> super/subscript or give part of the text another font? >>>> >>> I suggest using ColumnText.showTextAligned(parameters) in this case. >>> It will save you plenty of work. >>> groetjes uit Vlaanderen, >>> Bruno >>> >> -- >> >> With Regards, Martin Taal >> > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ > iText-questions mailing list > iText-questions@(protected) > https://lists.sourceforge.net/lists/listinfo/itext-questions > Buy the iText book: http://itext.ugent.be/itext-in-action/ > >
--
With Regards, Martin Taal
Springsite/Elver.org Office: Hardwareweg 4, 3821 BV Amersfoort Postal: Nassaulaan 7, 3941 EC Doorn The Netherlands Tel: +31 (0)84 420 2397 Fax: +31 (0)84 225 9307 Mail: mtaal@(protected) - mtaal@(protected) Web: www.springsite.com - www.elver.org
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
|
|
 |