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

Can itext support double byte characters?

Dear itext Gurus I am new to itext. I need to generate pdf with Japanese characters. Can this be done with itext? If yes please advice. Thanks and Regards Julie <html xmlns o "urn

Delete PDF from IE cache

Dear List I have a problem with IE cache I generate PDFs from java servlets with iText. These PDFs contain personal data. In this case I would like to remove these PDFs from client IE cache. I ca

RTF footer more than page No

Hi There is someone who could please help me in solving a problem like that I want to display a footer (to all pages from the document) that will have Page No and Current Date. I have these 2 elem

iText-questions Digest, Vol 4, Issue 15

Hi Paulo i see. In my case the wysiwyg editor generated the font name as "Times New Roman " instead. After a string-replace to "Times-Roman " it works like a dream -) Thanks rgds Daniel >It 's

Modifying named destinations

Dear all I need to pull out named destinations from a PDF file change embedded spaces in the destinations to underscores and put it back into the same PDF. How can this be done? While this Board ha

image pdf print problem

Dear Sir As I use iText to generate PDF with image inside PdfPTable tblCellRow1 null .... byte[] img1 ... tblCellRow11.addCell(Image.getInstance(img1)) The pd

Question relating to appending a PDF using iText

Hi Is it possible to open a PDF document and append some text (or update field) to the original PDF document. I see that there is loads of examples of writing new PDF document using PdfWriter and add

Font Size Question

Hi all I 'm using iTextSharp and using "arialuni.ttf " why the minimum font size is 8? If i set the font size less than 8 all the characters are lost. If i really want to show a smaller font what

How to set font for text using ColumnText?

Hi list i can 't seem to force a certain font and font size to be active when adding text directly to a PDF. I have tried the following code (below). Whatever i do the font used in the pdf is alwa

(pdf)

Hi i need to convert some byte arrays into a new pdf byte arrays. for example i have byte array that represents a jpg-image and i need coresponding pdf-byte array. any hints please? i have the

table with properties

Hi I have to create a table with some given attributes (found dynamically).that 's why I am using java.util.Properties properties new java.util.Properties() properties.put(key value) (repeated in a

Servlet and encrypt

Hello I use itext in servlet with stream like this Document document new Document(PageSize.A4 50 50 70 70) ByteArrayOutputStream baos new ByteArrayOutputStream() PdfWriter writer

How to create PDF documents with greek characters

Hi everybody I am trying to create a PDF document using the following command Paragraph p new Paragraph( "Greek Words " FontFactory.getFont(FontFactory.HELVETICA 18 Font.BOLDITALIC new Color(0 0

Cannot print PDF after filling out form.

Frank Starsinic wrote > After populating a PDF with the AcroForm fields and then saving the > PDF the print icon is disabled and I can no longer print the PDF. > > Any assistance is appreciated.

Subject: Re: Word wrap

Frank Starsinic wrote > I have a one page PDF with many fields. A few of the fields can accept > multiple lines of text. > When the form is populated however the text is vertically aligned in >

Label printing - How do I get text to wrap when   using a te

Jonathan DuQueno wrote > > I?ve tried using paragraphs and phrases instead but can 't work out how > to add these to a template (to be honest I don 't realy know what i 'm > doing i 've only be using

Font Leading

Hi all I 'm using "arialuni.ttf " font i set the font size to 8 then the leading of that font will be 12. Actually would it be possible to change the leading to 10? Since i want to minimize the d

Subject: Word wrap

I have a one page PDF with many fields. A few of the fields can accept multiple lines of text. When the form is populated however the text is vertically aligned in the middle and extends beyond the

Cannot print PDF after filling out form.

After populating a PDF with the AcroForm fields and then saving the PDF the print icon is disabled and I can no longer print the PDF. Any assistance is appreciated. Thanks Frank --

How to copy and change text in iText

Hi I need to open an existing PDF copy it and in the process change some texts inside the PDF. How do I do this with iText? Regards N?stor Bosc?n <html xmlns v "urn schemas-microsoft-c

real world image injection

The tutorials using images AND jfreechart are lacking because they assume you can place the image on the page at a given X Y coordinate. Most real world layouts will not allow for this and the graph

Subject: FAQ -

Dear Team Is it possible to write a single JSP so that It could be used to generate multiple documents(PDF/HTML/RTF and XML) based on the user request? I am just trying to create o

Cell Horizontal Alignment

Hi I 'm trying to change the horizontal alignment of a table cell containing just an Image but the call to Cell.setHorizontalAlignment(int) has no effect. It works fine when I add some text to the c

about text field in iText 1.4.4

hi I am evaluating iText 1.4.4 now it is a wonderful job. I found that static XFA fileds can be supported well except for a tiny problem. I followed the example form_text.java and produced a PDF

Creating image copy hole programatically

Hi Bruno Is is possible to create a copy hole for image just like as we are creating a text field programatically without using any tool like Designer. Thanks & Regards Ganesh. -- View this mes

Problem with setting outputintent

Hi Bruno I am trying to set the outputintent to my document for creating PDFx. Here is my code. public static final String iccProfileFileName "C \\WINDOWS\\system32\\spool\\drivers\\color\\USWeb

ClassCastException with getAcroFields

Executive Summary It 's a bad PDF. It has an "AcroForm " entry in the root object ( 'catalog ') but it points to a missing object. IIRC iText will substitute a PdfNull in place of any absentee objec

setHorizontalScaling

I 'm trying to create a chunk of text such that it will match the size of a classic rectangle. I 'm having a problem with the font width. I am trying to properly use setHorizontalScaling to achieve the

Image footer

Hi I want to add an image footer to my document. How do I do that with iText. I have gone through the documentation and I can 't seem to find a way. Hi <br > <br >I want to add an image footer to my do

Column text capabilities

I noticed a lot more references to using column text for document structure. There seems to be a great deal more flexibility with it including the ability to do hanging indents. Is this the way to
Page 110 of 388 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100