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 212 of 388 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  

Imagesize and DPI

Hi I have a major problem with adding images to an existing PDF File using PDfContentByte and PDFStamper. Adding the images works fine but the images in the PDF document are lot of bigger than th

chunk setBackground not working with RtfWriter2 ?

Hello I have the following portion of code ----- chunk new Chunk((String)sow_map.get( "background_info ") fGeneral) chunk.setBackground(Color.yellow) sec11.add(chunk) ----- I am using RtfWriter2

We are using "itext-0.52.jar "

Hi We are using "itext-0.52.jar " file since 2001/02 usually we have to generate most of the reports as pdfs only. These pdfs are editable. But we want to make these as not editable and willing to gi

Integrating maps with PDF

Hi Is there a way to integrate geographic vector map inside a PDF document? What I need is a utility that can read a vector map file format and I will be able to assign to it some display values (

about wartermark

Zoe Zhao wrote > i have two questions about watermark > 1.Why can 't see the part of watermark under a table? Because the (white) table/cell background is covering the Watermark. Did you define a t

Useless font metrics for true type font

Hi all we are currently experiencing a problem with font metrics provided by the PfdGraphics2D class We create pdf documents only using the tools provided by the PdfGraphics2D class no iText-in

itext header and footer xml

Hello I 'm using your java itext library in an application and using the xml to pdf/rtf functionality. In doing so i was trying to use the header and footer features for these formats and discover

Re: Eliminating white space in a table

Paulo Soares <psoares <at > consiste.pt > writes > > setLeading() > > ----- Original Message ----- > From <THuhman <at > npic.com > > To <itext-questions <at > lists.sourceforge.net > > Sent Friday

DocumentFont & TrueTypeFont

Hi Is there a way of converting DocumentFont into TrueTypeFont so that I could inspect the necessary properties of TTF like os_2. Thanks

Runtime.getRuntime().exec( "cmd /c start acrord32 " \ " " + file

Dear pdf experts I have an issue opening a pdf-file in java on windows the straight way. I do it this way Runtime.getRuntime().exec( "cmd /c start acrord32 " \ " " + fileName + "\ " ") //fileName e.

PDFGraphics2D and GradientPaint

Hi i have a question does the PDFGraphics2D object of iText support GradientPaint to fill a shape with a linear color gradient pattern? Thanks in advance Guido von der Reith -- 5 GB Mailbox 50

PDF Signature for part of document

I need to sign a PDF doumcent using itext. My problem is to generate hash code just for 'any portion ' of the document instead of the 'whole ' document but I don 't know whether itext can do it or not.

JFreeChart and Document.newPage

Sorry for the newbee questions but. Are there any examples of using JFreeChart or any Graphics2D drawing on multiple pages? I don 't need to span pages but I would like to put several charts into

Subject: Re: colspan

When I print the html page it does not wrap the cells when printed on letter size paper only the itext pdf. There is enough space for it to expand to 1 line but it leaves a large spacing between t

1 large page to 2 small pages

Hi I have a large pdf page of size height "8.27in " and width "23.38in ". Which is twice the width of a A4 page. I need to split a single page into 2 pages of size height "8.27in " and width "11.69in ".

binding javascript to acrobat form

Hello is there a way to bind a javascript action with the existing (i.e. I open a pdf document and want to modify it a bit) acroform? So far I have only found a possibility to bind the javascript

tahoma 8 in doc is diff. as in pdf

Hi I wrote the following code import java.lang.* import java.io.* import java.io.File import java.util.Vector import com.lowagie.text.* import com.lowagie.text.pdf.PdfWriter import com.l

Rotating a page

I 'm using PdfStamper to merge two different PDF 's into one. Is it possible to rotate a page using PdfStamper?

anti-aliasing and barcode

Hi Group I use BarcodePDF417 to generate a 2-D barcode and call its getImage method to get the barcode as an image. Everything is fine until I print the image (in a PDF file) to certain printers. So

Re : reading a pdf from the db and change it.

Hello I???m trying to edit a pdf which is saved in the database first read it into a inputstream then to the pdf reader I cant get it to read the inputstream into the pdfreader InputStream input

iText with .NET, C#, and AcroForms

I am attempting to do something which seems like it should be simple and straight-forward yet I 've had great difficulty with. I am trying to read an existing PDF document and use the AcroFields com

Subject: colspan

I have a feeling this is going to be trouble but it 's worth a shot. I am using HtmlWorker to parse an htm page and create a pdf (a different htm file from my earlier posts but the same itext code)

Ouputting Byte Stream to PDF

Hi I have a page that calls a servlet that calls another class that gets a resultset. I want that class to take the resultset iterate through it and call another class 's method to display the

Eliminating white space in a table

I 'm having trouble with eliminating so much white space in between rows of cells in my PDF document. My table has 5 cells per row. When I have filled multiple rows the white space in between rows

Help with outputting bytestream to PDF

Hi I have a page that calls a servlet that calls another class that gets a resultset. I want that class to take the resultset iterate through it and call another class 's method to display the ou

Opening Adobe upon document close

Is there anyway I can trigger Adobe to open as soon as I am done writing to the file??? I am using Java5.0.

relative path for images

Hello group Is there a way to specify relative path to include a image in the pdf document. Specifying absolute path to Image jpg Image.getInstance(imagePath) works but this is not a good approach

release 1.3.2

I have just released iText1.3.2. I 'm not very active on the mailing list lately because I 'm writing a book for Manning Publications 'iText in Action '. Mark Hall has done some updates in the RTF pack

Subject: Hi All

Hi i want java code for the conversion of Doc file to PDF file... can we do that ?...i some how managed to get the content of Doc file into a PDF but i am not getting the content as it is(missing al

ImgPostscript defaults to 800x800

Hello Paolo I am just looking why my postscript files are not placed correctly and met some lines which might be the reason for it. In ImgPostscript method processParameters seems to set the height
Page 212 of 388 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100