Java Mailing List Archive

http://www.junlu.com/

Google
Google
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
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
JSP - A mailing list about Java Server Pages specification and reference
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
How to set font for text using ColumnText?

How to set font for text using ColumnText?

2006-09-07       - By Paulo Soares

 Back
Reply:     1     2  

It's done in the html:

<font face="times-roman">Look at me!</font>

Paulo

> -- --Original Message-- --
> From: itext-questions-bounces@(protected)
> [mailto:itext-questions-bounces@(protected)] On
> Behalf Of daniel.lehtihet@(protected)
> Sent: Thursday, September 07, 2006 3:42 PM
> To: itext-questions@(protected)
> Subject: [iText-questions] How to set font for text using ColumnText?
>
>
>
> Hi list,
>
> i can't seem to force a certain font and font size to be
> active when adding text directly to a PDF. I have tried the
> following code (below). Whatever i do, the font used in the
> pdf is always Arial 12.
>
> Please advice
>
> kind regards
>
> Daniel
>
>                                        
>                                         HTMLWorker worker =
> new HTMLWorker(document);                                        
>                                         StyleSheet style =
> new StyleSheet();  // stylesheet
>                                         loadStyles( style );
>                                
>                                        
>                                         StringReader sr = new
> StringReader( fieldValue );
>                                         ArrayList array =
> HTMLWorker.parseToList(sr,style);  
>                                                        
>                                         float[] position =
> af.getFieldPositions( bodyFieldName );
>                                
>                                         int n =
> reader.getNumberOfPages();
>                                         // we retrieve the
> size of the first page
>                                         Rectangle psize =
> reader.getPageSize(1);
>                                         float width = psize.height();
>                                         float height = psize.width();
>                                                              
>              
>                                         PdfContentByte cb =
> stp.getOverContent((int)position[0]);        
>                                         BaseFont bf =
> BaseFont.createFont(BaseFont.TIMES_ROMAN, BaseFont.CP1252,
> BaseFont.NOT_EMBEDDED);
>                                         cb.setFontAndSize(bf,
> 11);  // alltid vara 11 punkters times-new-roman              
>                            
>                                         ColumnText ct = new
> ColumnText( cb );                                            
>            
>                                
>                                        
> ct.setSimpleColumn(position[1], position[4], position[3],
> position[2]);
>                                         Element el = null;
>                                        
>                                         for (int idx = 0; idx
> < array.size(); idx++)
>                                         {
>                                                         el =
> (Element)array.get(idx);
>                                                        
> ct.addElement( el );                
>                                         }
>                        
>                                         // read-only
>                                         af.setFieldProperty(
> bodyFieldName ,"setfflags", PdfFormField.FF_READ_ONLY, null);
>                        
>                                         ct.go();
>


Aviso Legal:
Esta mensagem ? destinada exclusivamente ao destinat?rio. Pode conter informa?
?o confidencial ou legalmente protegida. A incorrecta transmiss?o desta mensagem
n?o significa a perca de confidencialidade. Se esta mensagem for recebida por
engano, por favor envie-a de volta para o remetente e apague-a do seu sistema
de imediato. ? proibido a qualquer pessoa que n?o o destinat?rio de usar,
revelar ou distribuir qualquer parte desta mensagem.

Disclaimer:
This message is destined exclusively to the intended receiver. It may contain
confidential or legally protected information. The incorrect transmission of
this message does not mean the loss of its confidentiality. If this message is
received by mistake, please send it back to the sender and delete it from your
system immediately. It is forbidden to any person who is not the intended
receiver to use, distribute or copy any part of this message.



-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
__ ____ ____ ____ ____ ____ ____ ____ ____ ____
iText-questions mailing list
iText-questions@(protected)
https://lists.sourceforge.net/lists/listinfo/itext-questions

©2008 junlu.com - Jax Systems, LLC, U.S.A.