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 39 of 388 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10   Next 100  

Adobe and GeoTrust

A question for the list. The last time I checked Adobe chose to ship Acrobat Reader with only a single trusted root Certificate Authority (GeoTrust). Does anyone know why such a decision has been ma

problems signing PDFs using a Verisigncertificate

----- Original Message ----- From "Carl H. Sayres " <carl@(protected) > To <itext-questions@(protected) > Sent Sunday June 10 2007 1 06 PM Subject Re [iText-questions] prob

getting the information of images in PDF file

Hello ALL I have created a PDF file which contains some images. How can i get the information about images on that PDF later when i need it. The infomation are color space size etc. Is there any

Paragraphs and new pages

Hi I have a question about iText. I 'm generating a pdf with some paragraphs and I need that when one paragraph don 't fit to a page the entire paragraph jump to next page so a paragraph is never sp

Memory issue while adding images in document

I am adding 100 images into the pdf document. After adding 90 images the program throws outof memory exception. for(int i 0 i <100 i++){ Image img Image.getInstance(url) document.add(img) }

Table of Content in pdf - Example

Hello sorry for the uninformed question but can someone point me to an example of how to create a table of content referrening to the correct page number of the sections? I searched through this

Read link details of the page

In the company we scan documents and then link them up. The main document has page(s) of selected text linked with external documents which are usualy in subdirectory. Currently if operator whant to c

Time to load an Image

I have an image (size 202 KB) which I would like to load! File file new File( "logo.jpg ") FileInputStream is new FileInputStream(file) BufferedImage bi ImageIO.read(is) com.lowagie.text.Image

Can 't create BaseFont with known registered fonts

I am getting a DocumentException trying to create a BaseFont with the following BaseFont bf BaseFont.createFont( "arial " BaseFont.CP1252 BaseFont.EMBEDDED) In place of "arial " I have tried sev

Designer & RadioButton work-around?

I know by default iText is not working completely with Designer designed forms. My current client is using Designer for which I have little control and for everything but radiobuttons iText is worki

Signing PDF using USPS EPM as TSA

I am trying to use USPS Electornical Post Mark (EPM) to digitally sign my PDF file. I am following the posted example http //itextpdf.sourceforge.net/howtosign.html#howtosing example How to sign

getPageContent question

I am trying to get all of the content for a PDF using the getPageContent method. The PDFs that I am having problems with have digital signatures on them. When I make the getPageContent method I am

problems signing PDFs using a Verisign certificate

I 'm having two problems signing PDFs using a Verisign certificate with iText 2.0.4. 1. I 'm including an Image of the handwritten signature using setSignatureGraphic. The signed PDF that iText produ

add a table (which is created out side) to headerof docume

That 's your programming choice. Paulo > -----Original Message----- > From itext-questions-bounces@(protected) > [mailto itext-questions-bounces@(protected)] On > Behalf Of ng

IText -- post the question to sourceforge site...

Hi To write the table into end of page I have been using fitsPage() method which is in PdfWriter. But now this is deprecated method in latest version (Ver 2.0.4). So I want to know what is the a

High memory allocation with PdfPTable

Hi I have tested your http //itextdocs.lowagie.com/tutorial/objects/tables/pdfptable/index.html#memory and analyzed the memory allocation during the build with NuMega from Compuware. The result

High memory allocation

Hi I have tested your http //itextdocs.lowagie.com/tutorial/objects/tables/pdfptable/index.html#memory and analyzed the memory allocation during the build with NuMega from Compuware. The result show

Adding revocation information in PKCS#7during signing

Hi Thanx for previous reply and good guidance. For your ease the thread link of previous reply is as follows http //www.mail-archive.com/itext-questions%40lists.sourceforge.net/msg31595 .html

weird exception

Can anyone tell me what this exception means and how can I possibly fix it? (Ignore the class throwing the exception it 's part of my rendering software). Thu Jun 07 10 31 15 GMT 2007 Imposer com

Subject: xmp

Hi My code currently adds xmp data (multiple schemas) to an existing pdf using PdfStamper. When I open the resulting file in Acrobat Writer 6 I can see that the properties exist in the advanced sec

Round Rectangle

Hi I am Senthil Kumar. I am new to iText. I have a question regarding Round Rectangle.Is it possible to draw a round rectangle with only top two edges curved..? Thank you Best Regards Senthil Ku

very important iText question

Hallo I have a very important question How can I cut an Image? I am programming in Java (eclipse). I looked up your tutorials and tried them out. I created a PDF and added an image. It is a real

Insert values to pdf template

Hi all I am facing a problem while insering values to pdf template. The insertion is possible for one to one mapping(one value to one field name) but i want to insert some dynamic numb

add a table (which is created out side) to header of document

Hi I 've read and run your example "headers_and_watermarks.java ". The example adds a table to the header of every page. It 's ok when we have the table created inside "event " methods (onStartPage onO

Error message

I am getting the following error message com.lowagie.text.DocumentException Table 'name ' does not exist in C \pdfFonts\ARIALN.TTF And it originates failing on File fArialNarrow new

Website Error

Dhruba Bandopadhyay wrote > This page > https //lists.sourceforge.net/lists/listinfo/itext-questions > > is giving > --- > Bug in Mailman version 2.1.8 > > We 're sorry we hit a bug! > > Please

Challenging Problem?

Hi I have tried for several hours (more than a day) to solve this problem. Yes I have read the documentation and also bought the Manning book. Can somebody give me pointers on how to solve this? He

Setting font on Acroform

Hello I 'm new to iText I have one question I have some pdf files on which I created some Acroforms with Adobe Acrobat Professional 6. I manage to write on the fields but I cannot set font type (I

RtfWriter: How to set font size of paragraph rendered from

On Monday 04 June 2007 Stewart Meyers wrote > Whenever NewPage() is called for RtfWriter it places a paragraph with a > NewPage (/page) marker in the document. The problem is that the paragraph >

Subject: jpeg to PDF

Hello I am trying to convert jpeg images to PDF. Please advice. Thank you! Irina Morin Software Engineer Application & Data Services (215) 590-9825 <html xmlns o "urn schemas-micro
Page 39 of 388 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10   Next 100