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 235 of 388 Previous 100   Previous 10   231   232   233   234   235   236   237   238   239   240   Next 10   Next 100  

Chunk background color for RtfWriter2 does not work

I wanted to set the Chunk background color to 'Color.gray ' while generating a RTF document with the RtfWriter2 of itext-1.3 but it did not work. Then I tried com.lowagie.examples.objects.chunk.B

request of help

Hi. My name is Christian Iachini and I am a student. I am doing a research about tracking activities online and I hope you could help me with an issue. Is it possible using the Acrobat Javascrip

RTF Table Alignment.

I 'm trying to center an entire table in an RTF document. The setAlignment() method doesn 't seem to work. I 've also tried adding the table to a paragraph and setting the alignment on the paragraph.

control image embedding

Hello Paulo I am using iText to generate PDF. I want the size of the output PDF file can be as small as possible. I want to know if iText would allow user to select the resolution and compression

Bookmarks vs table of contents vs index

Hi As I understand it pdf has bookmarks and if you want a table of contents in the pane to the left you build it up as bookmarks. So. If a Word document has both a table of contents

New example to extract file attachments

extract_attachments.java - extract file attachments to a directory All this at http //itextpdf.sourceforge.net. Best Regards Paulo Soares

PdfPTable: second page very different from first

Hi all Building my first iText (v 1.2.3) app. I 've read the API doc and a lot of the tutorial example programs. The app builds a table in two columns and around 75 rows i.e. multiple pages.

Sending pdf by a servlet / modify the default "save as " name

Hi I have a servlet that builds my pdf and send it directly to the browser. This way the address is something like "http //myUrl/myApp? param1 value1¶m2 value2 ". Now when the pdf is dis

New release itext-paulo-154

Changes in itext-paulo-154 (2005-05-04) - CCITTG4Encoder.java has a bug somewhere that for some patterns causes an out of memory exception. The bug is not corrected but an exception

Missing the hyphen character

Good morning all (Cross-posted to pdfdev and iText lists) We seem to be losing the hyphen when printing a pdf on a "mainframe " printer an IBM Infoprint 4000. The hyphen prints when printing t

PdfTemplate: setWidth()

Hi there I need to know how do I set the width in this example i.e. I have a long text but if I set a small width I want the text to be cut and appear only the beginning! (Like the noWrap()

Question on Annotations(removing)

Hello I am rather new to iText so please bear with me. I am trying to remove only one annotation from a PDF if it exists. I have gotten to the Annots referance but sometimes it is an PdfArray

Using iText with an EPS file

<html > <div style 'background-color ' > <DIV class RTE > <P > <FONT color #00ff33 > </FONT > <BR >Hello all <BR >I am trying to use an EPS file with iText version 1.3 and am having extreme difficulty. I have sav

PDF Annotations

I am having trouble printing annotations. I am using the PdfAnnotation Object to add different types of annotations. All the annotations are viewable on the document however only Pop ups will print

Alignment in a dynamic table

aTable.addCell(new Cell(new Chunk(customer.getName())) i j) The method setHorizontalAlignment has a void type how to set alignment without creating distinct cells? I mean do{ ... aTa

Retrieving embedded file from PDF document

Hello I managed to add a file attachment to a PDF file using iText. Now I 'm trying to read / get back the file attachment from the PDF document. I found the following article in

iText-lplanet-SSJS - Pdf Creation Problem-2

Hi I found that the problem is due to java.lang.ExceptionInInitializerError taking place at document.add(). But why is this happening and how can I fix it ? . Thanks for you attention

about the specification of RTF and the NESTED TABLE

Hello Can you tell me why itext can 't produce nested tables ? it 's really a problem to do that ?it 's difficult ? or impossible ? i would like understand because i need do create nested table

iText-lplanet-SSJS - Pdf Creation Problem

Hi I am using Iplanet Webserver 4.1 and I am calling a java class file from ssjs to create pdf file using itext library. I created a pdf document in my local system but when I tried in iplan

Subject: unsuscribe

Images in a jar file.

Hi! I 'm running into an odd situation. I 'm building some reports using iText on Weblogic. I 'm using tables and images and it works great. To load the images I was supplying the http url to

Problem with XmlWriter

hi Always thanks for your valuable guidance I have following instance of code *PdfWriter writer PdfWriter.getInstance(doc new FileOutputStream( " mr.pdf ")) *. . . . *PdfContentByte

Iterating a collection problem!

While I 'm using an iterator to browse a collection Tomcat gives me an error message "out of memory ". I think my code is ok I have looked around here and my code seems to be similar as other ones

Small enhancement for CMYKColor

Hi I often store values for CMYKColor as hexstrings for example #000000ff. For using them in CMYKColor i made a additional constructor like this /** * Generates a CMYK Color

Problem whith merge pdfs

Hi I have a problem Sometimes I get error message. java.io.IOException PDF header signature not found. at com.lowagie.text.pdf.PRTokeniser.checkPdfHeader(Unknown Source) at com.lowagie.text.p

Re: [iText-questions] Effiecient way to work with database using
iText.

Kapil Dhakad wrote > I am applying iText in a web-application but I get confused with > following things. > Which way will efficient to generate report from database. > I am using MVC architec

Width of PdfPCell cell

Hi I want to set the width of every column in a pdf document this width could be different for different columns. I do not know if we have a control over setting the width of a particular col

Line drawing

Hi I want to draw lines on the Pdf page. Lines can of any thickness. Please suggest me the aprropriate class methods for that. I looked into Graphics calls and wrote something like Graphic g

Effiecient way to work with database using iText.

Hello Intelllectual commandos of iText I want important information from you. I really impress with your work about iText. I am applying iText in a web-application but I get confused with follow

Using AWT/Color class with iText

Hi all Is it possible to use the Color class (java.awt.color) with iText without installing X11? Is there any alternative class that can be used to define a color (for cell background in a
Page 235 of 388 Previous 100   Previous 10   231   232   233   234   235   236   237   238   239   240   Next 10   Next 100