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
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
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
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
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
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
iText
Page 321 of 388 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10  

BaseFont.getFontDescriptor(BaseFont.ASCENT, fontSize) seems to

Hi I am comparing the values returned by TextLayout with BaseFont.getFontDescriptor. I am doing this with 12 pt. Courier New running on Windows. Here is what I am getting Ba

change Document Summary for existing document (title, Author,

Hi. I am a novice. Please advise how could I change Document Summary for EXISTING document (Title Author Subject Keywords) As I could see in help file I have to take an access to PdfDocument

problem in setting a footer with page numbering in one pdf fil

Hi everybody ! I have a very odd pdf file in which I cannot set a footer with page numbering. I use this method //

Re: [iText-questions] The ability to not print elements within
PDF forms

At 08 31 AM 4/20/2004 Greg McKernan wrote >I 'm been looking to help the users of the PDF forms I 'm creating by some >how having prompts contained within the form which the user can read on >the

The ability to not print elements within PDF forms

I 'm been looking to help the users of the PDF forms I 'm creating by some how having prompts contained within the form which the user can read on the screen but when the form is printed will not show

iText dtd does not document some actual features

I 've been evaluating iText as a PDF generator in Cocoon (an XML-based web app framework). I think it 's an excellent product! However I found that there are some existing features of iText which ar

Subject: =?iso-2022-jp?b?GyRCQmc/TSRAJCskaTV2JDUbKEI=?= =?iso-2022-jp?b?GyRCJGwkayEiN

By doing a loop of.. cb.setLineWidth(1) cb.moveTo(document.left() i) cb.lineTo(document.right() i) cb.stroke() and a loop of cb.setLineWidth(1) cb.moveTo(j document.top()) cb.li

Absolute Positioning of Text

Here 's my situation I 've inherited this project from a previous programmer who 's since left the company so I 'm stuck cleaning up the mess. I 've got a form the client developed in Word putting in

question about contributing javadocs

Hi I 've started using iText a couple of weeks ago. My overall impression of the software is quite favorable but being new to the tool I 've run into a number of cases where the intended usage/

Paragraph keepTogether and ColumnText

Hi Paragraph 's keepTogether attribute has no effect when adding the paragraph to a ColumnText. I filed a bug on this which was closed as 'not a bug '. Could you explain? Thanks -Dave

Using @ in hyperlink

Hello I use jasperreport to create a report with pdf and I get an issue when I use hyperlink the pdf file which is exported via itext. When my hyperlink looks like "/mydir/test.jsp?use

compression?

Hello i am new to itext ... I am wondering if itext library supports PDF compression... if so how can I configure it? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " > <HTML > <HEAD >

add watermark to each PDF generated by FOP XSL

Good Friday! I have a problem with adding watermark. Hopefully someone can help me with this. I use FOP JAI and xsl to display a tiff image with multipage in PDF format in the browser. I have

add watermark to each PDF generated by FOP and JAI

Good Friday! I have a problem with adding watermark. Hopefully someone can help me with this. I use FOP and JAI xsl to display a tiff image with multipage in PDF format in the browser. I

Reading HTML Content

Hi We want to insert the following content which we receive in a field into the pdf which we are generating using IText.. <p > <font face "Verdana " color "#000033 " size "2 " >Using dramatic

TOC using iText

Hi Did anybody implement creating TOC when merging PDF documents? Please provide me some sample code if available. Thanks Deva kamatham <html > <head > <META HT

OutOfMemeory Error with large PdfPTable

I get Java OutOfMemory errors when I generate a PdfPTable greater than 500 rows with 22 columns. I had the same problem originally with the Table class but I changed to PdfPTable after reading t

Reading a PDF and preserving bookmarks

I am trying to read in a PDF file so that I can place a date stamp on all of the page. The problem I am having is with copying the bookmarks from the pdf file that is read in into the new pdf file.

EPS integration

Hello is it possible to integrate an EPS - Postscript File into PDF Itext ? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " > <HTML > <HEAD > <TITLE >Message </TITLE >

Re: Potential bug: Document.newPage() ignores results of its l

We have a case where it does not throw an exception and one of the listeners returns false... The only listener is an instance of PdfDocument and adding a new page returns false because of this

HtmlParser class missing?

i suppose i 'm doing something wrong but i can 't seem to find com.lowagie.text.html.HtmlParser class in any (either bruno 's or paulo 's) of the iText jars. nor any of the source code stashes. it is in

Barcode39 Point and Pitch

I need my barcode to have Pitch 4.69 and Point 12.0 I can not find the right combination of setX and SetN to achieve a barcode readable by our scanner. Any help is appreciated and here is my code

Potential bug: Document.newPage() ignores results of its l

Don 't worry with the result. If it fails it will throw an exception. Best Regards Paulo Soares > -----Original Message----- > From itext-questions-admin@(protected) > [mailto itex

Potential bug: Document.newPage() ignores results of its liste

The call to Document.newPage() forwards the request to its listeners but the result of the listeners newPage() call is ignored DocListener listener for (Iterator iterator listeners.iterator(

Scanning for text

Hi I 'm trying to read a document containing over 25000 pages and I want to extract pages from it that contain an account number in a specific range. However I 'm unable to find good documentation

Troubles with fonts and clipping.

I am using the iText library and am consistently bothered by two problems. 1. I am unable to create a BaseFont for a Type 1 font. I am getting the exception Missing StartCharMetrics in BaseFont

Fix for xml horizontalline

I was having problems getting horizontalline 's working using the xml input technique. I have managed to get it working for my needs however I do not know if it is technically correct. I post this

Jasper with iText and encoding problems

Hi Do you know how should I configure Jasper to generate PDF files with LATIN2 fonts ? I was trying to use true type fonts with encoding Cp1250 ISO-8859 or UTF-8. But nothing happened. I still go

Re: Problems with iText in Apache

Quoting Jos? Luis Puchi Alvarez <puchijl@(protected) > > Bruno I did it before I did write you but the problem is with the > generation if a pdf file when I execute the Chap0105.class this pro

Servlet with win95

Hi developers Sorry but my english is bad ... I have a problem with a servlet which return a buffer (ServletOutputStream) in windows 95 (IE 5.5) !! The document not open though open in ot
Page 321 of 388 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10