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 332 of 388 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10  

defending the iText choice

Hi We 're using iText for a project which is quite critical for the company and some people (who are not necessarily hampered by any knowledge about what they 're talking about) have expressed doub

Problem using org.xml.sax.InputSource with XmlParser

Hello I 'm a newbie with iText and I 'm trying to create a CF custom tag to wrap around XML code in order to create a PDF. I have the following script where thisTag.generatedContent is a string c

Real Page Size

I need to print in a form of 8.5 " x 5.5 " Then i made a page of this size but when try to print it is in landscape mode if rotate the rectangle the page lose your size and act like a 8.5 "x11 "

Digital Signature Block

what i am trying to do is at the top of my pdf (which i generate using FOP)i would like to do some post processing on the pdf and have the digital signature box (red rectangle) in a certain place rat

RV: Improvements to iText

What steps should I do in order to incorportate the improvements I have made to iText? I think are quite generic and they may be useful to other people using iText. I have them documented and e

Re: [iText-questions] reading an existing pdf page into a
Java.awt.Image

At 08 03 PM 2/23/2004 garettDaBland wrote >I need to take an existing pdf and load its page (ie page 1) into >something that I can write to a java awt object. for example display page >1 on a a

servlet display pdf problems with IE 5.50

Hi All i 've got two problems to display correctly i-text generated pdf files with a servlet in Intermet Explorer 5.50. The code is something like following .... res.setContentType( "applic

question about pdf file open option

Hi Is there a way that I can set pdf file document open option to "Bookmarks and Page " in iText ? Thanks for your help. William

Vertical alignment in table cells

Hi Ujihara. Kazuya wrote Bruno Lowagie administrator of iText says "you can 't always trust on the vertical alignment. " about alignment of table. Please ask Bruno Lowagie < http //www.lowagie.

print a pdf file

Hi i use iText to create a pdf file (very well) but i want to send it to a local printer directly after created it (my servlet is on a distinct server). can you help me to do it. Thanks .

RTF don 't print image

I have an image in BMP format from Oracle table but RtfWriter don 't print it this is my code String sql "SELECT kod blob pic FROM cr_blob_tbl WHERE kod 6 " ResultSet rslt stmt.executeQue

Inserting HTML Fragments

Hi There I have a number of requirements for a project and iText satisfies *almost* all of them but there is one area that I am unsure about. I have to build some reports on the fly with dat

Re: New release itext-paulo-128

Hi Paulo I experience loss of imported pdf pages using the PdfContentByte method addTemplate(..) on templates created with writer.getImportedPage(new PdfReader(templatefile) pagenumber) Th

license question

My name is Kristen Webb a Program Manager at Macromedia. I am contacting you because my team is interested in utilizing iText in our next release. However I noticed that your software is licensed

reading an existing pdf page into a Java.awt.Image

I need to take an existing pdf and load its page (ie page 1) into something that I can write to a java awt object. for example display page 1 on a awt jpanel(ie graphics.draw()). does anyone know if

How Add paragraph with an empty string ?

Hi When Readline of my inputStream is empty Paragraph is not added ? An empty line is not inserted . Thanks Philippe document new Document() Font ft new Font(Font.COURIER

cell background color

Well nobody seems to be able to tell me why an image will not display in a table cell header (I say BUG) I 've decided to embed a TTF font and create a table cell header with a background color and

Need help in RTF Generation.

Hi I have requirement of Generating RTF Document containing image in header dynamic table structure based upon user input page break option etc.Does iText help in above area.If yes can i have tu

Checking if fonts are embedded

Hi I have a large collection of PDFs. I need to check them and generate a report containing the files that have fonts that are not an embedded subset. How do I access the font properties of a

Printing text with Right align?

Hi I 'm currently hitting a wall with text alignment. So far CENTER and LEFT align is working nicely. but the right align is screwed up. here is what I 'm doing. cb.beginText

Table makes Word2003 crash on scroll

Hi When writing RTFs containing Tables with iText the resulting document makes Word2003 crash. To reproduce this just write an RTF with a table and try to scroll by clicking the marker i

Messed element spacing ...

Hi The following code demonstrates how the element spacing gets messed up if you start a page using a table import com.lowagie.text.* import com.lowagie.text.pdf.* import java.io.* publ

Carriage return adds extra line space

Hi everybody! I have a situation where I 'm getting some text from a database and then put it into Phrases in PDF. The problem is that whenever the text contains carriage return and line break (\

REPOST: [iText-questions] BUG? table header cell with image

> Hi All > > I have a simple 1 column table and I want to set the table header as a > single cell containing an image. > > As soon as I add this line to mark the cell as a header the image will

cyrillic characters + intellij idea

Hello I 'm using IntelliJ IDEA and iText library and I 'm having problems with cyrillic characters. What I 'm trying to do is to put some cyrillic text with an absolute position on the

PdfContentByte problem with Chapter.

Hi I using PdfContentByte to add line in absolute position. I have this problem when I add a line this is not really add at the moment bat in the previous chapter. I suppose that Chapter (an

Problems with getRowHeight of PdfPTable

Hi Thank you for the very best PDF Library for Java. I have come across a problem that is stopping me in my use of this. It seems that PdfPTable is giving me back wrong heights when I cell g

Rotate Text and automatically page changing without count line

Hi How can i Rotate my text in document.add(new Paragraph(text)) i want keeping automatically adding new Page and not counting line. Thanks Philippe package pdf5 import java.

Messed up element spacing on multiple pages when using tables

Hi The following code demonstrates how the element spacing gets messed up if you start a page using a table import com.lowagie.text.* import com.lowagie.text.pdf.* import java.io.* publ

BUG? table header cell with image

Hi All I have a simple 1 column table and I want to set the table header as a single cell containing an image. As soon as I add this line to mark the cell as a header the image will not disp
Page 332 of 388 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10