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

How to keep a section title on one page

Hello Could you please tell me how to keep a section title on one page? Paragraph.setKeepTogether() does not keep a section title on one page. I attached a short java program and its pdf output to

Upgraded from 1.2.3 to 1.4 and having issues with Document.clo

Hi all. Again thanks for the great support and effort you put in here. I recently upgraded to 1.4 and am having issues when I run a job. Here 's a smidge of my error log (08/15 14 20 36.548) Desti

Exctracting postscript data

OK I tried asking this before and received a rather curt answer so I will try again rephrasing my question History. I currently use JSP and Scriptx to generate my print. The dilemma is Scri

ConcatPDF on Iseries System

Hello I have been using your ConcatPDF tool on an ISeries/As400 system with terrific success however I have recently ran into an issue when I try and concatenate several TIFF files into one large

Subject: iText error

I have checked in the iText.jar file and the afm are there anybody have a clue what might be causing this. I just change my iText version from version 1.3.1 to 1.4.3 Helvetica not found as res

PDF signature example

Hello Is there any simple PDF digital signature for reference? Sign(Multi-sign) a PDF and verify a PDF using iText? Is it possible to add a signature stamp in a PDF ? Best regards Eric --------

PDF streaming and problem with Mozilla

Hi Guys I have an odd problem here. I have a servlet that generates a pdf which is stored into a ByteArrayOutputStream similar to the ProgreServlet. Everything works fine in IE but mozilla give

question about splitted pdf

Hello I 'm working on a java program that split a pdf in different pdf. Here is my problem all PDF that i create have nearly the same size has the original. The sample for spliting pdf found in

Save pdf as jpg or gif

Is it possible to save the generated pdf document as an image that can be displayed on a web site. I still need the pdf document to send as an email. Birthe

Itext and ASP.NET (VB)

You have examples in VB in the itextsharp site. If that 's not enough you probably need to learn a bit more about VB. Paulo ----- Original Message ----- From "PoisonElves " <poisonelves@(protected)

Encrypted PDF document

Hello! I use iText for the development but have collided with one not clear moment I shall admit have the encrypted pdf document and we wish to receive the information on its internal structure with

Adding Paragraph to existing pdf

Hello I 'm trying to add a Paragraph with a list to an existing PDF-File. Therefore I take this example Paragraph paragraph new Paragraph( "Things to show in the list ") com.lowagie.text.List li

why rowspan is disabled for PdfPCell

Hello. I am working on creating pdf documents with iText. I need to support documents with tables that can contain cells that span over several rows. I noticed that PdfPCell doesn 't have this functio

A question about PdfPTable

Hi All I know that we can fill a pdfptable row by row through addCell() method Can we fill the pdfptable column by column? Thank you.

Disabling print button after one print.

I have generated a PDF document using iText. Which is displayed on client 's screen inside browser. Now I want to allow client to print this document "only once ". And after that the print button

Nested table creates unwanted page break

I have two tables A and B. Table B is longer than one page so it is split across two pages. My document looks like Page 1 some paragraph text (one line) Table B (begin)

Detecting blank pages

Hi. I am currently using iText to create and copy PDFs. I have some pdfs that have blank pages (no text no image) and I would like to detect and remove those pages when I come across them. If

of images

Hi all I am a new to iText and going through the tutor. I find the information provided by the site is very useful and espacially mail archives . My question is if I want to create a docu

Subclass Cell for use with rounded corners

Hi there I would like to know the best way to create text boxes with rounded corners writing in the PDF at the high level without specifying explicitily the coordinates for the position. I thought t

Disabling font embedding does not work

Hello I 'm using iText 1.4.3. I load fonts with the FontFactory in the following way FontFactory.getFont(m_strFontFamily BaseFont.IDENTITY_H BaseFont.NOT_EMBEDDED m_iFontHeight iStyle) The re

PLease help!!! I need an example of usingHTMLWorker

HTMLWorker creates PDF from HTML. Paulo ----- Original Message ----- From "Michael Gantman " <Michael.Gantman@(protected) > To <itext-questions@(protected) > Sent Thursday August 10

Can An Existing PDF-document Be Read And Output?

To all I recently became aware of iText and have successfully used it to write PDF-documents from text. However now I need to go the other way. I 'd like to read an existing PDF-document and crea

Quick Question

I 'm just trying to get all the bookmarks/chapters that may exist in a PDF document. How do I extract those bookmarks/chapter text from a PDF document if they are present? <html xmlns o "urn schemas

Subject: jsp to pdf

OK I tried asking this before and received a rather curt answer so I will try again rephrasing my question History. I currently use JSP and Scriptx to generate my print. The dilemma is Scrip

Graphic page spanning

I am working on a project that involves drawing a chart (manually) on a Graphics object. It will be too large for one page and will likely span multiple pages both horizontally and vertically. Does

Mixing text and lines

I am doing something wrong with mixing boxes and lines with my text. I keep getting the error "Illegal operation inside a path. " from acroreader7. I am attempting to replicate a form that needs to be

SetSimpleColumn Question

I have written the following code BaseFont arial BaseFont.CreateFont(@ "C \WINDOWS\FONTS\ARIAL.TTF " BaseFont.CP1252 BaseFont.NOT_EMBEDDED) Font f new Font(arial 10f Font.NORMAL) Document doc

Exception while getting the revision

Hi I am trying to get a revision from a signature. When I use JDK 1.3 or 1.4 it works fine but when I use JDK 1.5+ I get the following exceptions java.io.EOFException at com.lowagie.text.pdf.Random

concatenation example

hello if i run the example code for pdf-file-concatenation from here http //itextdocs.lowagie.com/examples/com/lowagie/examples/general/copystamp/Concatenate.java the original content of the target

strange effects in itext-pdfs

hello itext-list i am currently concatenating some pdf-files to one new file with itext and it works fine. the only problem is that the commenting functions of acrobat produce strange effects in p
Page 116 of 388 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100