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 114 of 388 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100  

Subject: FormFields

Hiyas Quick question. Is there a sample on how to find out how to fill combo box fields? If a PDF has multiple selection comboboxes and I fill three of the five values and the export values of the se

error status

export pdf.java 264 ambiguous class com.lowagie.text.image and java.awt.image what is this error due to and how to solve it.

Glyph outlines artifacted when rendering Type 1fonts on OS

I can 't help you there with createGraphicsShapes() the text shape drawing is done by awt with drawGlyphVector() not by iText. Maybe you can use createGraphics() with the fonts correctly defined in

StackOverflowException in constructor PdfReaderin jdk 1.4.

Post a link to such PDF. I don 't see any code dependency on the JDK version. Paulo ----- Original Message ----- From "Dries Vanmarcke " <dries.vanmarcke@(protected) > To <itext-questions@(protected)

Glyph outlines artifacted when rendering Type 1 fonts on OS X.

We 're using iText to render rich text to PDF on both Windows and Mac. To output text we use PdfContentByte.createGraphicsShapes() and then standard Java Graphics2D methods (same code draws on screen

StackOverflowException in constructor PdfReader in jdk 1.4.2

We use iText for collecting one or more pdf-files into one pdf. File currentFile null PdfReader reader null File pdfDir new File( "C /pdf/ ") File[] pdfs pdfDir.listFiles() for (int i 0

PDF passwords question

Hello! I use iText for work with pdf files. Now before me there is a problem of definition of presence or absence owner and user passwords. I can not solve it in any way. You could not prompt a way o

images going blank- got the result

Md Sagri wrote > 4 5 6 and 9th image are not completly loaded from the database > due to memory limits. You should avoid this. > The "KGhostView " and "KPDF " viewwers provided by linux comp

Bug in Chapter/Section indentation?

Hello I currently play around a bit with Chapter and Section to see if it fits my needs. I would like to set an indentation for the sections but I get weird behaviour. The titles move over the le

Subject: enquiry

Hi I 'd like to know through your support team that can I have some commercial s/w available with the source code which can convert the content of JSP (web page - HTML) page to PDF format. R

Can 't find answer to post anywhere. Can you help?

If you use the template method you must make compromises either you use the standard way and expect bigger numbers to be slightly misaligned or you can give the space between the "of " and the numbe

Support for static XFA forms is available

Support for static XFA forms is available in the iText and iTextSharp CVS. Paulo

Cell.NoWrap?

Hi I have a table cell (com.lowagie.text.Cell) that has text that is wider than the width of the cell. I would like for the text to wrap within the cell and the cell height to grow to accomodate the

Problem with Certified PDF and Acrobat reader 6

Hi Please help me. I certify my signed pdf and have the problem with "changes " in Acrobat 6 Certification Invalid - with a red X but in Acrobat 7 Certification Valid - with a blue ribbon. li

images going blank

Mr. Bruno I am sorry if I am unable to express my querry. I am giving the whole code that I am using for this document public ActionForward downloadPDF(ActionMapping mapping ActionForm form

check for new line within a line

Hi all! First of all thanks to all iText-developers for that simple-to-use framework! Now my problem I have many sentences that represent a complete paragraph. All these sentences contain someti

RtfWriter2 developments

Hi the RtfWriter2 has gained a few new functionalities * Full support for tabs via the RtfTab and RtfTabGroup classes. * Support for adding Word97-2000 Drawing Objects (rectangles lines circl

Luk Lau/Nationwide/NWIE is out of the office.

I will be out of the office starting 08/21/2006 and will not return until 08/25/2006. I will respond to your message when I return.

the itext-question

Hi When I use the itext with JSP in tomcat I come along trouble.i can 't do.There are my code segment. <body > <% response.setContentType( "application/pdf ") response.setHeader( "Expires " "0 ")

Reading only text information of a PDF document

Hi how can I read "the text " information just the words of a PDF document (not the graphics font information etc) ? The examples I 've seen so far seem to focus on image or a new PDF generation ou

Help on using external TTF font

Hi All I need to write on an existing PDF some text. On top and on the bottom of the page I need to write a code using an OCR-A Font. Creating a new PDF with the code gave with the example all wor

images going blank

Hi all I have a programme to generate pdf consisting of some images with one image per page. These images are appearing correctly for the first time but when i use back button all the images f

Images disappear after appearing in the pdf

Hi all I have a programme to generate pdf consisting of some images with one image per page. These images are appearing correctly for the first time but when i use back button all the images f

most amout of data in the smallest amout   of   space(width) B

I mean it made the barcode narrower..... Kevin Buhr

most amout of data in the smallest amout of   space(width) B

I did the following and it seemed to help (made the barcodes thinner) code128.setX(.5f) -regards Kevin

most amout of data in the smallest amout of space(width) B

Without going to 2D codes the code 128 is the more efficient. Paulo ----- Original Message ----- From "Kevin Buhr " <kbuhr@(protected) > To <itext-questions@(protected) > Sent Friday Augu

most amout of data in the smallest amout of space (width) Barc

Hello there I am using IText to generate Barcodes. Was wondering what was the best way (which type of Barcode fonts etc.) to get the most amout of data in the smallest amout of space (width)? Am

itext bundle

Is your product bundled with-in the Corda suite of products? Tim French 312-2707

Problem with pdf regeneration

Hi I am using following piece of code to regenerate the pdf. one.pdf is the pdf that is read. two.pdf is the pdf that is regenerated using iText. one.pdf when viewed in Acrobat Reader ver.7.0 is a la

Problem drawing SVG in PDF as Vektorgraphic

Hello. I have a graph as SVG and want to save it as a PDF file using itext. The graph is rather large so I don 't want to convert the graph into bitmap graphics. Has anyone hints how to achieve this?
Page 114 of 388 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100