[iText-questions] Re: Regarding Paragraph... plz help

2002-12-27 Thread Paulo Soares
Use BaseFont.getWidthPoint(). Best Regards, Paulo Soares - Original Message - From: prashant kakani [EMAIL PROTECTED] To: Paulo Soares [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, December 26, 2002 21:40 Subject: Regarding Paragraph... plz help Dear iText Developers, In a

RE: [iText-questions] JSP, PDF, taglibs

2002-12-27 Thread Daniel Kalcevich
Title: JSP, PDF, taglibs Fredrik, Here is the contents of my JSP so far... %response.setContentType("application/pdf");java.io.ByteArrayOutputStream buffer = new java.io.ByteArrayOutputStream();com.lowagie.text.Document document = new

Re: [iText-questions] JSP, PDF, taglibs

2002-12-27 Thread Fredrik Nilsson
Title: JSP, PDF, taglibs Daniel, Both your code and mycode-snippet works just fine for me: Try to open them in a new window by using the javascript below. ** freniltest.jsp * %@ page import="com.lowagie.text.*" %%@ page import="java.io.*" %%@ page