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 106 of 388 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

How to get TextField in XFA form

Hi Actually I have tried getting the empty textfield name from XFA form which I want to fill in using the examples given in the forum but I am not able to do it . Could someone suggest the relevant

RtfWriter spazio al top document

Scusate se scrivo in Italiano ma non conosco bene l 'inglese. E ' possibile creare un documento rtf che inizi senza spazi al top. Ho provato a settare i margini del Document ma i dati iniziano

using htmlWriter and a CSS-file, problem with example Chap

ing erl wrote > Any suggestions on how to reach the .small property in my CSS-file ' > myStyles.css '. Examples structured ChapXXYY.java come from the old tutorial. These examples are obsolete. You

using htmlWriter and a CSS-file, problem with example Chap0708

Hello! Checking the example at http //www.lowagie.com/iText/examples/Chap0708.java But having problems with the .setMarkupAttribute(MarkupTags.CLASS "small ") I am starting with the following line

anybody interested in maintaining acrobat plugin for use o

Carsten Hammer wrote > Hi > Is anybody interested in hosting and maintaining the sourcecode of a > acrobat plugin to extend acrobat using itext? My first answer would be why not put it on Source

problem with using the Table class

Hi All i am using the Table class to generate a table . I am using the Table class because i need to add cell to a random location inside the table. The main problem i am facing is the height of the

Problem with Arabic & Hebrew

iText expects the text to be in logical order and not contain presentation characters. As far as I know it works and it 's not by only presenting pictures that you 'll prove otherwise. In other words

anybody interested in maintaining acrobat plugin for use of it

Hi Is anybody interested in hosting and maintaining the sourcecode of a acrobat plugin to extend acrobat using itext? A few years ago I wrote a acrobat plugin that takes java sourcefiles and hooks

Bookmarks Validation

Hi Could you please let me know if there is a way to validate bookmarks using iText? I need to check if the bookmarks in a given document are valid or not if I click on a bookmark it should g

Dynamic Page numbering

Hi all I am trying to display page n of number of pages at the bottom of each page. The problem I am having is that I do not know the total number of pages until after I am done building the docume

Reg : disabling 'save a copy ' feature programatically usin

Hi On 22/09/06 Suneeta Lanka <Suneeta_Lanka@(protected) > wrote > Hi > > We have an issue regarding disabling of 'Save a copy ' feature. Through program we are unable to disable this feature. > > I

deprecated question

hi i was compiling this in a Linux enviroment import java.io.* import java.security.* import java.security.cert.* import com.lowagie.text.* import com.lowagie.text.pdf.* public class Sign{

loading TTF fonts from the classpath?

I have fonts that I need to ship with my webapp so I 'll have to put them on the classpath. Anyone have any pointers on how to register fonts on the classpath with FontFactory? -- Dan Adams Senior So

HTML-table, probs when putting out in layout cells on row, col

Hi! The layout in Cell is not working here I am using the HtmlWriter . Checked in IE and Firefox. Document document new Document() ByteArrayOutputStream baosPDF new ByteArrayOu

Reg : disabling 'save a copy ' feature programatically using iT

Hi We have an issue regarding disabling of 'Save a copy ' feature. Through program we are unable to disable this feature. If you can assist us in this issue it will be of great help to us. T

PdfWriter sets wrong output intents info

Hi Bruno and Paulo I found that the output intents info written in PdfWriter is slightly wrong. In line 2508 in class PdfWriter in the setOutputIntents method it says out.put(PdfName.INFO new Pd

Flattening XFA Form

Hello can XFA-Forms be flattened using the PdfStamper? Greetings Bernd -- Bernd K?ster BuE Bildung und Fon +49-251-5203-602 EDV-Die

Change line spacing within one document

Hi Is it possible to change line spacing within one document? I 've tried the following code Paragraph mainParagraph new Paragraph() mainParagraph.setLeading(11.5f) Paragraph subParagraph

What are differences?It makes me confused.

What are differences among 3 classes AcroFields PRAcroForm PdfAcroForm. I had researched much of online tutorial and mailing list but I found no differences.Or may be that I 'm a new bie or I 'm to

Change Smask for PDF conformance

Hi I am trying to create PDF/X compliant PDFs but have to use PNG images that have an SMask entry. Is it possible to change the generated Smask image to a Mask image so it will be compliant or f

PdfTable with a cell with image and text...

Hi there! This is my first message here... i 've been using iText to convert my java JTable objects to PDF. I have some problem with images inside PdfTable cells. This is part of my code public Pdf

Cell alignment in rtf documents

Hello all I have a question about cells in tables in rtf documents. In a pdf document I can set the alignment of a cell to left right ... If I do the same in a rtf document nothing happens and th

Keeptogether and Paragraph Indents

I have a simple XML that demonstrates a problem with keeptogether. It doesn 't use tables as does the other example mentioned in this list. The following XML <paragraph indentationleft "20 " >

What are differences among AcroFields, PDFAcroForm, and PR

PRAcroForm PdfReader 's form reading class. All you can really do is check out the underlying objects directly. If you want to know the value of a field you need to know how and where to look and

Newline Tags Producing Underscores

Hello iText users and developers There was an earlier post where some "underscores " or short dashes in the PDF were being produced whenever a newline XML tag was used. Bruno showed that it was

[iText-quehttp://www.mozilla.com/products/firefox/central.

Noe Rocha wrote > i already knew this examples. > they work just fine for a desktop app. > can i use them on a servlet? Of course you can. At GovCamp I demonstrated this example http //itext.ugen

Creating a image from my PDF-file or how to create a HTML

ing erl wrote > am I able to take a 'picture ' of my PDF-document and publish that image > on a HTML? Not with iText. br Bruno

Creating a image from my PDF-file or how to create a HTML docu

Hello! I am able to create a nice PDF-file which has a fairly complex layout using the class 'PdfContentByte ' and its method 'setTextMatrix ' to place out my text. I would like to create an exact la

iText rtf font

Hi iText developer Thank you very much for your excellent work on iText which gives me a lot of help! Here is a work around to use fonts with names in Asian encodings in RTF documents. Wish it can

UTF 8 encoding support iText PDF

I am generating Itext Pdf with data of different langauages - Chinese Characters are not visible on PDF file I think PDF is either not supporting UTF-8 or I need to Configure something else
Page 106 of 388 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100