Re: [iText-questions] Example FillDynamicXfa2

2009-11-03 Thread claud108
Mea culpa, FillDynamicXfa2 works wonderfully and maintains the usage rights. I was working with a form that it seems to not allow filling after changing the datasets, but is the PDF form I have to live with. When I use the example ReadXfa2 in order to export the XFA, formFieldFilling has value

Re: [iText-questions] Example FillDynamicXfa2

2009-10-29 Thread claud108
Thank you for your answer. Taking few steps back, I reiterate my intention, namely to use example FillDynamicXfa2. While using, I found out that the usage rights are broken. When I used stamper with those two extra parameters for keeping usage rights, no replacement of datasets occurred. I am j

Re: [iText-questions] Example FillDynamicXfa2

2009-10-28 Thread 1T3XT info
claud108 wrote: > I would drop gladly AcroFields but, by using XFA, the usage rights are > broken. And why is that? If you work in append mode, you can point to new objects that logically (not physically) replace the old objects. I fear we're having a communication problem, due to the fact that

Re: [iText-questions] Example FillDynamicXfa2

2009-10-28 Thread claud108
I would drop gladly AcroFields but, by using XFA, the usage rights are broken. Claudius -- View this message in context: http://www.nabble.com/Example-FillDynamicXfa2-tp26077058p26094716.html Sent from the iText - General mailing list archive at Nabble.com. ---

Re: [iText-questions] Example FillDynamicXfa2

2009-10-28 Thread 1T3XT info
claud108 wrote: > 1T3XT BVBA, > > Any hint about this work? The following sentence is phrased in a very strange way: > I have a really complicated datasets part of XFA to be approached by using > AcroFields. Either drop the XFA and use AcroFields only. Or drop the AcroFields and use XFA only. --

Re: [iText-questions] Example FillDynamicXfa2

2009-10-28 Thread claud108
1T3XT BVBA, Any hint about this work? I have a really complicated datasets part of XFA to be approached by using AcroFields. Thank you, Claudius -- View this message in context: http://www.nabble.com/Example-FillDynamicXfa2-tp26077058p26093634.html Sent from the iText - General mailing list a

Re: [iText-questions] Example FillDynamicXfa2

2009-10-27 Thread Leonard Rosenthol
Because one uses AcroForms and one uses XFA... Leonard -Original Message- From: claud108 [mailto:claud...@yahoo.com] Sent: Tuesday, October 27, 2009 2:28 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Example FillDynamicXfa2 I wonder why with this example

Re: [iText-questions] Example FillDynamicXfa2

2009-10-27 Thread claud108
I wonder why with this example http://www.1t3xt.info/examples/browse/?page=example&id=348 (which uses AcroFields), is possible to maintain the usage rights, while by using this example http://1t3xt.info/examples/browse/?page=example&id=441 (which uses XfaForm), this is not possible. Thank you, Cl

Re: [iText-questions] Example FillDynamicXfa2

2009-10-27 Thread 1T3XT info
claud108 wrote: > Thank you very much for your answer. > > I missed that subtlety of stamper ;) > > But I want to keep the Usage Rights AND update the XFA of the PDF document. > > Is this possible? Only if you throw some work at it. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com

Re: [iText-questions] Example FillDynamicXfa2

2009-10-27 Thread claud108
Thank you very much for your answer. I missed that subtlety of stamper ;) But I want to keep the Usage Rights AND update the XFA of the PDF document. Is this possible? Claudius -- View this message in context: http://www.nabble.com/Example-FillDynamicXfa2-tp26077058p26081801.html Sent from t

Re: [iText-questions] Example FillDynamicXfa2

2009-10-27 Thread 1T3XT info
claud108 wrote: > Hi, > > After using this example > (http://1t3xt.info/examples/browse/?page=example&id=441) on a form that was > possible to be filled and saved by user, it is not possible to fill it > again. > > It appears the message: > "This document contained certain rights to enable specia

Re: [iText-questions] Example FillDynamicXfa2

2009-10-27 Thread 1T3XT info
claud108 wrote: > Hi, > > After using this example > (http://1t3xt.info/examples/browse/?page=example&id=441) on a form that was > possible to be filled and saved by user, it is not possible to fill it > again. > > It appears the message: > "This document contained certain rights to enable specia

[iText-questions] Example FillDynamicXfa2

2009-10-27 Thread claud108
Hi, After using this example (http://1t3xt.info/examples/browse/?page=example&id=441) on a form that was possible to be filled and saved by user, it is not possible to fill it again. It appears the message: "This document contained certain rights to enable special features in Adobe Reader. The d

[iText-questions] Example of iText in Action

2009-09-23 Thread Adam Mork
Hello iText Mailing list, I work at windward reports, and our software has been using iText to do pdf generation for years. Our latest version has been updated to incorporate the latest versions of iText, and iTextSharp. If anyone is interested to see the power of iText at work. We have both .N

[iText-questions] Example of ArabicLigaturizer

2009-02-12 Thread RKVS Raman
Hi, I was sifting through the iText source code but could not appreciate the usage of the methods in ArabicLigaturizer.jar because there are no example which use them. Can you tell me where and how are these methods used? Thanks. Best Regards -Raman ---

Re: [iText-questions] Example Code for annotation in table

2008-06-24 Thread 1T3XT info
[EMAIL PROTECTED] wrote: > Opps, sorry for the misleading emasil. This was not a question but a > working example (at least for me) to save other the hassle to work it > out :-) Aha, OK, thanks for the code sample! -- This answer is provided by 1T3XT BVBA

Re: [iText-questions] Example Code for annotation in table

2008-06-24 Thread carsten . zerbst
Zitat von 1T3XT info <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: >> Hello, >> >> I'd like to offer a table for all included file attachments. There >> was a hint >> of Bruno Lowagie to use the cell event. Below you find an excerpt from >> my test case. > Opps, sorry for the misleading emas

Re: [iText-questions] Example Code for annotation in table

2008-06-23 Thread 1T3XT info
[EMAIL PROTECTED] wrote: > Hello, > > I'd like to offer a table for all included file attachments. There was a hint > of Bruno Lowagie to use the cell event. Below you find an excerpt from > my test case. I'm not sure if I understand the question. Please clarify: - in your code snippet you ADD

[iText-questions] Example Code for annotation in table

2008-06-23 Thread carsten . zerbst
Hello, I'd like to offer a table for all included file attachments. There was a hint of Bruno Lowagie to use the cell event. Below you find an excert from my test case. Bye, Carsten PS: How could one put this table onto an existing PDF using a PdfStamper ?? --schnipp- @

Re: [iText-questions] example in /* chapter05/FoxDogImageWrapping.java*/ does not work

2007-10-15 Thread Paulo Soares
AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] example in /* > chapter05/FoxDogImageWrapping.java*/ does not work > > It only works with the 2.0.1 jar file. how can i fix it? > Thank in advance. Aviso Legal: Esta mensagem é destinada exclusivam

[iText-questions] example in /* chapter05/FoxDogImageWrapping.java */ does not work

2007-10-14 Thread Tim Bron
It only works with the 2.0.1 jar file. how can i fix it? Thank in advance. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration fil

Re: [iText-questions] example using BouncyCastle

2007-08-01 Thread Felipe Gaúcho
thank you very much.. I need to go now, but after everything get working I will be pleased to contribute with documentation... in fact I am planning to publish a first article about the footprint project and I will include a section with detailed instructions about digital certificates + iText + bo

Re: [iText-questions] example using BouncyCastle

2007-08-01 Thread Bruno Lowagie (iText)
Felipe Gaúcho wrote: > ok, > > I received a cer file from CaCert - how to use it with iText :) These pages are under construction, but I already added the screenshots to show how to obtain a *.p12 file from CAcert: http://itextdocs.lowagie.com/security/cacert.php On Windows, you can import the *

Re: [iText-questions] example using BouncyCastle

2007-08-01 Thread Bruno Lowagie (iText)
Felipe Gaúcho wrote: > ok, > > I received a cer file from CaCert - how to use it with iText :) As far as I recall, I received a p12 file from CAcert. Give me a moment, I'll try making new certificates and make some screen shots. By the way: the code for the PDF sCramblEr is online: http://pdfscra

Re: [iText-questions] example using BouncyCastle

2007-08-01 Thread Paulo Soares
sn't have a private key. >> >> Paulo >> >> - Original Message - >> From: "Felipe Gaúcho" <[EMAIL PROTECTED]> >> To: "Post all your questions about iText here" >> >> Sent: Wednesday, August 01, 2007 10:59 AM &g

Re: [iText-questions] example using BouncyCastle

2007-08-01 Thread Felipe Gaúcho
AIL PROTECTED]> > To: "Post all your questions about iText here" > > Sent: Wednesday, August 01, 2007 10:59 AM > Subject: Re: [iText-questions] example using BouncyCastle > > > > trying the below code I can inspect the signature, everything seems fine.

Re: [iText-questions] example using BouncyCastle

2007-08-01 Thread Paulo Soares
A pkcs7 doesn't have a private key. Paulo - Original Message - From: "Felipe Gaúcho" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Wednesday, August 01, 2007 10:59 AM Subject: Re: [iText-questions] example using BouncyCastle

Re: [iText-questions] example using BouncyCastle

2007-08-01 Thread Felipe Gaúcho
trying the below code I can inspect the signature, everything seems fine. File pkcs7File = new File("mycacert.p7b"); FileInputStream inputStream = new FileInputStream(pkcs7File); byte[] bytes = new byte[inputStream.available()]; input

Re: [iText-questions] example using BouncyCastle

2007-08-01 Thread Paulo Soares
What are you trying to do? Paulo - Original Message - From: "Felipe Gaúcho" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Wednesday, August 01, 2007 10:27 AM Subject: Re: [iText-questions] example using BouncyCastle > prob

Re: [iText-questions] example using BouncyCastle

2007-08-01 Thread Felipe Gaúcho
ource) > > > On 8/1/07, Paulo Soares <[EMAIL PROTECTED]> wrote: > > > > - Original Message - > > From: "Felipe Gaúcho" <[EMAIL PROTECTED]> > > To: "Post all your questions about iText here" > > > > Sent: Tuesday

Re: [iText-questions] example using BouncyCastle

2007-08-01 Thread Felipe Gaúcho
ost all your questions about iText here" > > Sent: Tuesday, July 31, 2007 5:52 PM > Subject: [iText-questions] example using BouncyCastle > > > > ok, my tests with keytool and Sun keystore worked fine with iText > > > > whe

Re: [iText-questions] example using BouncyCastle

2007-08-01 Thread Paulo Soares
- Original Message - From: "Felipe Gaúcho" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Tuesday, July 31, 2007 5:52 PM Subject: [iText-questions] example using BouncyCastle > ok, my tests with keytool and Sun keystore worked f

[iText-questions] example using BouncyCastle

2007-07-31 Thread Felipe Gaúcho
ok, my tests with keytool and Sun keystore worked fine with iText where is a BouncyCastle based example ?? - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search

[iText-questions] Example of getDummyCell

2006-10-14 Thread vislavti
Does anyone has an example of how to use getDummyCell method of Cell? public static Cell getDummyCell() -- View this message in context: http://www.nabble.com/Example-of-getDummyCell-tf2445234.html#a6817054 Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Example of Row-span in PdfPTable

2006-10-12 Thread Paulo Soares
ay, October 11, 2006 11:51 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Example of Row-span in PdfPTable > > Hi All, > I am interested in creating following structure using > PdfPTable. Can anyone > tell me how can I Implement it in PdfPTable?

[iText-questions] Example of Row-span in PdfPTable

2006-10-11 Thread Vishal Lavti
Hi All, I am interested in creating following structure using PdfPTable. Can anyone tell me how can I Implement it in PdfPTable? Nested Table does not seems to work as they reside within the cell. My requirement is to show splitted rows as below: ---

[iText-questions] example tiff2pdf

2006-07-06 Thread carl lang
Hi Paulo,   Would you please be able to tell me where to find an example for using com.lowagie.tools.plugins.Tiff2Pdf, and how to create pdf from multiple page tiff?   Thanks, Carl Lang South Africa       Message: 1Date: Wed, 5 Jul 2006 15:02:25 +0100From: "Paulo Soares" <[EMAIL PROTECTED]>Subjec

Re: [iText-questions] Example for using Automatic Page Breaks and PageHeaders

2006-06-08 Thread Gaet
- From: bruno To: Post all your questions about iText here Sent: Thursday, June 08, 2006 12:39 PM Subject: Re: [iText-questions] Example for using Automatic Page Breaks and PageHeaders Gaet wrote:>  > Hi brian,>  > 1. I'm not sure that page can breaks a

Re: [iText-questions] Example for using Automatic Page Breaks and PageHeaders

2006-06-08 Thread bruno
Gaet wrote: > > Hi brian, > > 1. I'm not sure that page can breaks automatically with PdfTable > <>you have to manage your table presentation yourself Yes, it can. Why do you think it can't? > <> > 2. use templates See the page event examples in the tutorial. br, Bruno __

Re: [iText-questions] Example for using Automatic Page Breaks and PageHeaders

2006-06-08 Thread Gaet
ursday, June 08, 2006 12:25 AM Subject: [iText-questions] Example for using Automatic Page Breaks and PageHeaders I am a new iText user.   Can anyone point me to an example that will show the following:   How do I create a PDF report that uses PdfPT

Re: [iText-questions] Example for using Automatic Page Breaks and PageHeaders

2006-06-08 Thread Gaet
une 08, 2006 12:25 AM Subject: [iText-questions] Example for using Automatic Page Breaks and PageHeaders I am a new iText user.   Can anyone point me to an example that will show the following:   How do I create a PDF report that uses PdfPTable tables and

Re: [iText-questions] Example for using Automatic Page Breaks and PageHeaders

2006-06-08 Thread Paulo Soares
The tutorial has lots of examples for all that. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Brian Ewers > Sent: Wednesday, June 07, 2006 11:26 PM > To: 'itext-questions@lists.sourceforge.net' > Subject

[iText-questions] Example for using Automatic Page Breaks and Page Headers

2006-06-07 Thread Brian Ewers
I am a new iText user.   Can anyone point me to an example that will show the following:   How do I create a PDF report that uses PdfPTable tables and automatically   creates page breaks when the content goes more that 1 page.   I also would like Page Headers that

[iText-questions] Example searched for many many columns

2006-04-25 Thread Martin Schmitz
Hello,I am new to ITEXT but have read and test alot. I have a dynamic table, so the cols and rows aren't fix.There were many people saying using writeSelectedRows is the solution. Does anybody have an implemented version, I can learn from. The problem I have is the following. How to determine the w

Re: [iText-questions] Example ProgressServlet.java is not accessible from web

2005-09-28 Thread Bruno Lowagie
Manuel Español wrote: Can anyone send me this example? There's a link on this page: http://itextdocs.lowagie.com/tutorial/general/webapp/ http://itextdocs.lowagie.com/examples/com/lowagie/examples/general/webapp/ProgressServlet.java br, Bruno ---

[iText-questions] Example ProgressServlet.java is not accessible from web

2005-09-28 Thread Manuel Español
Can anyone send me this example? Thanks --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl

[iText-questions] Example ColumnObjects: what starts the columns?

2005-05-16 Thread Isabelle Ulfsdotter
Hello, I was wondering what line of code actually kicks off the two columns in the ColumnObjects example. Why is “Author: Name of author comes here” above the columns and the image apart of the left column? In other words, where does the column format begin?   Regards,   Isa

RE: [iText-questions] Example 12 and TIFFImageDecoder

2004-07-13 Thread Paulo Soares
The source is at http://java.sun.com/developer/sampsource/jai/. Best Regards, Paulo Soares > -Original Message- > From: Youssef Eldakar [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 13, 2004 10:30 AM > To: Paulo Soares; [EMAIL PROTECTED] > Subject: RE: [iText-questi

RE: [iText-questions] Example 12 and TIFFImageDecoder

2004-07-13 Thread Youssef Eldakar
: Tue 7/13/2004 12:27 PM To: Youssef Eldakar; [EMAIL PROTECTED] Cc: Subject: RE: [iText-questions] Example 12 and TIFFImageDecoder iText can read TIFFs without any external help. See the package codec. Best Regards, Paulo

RE: [iText-questions] Example 12 and TIFFImageDecoder

2004-07-13 Thread Paulo Soares
> Subject: [iText-questions] Example 12 and TIFFImageDecoder > > I am wondering where I can locate documentation on the > TIFFImageDecoder class used in example 12 of the tutorial. I > was not able to locate documentation on this particular class > anywhere including the JAI

[iText-questions] Example 12 and TIFFImageDecoder

2004-07-12 Thread Youssef Eldakar
I am wondering where I can locate documentation on the TIFFImageDecoder class used in example 12 of the tutorial. I was not able to locate documentation on this particular class anywhere including the JAI documentation. Youssef Eldakar Bibliotheca Alexandrina

[iText-questions] Example

2004-04-07 Thread Deschenes, Denis
Title: Message I'm working on a project where we want to generate W-2 online. The user would push a button to print W-2. At this point we would extract the W-2 data , create a PDF document (maybe we can use a already created PDF document that looks like a W-2) merge the extracted data into t

[iText-questions] Example jsp and iText

2003-10-07 Thread Edgar Orozco
? Example jsp and iText Please. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.source

Re: [iText-questions] example button mit JS

2003-09-04 Thread rk
hi! why don't you build the form with acrobat (buttons inclusive) and use iText to prefill/manipulate the form? regards, randolph --- di randolph kepplinger, mba [EMAIL PROTECTED] / 0676-4071103 metamagix - better online solut

[iText-questions] example button mit JS

2003-09-04 Thread info
Hi, I looked at the examples but could not find any where a button is created? Can anymore please show me how to create a simple button with a simple javascript (like alert) executed when the button is pressed? I want to create a custom pds form and the user should press than thsi button and all

RE: [iText-questions] Example of HTML "please wait" screenbefore PDF generation

2003-07-14 Thread Malloy, James
To: [EMAIL PROTECTED] Subject: [iText-questions] Example of HTML "please wait" screen before PDF generation Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been

Re: [iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Matt Benson
gt; Thanks, > Kenny > > - Original Message - > From: "Kenny G. Dubuisson, Jr." > <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, June 25, 2003 11:09 AM > Subject: [iText-questions] Example of HTML "please > wait" scr

Re: [iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
ate it. Thanks, Kenny - Original Message - From: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 11:09 AM Subject: [iText-questions] Example of HTML "please wait" screen before PDF generation > Hello

Re: [iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Sorry for the freaking SPAM again. My stupid MS Outlook keeps going psycho on me. Kenny - Original Message - From: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 11:11 AM Subject: [iText-questions] Example of HTM

Re: [iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Sorry for the freaking SPAM again. My stupid MS Outlook keeps going psycho on me. Kenny - Original Message - From: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 11:11 AM Subject: [iText-questions] Example of HTM

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of table as header

2002-09-03 Thread Peter Gales
Can someone please post an example of a header utilizing a table with an image in it such that the header would look like:   imagetext text

Re: [iText-questions] example 12 of the tutorial

2002-07-15 Thread Bruno
Quoting Alle Meije Wink <[EMAIL PROTECTED]>: > I am not a java expert, but judging from the tutorial I'd expect to be > able to run the example straight away. > > Am I missing something? I made a simple (windows) bat file for people who are experiencing troubles running the examples. http://w

[iText-questions] example 12 of the tutorial

2002-07-13 Thread Alle Meije Wink
Hi, I found itext looking for a pdf drawing tool (like figures made with xfig, converted from eps and others). Being mostly curious about the pdf reading functions I went though chapter 1 of the tutorial and tried to run Chap0112.java in an applet. I used the jar versions of iText, and the ja