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 204 of 388 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10   Next 100  

Re: Flattening only part of the fileds in PDF Form

Was this ever added? This feature would make a project I am working on A LOT easier. I need to fill in 80% of a form using the PdfStamper and want those flattened but I still want to leave about 10 fi

Got error " java.net.MalformedURLException: no protocol "

Dear Sir I managed to compile iText sample file Chap0707.java but when it is run following error occurred Chapter 7 example 7 parsing the HTML from example 2 ExceptionConverter java.net.Malform

RE: Got error " java.net.MalformedURLException: no protocol "

Dear Sir The problem is solved after adding j2ee.jar into the classpath. Best regards XiaoYing -----Original Message----- From Xiao Ying Chen Sent Saturday September 03 2005 5 17 PM To 'itex

RTF Table of Contents Font

Hi I am generating the TOC using the following code Paragraph p new Paragraph() Paragraph para new Paragraph() para.add(new RtfTableO

iText question.

Hello tell me please how may be put the "PdfPTable " in "Paragraph ". I have examined the "add(Object o) " method of the "Phrase " class and saw that the PTable type 's element is not handled . After th

RTF Generated TOC Font

I am using the following code to generate the TOC. Paragraph p new Paragraph() Paragraph para new Paragraph() para.add(new RtfTableOfCo

out of memory error when Splitting file which contains ove

Use the constructor PdfReader(RandomAccessFileOrArray byte[]). > -----Original Message----- > From itext-questions-admin@(protected) > [mailto itext-questions-admin@(protected)

Problem in filling Form Text Field with Japanese Chars

Thanks in advance for any response on this. We have form with text fields with predefined fonts (MSPMincho) on the form. We are reading file with japanese text and filling the form with Japanese tex

out of memory error when Splitting file which contains over 10

I use iText to split pdf file into small files who only contains one page. When splitting file which contains over 1000 pages my program throws out of memory error. First time I thought error caused

PDF File Differences between JDK 1.3 and JDK 1.4

Hi I sent a previous post describing a difference of PDF file size when created using different versions of JDK. I spent further time investigating and the format is quite different

Printing Pages more than one time

Hello is it possible with the iText framework to instruct a printer to print a document more than one time? Background we send pdf documents from our server to our clients over slow internet conn

Radio button, Checkboxes

Hi Is thare any fecility to place radio buttions checked unchecked checkboxes and other special symbols (like copyright symbol) in the pdf file. upto now we are placing these as images. This is ver

Pdf File Size

Hi I 've used itext 1.3 to develop an application which generates a pdf file the file includes a couple of JFreeCharts and also numerous lines and shapes using the PdfContentBtye Java2D met

PDF table layouts

I think I already know the answer to this question (use writeSelectedRows to layout everything yourself) but is there any way to check if a table will fit on a page before adding it to the document

iText with big PDF file

Hello I tried to use iText. I made a simple program able to copy a PDF document. Just read a document and create another one copying one page at a time. The source code below. I used some code from

Unable to save

Hi I have a problem with the PDF.I generate it correctly but I can not save it. Does someone have any suggestion? Thanks in advance Gabriele <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Trans

pdf/html questions

hello - i 'm to be communicating with a site that will have a graphic in .pdf file via XML parser. but desired output for the environment i want it for is .html questions if the source site is

Image not read

PDF java file is not capturing the image file (.gif). It 's working fine in my local machine but when I deploy my war file (the application generates a PDF document too) in a web host machine (https //

URGENT : Big table running across number of pages.

Hello I have a problem where I need to put a Header information at the top of every page. The problem cannot be solved with having this header as a page header in the PDF document. The list to whi

AcroForms setting field type

I have a problem using AcroForms. My source code is PdfStamper stamp new PdfStamper(reader fos) AcroFields form stamp.getAcroFields() Map mfields form.getFields() Set setFields mfield

Re: How to create ps file for print by iText

I cant tell you how to solve your pagesize problem because my experience is that the pagesize can not in a portable way adjusted. While postscript files do not neccessarily contain page size informa

Reusing the Font from a Textfield

Hello I need to fill a TextField with Unicode characters. Because this is not implemented I would like to make a workaround. The original code private void setText(PdfStamper stamp String fieldN

Document.getPageSize()/.setPageSize() note (FYI)

If in a method you Document doc ... doc.setPageSize(PageSize.LETTER) ... Rectangle rec doc.getPageSize() rec.setRight(rec.width() + 10) doc.setPageSize(rec) The page size o

PDF Printing to Network printer

Dear iText support Thanks for a wonderful piece of software that makes me breathe easy now... I solicit your advice on the following requirement of mine. I have a Java Stored procedure through

Table based report

-Simple request (I hope) I would like to generate pdf report from database table (or any other table-like structure like two-dim. array) with fixed number of columns and unknown number of rows (u

Form field text shifting after setField?

Hi everyone thanks in advance for your support. I 'm experiencing some problems filling form fields on the fly. I have seen a number of other posts regarding this issue to no avail however I 'm confi

difficulty in using two variables one after the other ...

? I am using two variables(annexGF and isItemDesTxtval) one after the other ... the following way <xsl for-each select "statements/tabularStatements/tabularStatement " > <xsl variable name "anne

Subject: Java error

I am getting this Java error java.lang.NoClassDefFoundError com/lowagie/text/Document java/lang/Throwable. <init >(Ljava/lang/String )V+4 (Throwable.java 81) java/lang/Error. <init

Mixed language text

I am working on creating a pdf but the text I am loading is mixed language (English Spanish French Chinese Japanese maybe Arabic). In looking in the web postings I figured out how to use the ar

How to remove XMP Metadata inside Stamper?

Leonard Rosenthol wrote > > > > That way you wouldn 't have to care > > about the XML. It would be generated > > behind the screens... > > Would that be a good idea? > > > For the average user of
Page 204 of 388 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10   Next 100