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

JDesktop Integration Project - WAS Re: [iText-questions] how view
a pdf file?

Hi folks we recently had the question how to start a platform-specific PDF viewer from within an Java application. The answer was that doing so is not portable and might be tricky. As it h

Re: Page headers corrupting nested Tables

Lee Ser Wei <serwei <at > singtel.com > writes > > Hi all > Am using nested Tables using insertTable() to created irregular columned > rows for displaying mixed numeric and long text data. > B

Re: PDF printing reference

I forward the question to the mailing-list. I don 't have the time to produce a code sample rightnow. Samuel Wong wrote > Hi > > I saw your post in itext forum regarding view/printing refere

raw image data

Hi I am creating an instance of Image class using Image.getInstance(byte[] img). these image bytes i m getting from FileNet Content Engine.Its API uses TransportInputStream. Pls go through f

Subject: CMYK Image

I realize this isn 't the proper mail group for this question but does anyone out there have a good way of getting a CMYK image either tif or jpg into Java? I heavily use PdfGraphics2D and wou

calculate the position Y

Hi I have a PdfPTable and I add this table to direct content in position (x y). In the end of table I have to add a phrase like "xpto xpto " (add to direct content). The number of rows is dynamic.

Reading fonts and images as resources in a WAR

I would like to place various external font files and images into a web application. When the application runs i want to be able to use the classloader to find the resources (fonts and images) as op

no border around table for an .rtf document

I am creating a table for an rtf document which I don 't want to have borders around the cells see the following code Table table null { table new Table(2) Cell

image stretching.

Hi Is it possible to stretch an image when cell height is not known. I have a table with a cell consisting an image of the line. I want this line to extend itself as per the cell height of th

CMYK text color problem

I 'm trying to make some basic PDF 's with wrapped hyphenated text with a non-black font colour. The text goes in fine using the paragraph.add method with a chunk - hyphenates nicely wraps prope

Signature format

Hi I am really pleased with the library you guys created! It 's is excellent! I was able to create a small program which signs digitally a PDF file. I realized that the PdfSignatureAppearan

Need to know the core part of the PDF Generation

Thanks to all of you..!! We will evaluate both the options - use of iText and developing own component - before making the final call. Thanks! Satish. Ph 91.80.2207.8602 Leonard Rosent

itext and variex software solution

hallo i have a question how i can get a link on the itext-sides to www.variex.de. we build a solution based on itext with an extended support for xml to pdf. with regards thomas k?bler

Re: [iText-questions] changing the codeline addProducer() license
problem?

dani wrote >Hello guys > >iam using your great library to modify a lot of pdf files which are produced by >some different Adobe Distillers. Now iText is changing the meta-information for >th

easy way for cropping an image ?

Hi I want to insert an image lets say an jpg to a pdf document like this Image img Image.getInstance( "cmyk_test.jpg ") img.scaleAbsolute(300 400)

iText font to SWT font

Hi I like iText 's capability of loading a font from a font file. All I need to do is call BaseFont.createFont() and pass it the font file name. But SWT (Standard Widget Toolkit) doesn 't have th

Re: Need to know the core part of the PDF Generation

Although this is a rather comical thread i think that we may not forget the baseline "its getting harder and harder to trace out what parts of the code are responsible for doing what ". It 's alr

changing the codeline addProducer() license problem?

Hello guys iam using your great library to modify a lot of pdf files which are produced by some different Adobe Distillers. Now iText is changing the meta-information for the Producer "iText b

Acrobat 7.0 (Fields with font: /Cour 8 Tf 0 g 8.160 Tc) pr

iText only knows about font size and color. It ignores anything else so what you see is done by Acrobat. Also note that Acrobat 7 forms have problems with iText and lower Acrobat versions. > --

putting a "checkbox " in a pdf form

I 'm trying to put an empty checkmark on my PDF page. I 'd like to do it either with a unicode character or with the Dingbats font(I don 't know how to do this). However when I follow the example for

Re: [iText-questions] Need to know the core part of the PDF
Generation

At 08 47 AM 4/15/2005 Satish_Burnwal@(protected) wrote >As you mentioned - I want to know the low level detail for the simplest >case just to write some simple texts in to a PDF file.. The

Hidden Text in RTF

I need to create hidden text before paragraphs in an RTF document. Once the user opens the document in word he can unhide the text to view it. Is it possible to create hidden text for an RTF docu

rtfwriter and XY position

Hello! It is posible with the rtfwriter to set a character at a XY coordiante like shotTextAligend? cb.showTextAligned(PdfContentByte.ALIGN_CENTER "(3\ " 10\ ") " 216 + 25 720

Re: [iText-questions] PDF Change UR3 Encryption to add
Annotations with Adob

At 09 32 AM 4/15/2005 Jung J?rgen wrote >i 've a question about Annotation modification with Adobe Reader 7.0. >Since PDF 1.6 and Adobe Reader 7.0 it is possible to edit modify and delete >Annotai

Problems with Rectangle in PdfContentByte

Hello I 've just tried to position a Rectangle within a PdfDirectContent at an absolute position using the following code try { PdfWriter writer PdfWriter.getInstance(document new Fi

PDF Change UR3 Encryption to add Annotations with Adobe Reade

Hello i 've a question about Annotation modification with Adobe Reader 7.0. Since PDF 1.6 and Adobe Reader 7.0 it is possible to edit modify and delete Annotaions with the Adobe Reader. To do this

Need to know the core part of the PDF Generation

Hi I am new to PDF generation but I need to implement a simple component (not as rich as iText) for generating (writing) PDF documents. Though iText is open source project I am finding a bit ha

Acrobat 7.0 (Fields with font: /Cour 8 Tf 0 g 8.160 Tc) proble

Using itext I 'm filling the existing form template. The font of the fields is /Cour 8 Tf 0 g 8.160 Tc (Cour with extra spaces between characters). Under other acrobats - all ok but under Acrobat 7

rtf read only

Hi I need to generate read-only rtf document. Is it possible? How? Thanks in advance. Ana

Generating Forms in PDf from an XML file

Hello I am looking for a solution to a long-term problem relating to XML and PDF. Within my XML documents there is an element called "checkbox ". This element has a uniquely assigned ID. When g
Page 239 of 388 Previous 100   Previous 10   231   232   233   234   235   236   237   238   239   240   Next 10   Next 100