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

Append changes PDF internal structure

Hi All I have an append method which is similar to the one in examples (it goes through each page of input pdf file and adds it to output pdf file.). When this append is performed on a single

Displaying Japanese in HTML Export

Hi when exporting Japanese content into HTML I am having the problem that the characters wont display correctly. But everything works fine when exporting it into PDF. I am using a special Ja

button with javascript action

Hello We use a third party product to design and generate a pdf. Using the third party product to design and produce the pdf is required because the form designers are not technical and th

open new window

when I click on a link to a pdf file I would like to display it in a new window. How is it possible?

Adding Blank Signature Field gives problem

Hello folks I am trying to add a blank signature field to an existing PDF document. When I use following code to achieve my requirement it removes every thing from the PDF file and add only a

how add number of page to a document?

I want add number of page to all pages of a Document. For example "~ 1 ~ " "~ 2 ~ " "~ 3 ~ " that must be inserted in the center of the top of all pages. How can I do? Thanks. Marco

RTF output, a few fixes

Hello I am using iText for RTF output on a larger project here but I encountered a few problems with lists and tables. I am using iText 1.3.1 I made a few changes to the code that solved my pr

place a rectangle in the top-left corner...generically

Hi I have an application that cuts an existing pdf document in 2 pieces. It takes the last page apart and puts a text on "the back " (essentially it adds a page of the same size and prints

PDF Signatures and ByteRange

Hi. I 've been using iText to sign PDF files. I 've learned how to do that with the help of the examples in http //itextpdf.sourceforge.net/howtosign.html. My problem is I need the signature to b

Re: iText-questions digest, Vol 1 #2912 - 14 msgs

At 14 29 18.05.2005 you wrote >Steve Appling wrote > >The border on each side of a cell can be turned on or off using >setBorder. Individual border sides can even be different widths or >colo

How can I fill a combo in a PdfStamper object??

Hi iText Gurus I have a Servlet that opens an existing pdf form as template. PdfReader reader new PdfReader( "template.pdf ") // setting some response

Re: [iText-questions] Help Required for POC on generating PDF
using IText API

At 02 42 AM 5/20/2005 j_k_kishore@(protected) wrote > I 'd like to know whether i can use .xdp files as input (templates) for > PdfStamper to read . > No you can 't. HOWEVE

Text Justify

Hi guys Me again i am curious is there a way i can Justify text in the pdf? And is there a way i can change the font to Tahoma? or Arial? Regards Nick <!DOCTYPE HTML PUBLIC "-//W3C//DTD H

Help Required for POC on generating PDF using IText API

Hi All I am working on a POC which should read a template and generate a PDF by filling the form fields on the template. Questions 1. As of now i have .xdp files as templates but when i t

How to save PDF after changes?

Hello folks Please help it is urgent. I 've a problem while saving PDF after some changes. I 've made a sample where I 'm using following method to save. //

Insert an image into a PDF template - PdfContentByte null

Use PdfStamper.getOverContent(). ----- Original Message ----- From "Sloey James " <James.Sloey@(protected) > To <itext-questions@(protected) > Sent Thursday May 19 2005 9 35 PM Subj

IE 5.5 problems (while IE 6 works fine)!!

Hello I created a Servlet that publishes a PDF document. I took all the necessary precautions suggested by Bruno Lowagie and Paulo Soares when dealing with IE including mapping the Servlet to "

Insert an image into a PDF template - PdfContentByte null poin

I have a PDF template containing a background image and some fields that I fill with text. I also need to insert a gif image of the persons signature on the page. I read an archived reply from Paul

Re: Document Location

Nico wrote > Basically i have a Chunk that i need to position at > x coordinate - 20 > x coordinate - 750 > Cause when i use the document.add() it places the chunk at the top of > the documen

Re: [iText-questions] adding page number at the end of each page
using Header

Kurakula Suneetha (HCF) wrote > Hi > > > > I am trying to add page number at the end of each page using > You are mixing two different approaches. Or you use the HeaderFooter object

Document Location

Hi guys i have been using iText for a while but i cant seem so see how to set the Document location. Basically i would like to know is there a way i can set the document location? Regards Nic

Merging PDFs in Memory in Servlet Environment

Hi I 've a problem when merging multiple PDFs in-memory to one single document (I calle it CompoundDocument). I use the iText library. I extracted some code out of the commandline tool "concat_pdf "

Subject: RowSpan

I want to have an image take up 3 columns and 3 rows in a PdfPTable. I can do this in a Table using Cell.setRowspan() but I would prefer to use a PdfPTable. Can anyone help?

underline and background

Hello I 'm new to iText and have to write a program which creates pdf files from a output file of a main frame. Now I habe a question I use chunks to add the lines to the pdf. Now I want to h

Check if a specific text fits in a table

Is there any way of checking if a Paragraph fits in a table with fixed width that contains a cell with a fixed height ? In my example below I want to split the first table to the next page .

adding page number at the end of each page using Header Footer

Hi I am trying to add page number at the end of each page using public void onEndPage(PdfWriter writer Document document) { try { Header

spotcolor getAlternativeCS() and tint problem

hi i use itexts PdfGraphics2D.setColor(Color color) the following way int tint 0.5f Color altColor new Color(255 255 0) PdfSpotColor pdfSpotC new PdfSpotColor( "my

Re: PDFContentByte toPDF()

"bruno " <bruno@(protected) > wrote in message news 428AF820.4010600@(protected) Krunoslav Po?ega wrote >Hi > >One question > >I have PDFContentByte object (passed to method as parameter)

Tables Question

Hi All I am new to this list but would like to dive in with a new question regarding tables Is it possible to omit only one portion of a cell border? For example I would like to have a t

Absolute paragraph placement

Hi I 'm trying to place blocks of text (paragraphs) in arbitrary boxes and positions on the page. Labelling an image for example. I want to take advantage of the paragraph and chunk formatting
Page 231 of 388 Previous 100   Previous 10   231   232   233   234   235   236   237   238   239   240   Next 10   Next 100