Re: [iText-questions] Usage Right For Acrobat Reader Problem

2007-03-06 Thread Paulo Soares
I'm taking care of your problem (it's not a BouncyCastle problem). Paulo - Original Message - From: "Kent Smith" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 06, 2007 4:38 AM Subject: Re: [iText-questions] Usage Right For Acrobat Reader Problem > > Gentlemen, > > You are addressing th

Re: [iText-questions] please help me :an image on table , size over paragraph

2007-03-06 Thread Bruno Lowagie (iText)
[EMAIL PROTECTED] wrote: > in this photo, the table includes an image but not on its set Are you using com.lowagie.text.Table or com.lowagie.text.pdf.PdfPTable? br, Bruno - Take Surveys. Earn Cash. Influence the Future of IT

Re: [iText-questions] Wide table.

2007-03-06 Thread Bruno Lowagie (iText)
Sýkora Bohumír wrote: > Hi, > > I'am new in iText and my task is to create report table. In the table > there is about 20 columns ant total of columns width is greater then page > width. I need to split the row. You mean you want to split the table vertically? There are two ways to do th

Re: [iText-questions] iText memory-efficiency?

2007-03-06 Thread Bruno Lowagie (iText)
Mike Colbert wrote: > How much heap memory is utilized while generating 100KB, 1MB, 10MB, > 100MB documents, respectively (PDF and RTF)? There is no general answer to this question. For instance: memory usage is less dependent on the file size than on the number of pages. For instance: a 1-page

Re: [iText-questions] problem for Adobe forms

2007-03-06 Thread Vibhor Jain
Hi Bruno, Thanx for your response. On Mon, 05 Mar 2007 14:17:36 +0100, Bruno Lowagie (iText) wrote > Vibhor Jain wrote: > > Can you please explain in a bit detail. > > I think you fail to see the difference between > AcroForms and XFA forms. > http://itext.ugent.be/library/question.php

Re: [iText-questions] Checkbox in a PdfPCell

2007-03-06 Thread Bruno Lowagie (iText)
Mike Buchanan wrote: > Using the example, RegisterForm1 in chapter 15, I attempted to insert a > checkbox in a PdfPCell but it doesn’t show up. That's because you create the checkbox, but you forgot to add it. > I even sized it as half > as big as the example and I still could not get it into t

Re: [iText-questions] problem for Adobe forms

2007-03-06 Thread Bruno Lowagie (iText)
Vibhor Jain wrote: > I need FDF because I intend to flatten the form with the FDF data. > Will XFA allow me to do that? That's like saying I need a plain because I have to go to work. Can I go to work by bus? This question is unanswerable for somebody who doesn't know where you live and where yo

Re: [iText-questions] problem for Adobe forms

2007-03-06 Thread Nitin Tomer
- Original Message - From: "Bruno Lowagie (iText)" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Tuesday, March 06, 2007 3:27 PM Subject: Re: [iText-questions] problem for Adobe forms > Vibhor Jain wrote: > > I need FDF because I intend to flatten the form w

Re: [iText-questions] problem for Adobe forms

2007-03-06 Thread Bruno Lowagie (iText)
>> I'm still working with Acrobat 7. >> There I use: >> Tools > Advanced Editing > Text Field Tool >> Tools > Advanced Editing > Button Tool >> etc... >> I'm not sure, but this functionality is >> probably available in Acrobat 8 too. >> If not, you should ask the Acrobat specialists. > > I did and

[iText-questions] numbered image caption for RTF?

2007-03-06 Thread Zolt6
Hi, I'd like to insert numbered image caption for my pictures into an RTF file. (Numbering is required so that it is possible to update the numbers later in a document editor.) Example: Figure 1 or Table 1 Is it possible to do this with iText? Many thanks, Zolt6 -- View this message

Re: [iText-questions] numbered image caption for RTF?

2007-03-06 Thread Mark Hall
On Tuesday 06 March 2007 09:38, Zolt6 wrote: > I'd like to insert numbered image caption for my pictures into an RTF file. > (Numbering is required so that it is possible to update the numbers later > in a document editor.) > Example: There is no explicit support for this in iText. You'll just hav

Re: [iText-questions] Usage Right For Acrobat Reader Problem

2007-03-06 Thread Paulo Soares
This is fixed in the CVS both for Java and C#. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Kent Smith > Sent: Tuesday, March 06, 2007 4:39 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Usage Right For

Re: [iText-questions] Usage Right For Acrobat Reader Problem

2007-03-06 Thread Bruno Lowagie (iText)
Paulo Soares wrote: > This is fixed in the CVS both for Java and C#. OK, I think I'll make a new release tomorrow (2.0.1); and then start debugging indentation issues in PdfDocument (in the hope they'll be fixed in version 2.0.2). br, Bruno

Re: [iText-questions] numbered image caption for RTF?

2007-03-06 Thread Zolt6
Thanks for your quick feedback. Calculating the number is no problem, but is there any support in iText to write a field to rtf which can be later updated? (rtf handles these fields with "SEQ" i think) Zolt Mark Hall-6 wrote: > > On Tuesday 06 March 2007 09:38, Zolt6 wrote: >> I'd like to ins

Re: [iText-questions] numbered image caption for RTF?

2007-03-06 Thread Mark M. Hall
On Tuesday 06 March 2007 12:18, Zolt6 wrote: > Calculating the number is no problem, but is there any support in iText to > write a field to rtf which can be later updated? (rtf handles these fields > with "SEQ" i think) No. There is no support directly in iText. You could either extend RtfField y

Re: [iText-questions] iText memory-efficiency?

2007-03-06 Thread Mike Colbert
--- "Bruno Lowagie (iText)" <[EMAIL PROTECTED]> wrote: > Are you building a PDF from scratch, > or are you manipulating an existing PDF? > Are you using iText's 'basic building blocks' > or are you creating all the content using > the direct content mechanism? > I'm building PDFs and RTFs from sc

Re: [iText-questions] iText memory-efficiency?

2007-03-06 Thread Bruno Lowagie (iText)
Mike Colbert wrote: > I'm building PDFs and RTFs from scratch, using basic building blocks. The > content is a set of results from a query, streamed from an external system. > The output documents are likewise streamed to the client. The result sets can > be quite large and there can be many use

Re: [iText-questions] iText memory-efficiency?

2007-03-06 Thread Mark M. Hall
On Tuesday 06 March 2007 16:03, Mike Colbert wrote: > --- "Bruno Lowagie (iText)" <[EMAIL PROTECTED]> wrote: > > Are you building a PDF from scratch, > > or are you manipulating an existing PDF? > > Are you using iText's 'basic building blocks' > > or are you creating all the content using > > the

Re: [iText-questions] iText memory-efficiency?

2007-03-06 Thread Mike Colbert
--- "Bruno Lowagie (iText)" <[EMAIL PROTECTED]> wrote: > OK, > stay away from memory consuming objects like Chapter and Section. > Use PdfPTable if your query needs to be presented in tabular form, > but follow the tips and tricks mentioned in the tutorial to keep > the memory usage low (don't wai

[iText-questions] PdfMerging- Exception : Bad Password

2007-03-06 Thread S A
Hi All, I am using iText.Net for merging of pdf files. My code is in Vb.Net. It merges few kinds of pdf files without any exception. But for few pdfs it gives the exception "IOException: Bad Password" . Please somebody help me to solve this issue. Thanks, Sh_f_in ---

Re: [iText-questions] Files are not beging closed

2007-03-06 Thread milind
I am trying to get the itext-2.o.jar code and compile in Jdeveloper. I downloaded keystore, crimson.jar, itext-hyph-xml.jar, iTextAsian.jar, iTextAsianCmaps.jar, servlet.jar, jfreechart.jar, jcommon.jar, bcmail-jdk14- 135.jar, bcprov-jdk14-135.jar files. I want to create only one jar and dont wa

[iText-questions] Get information from AcroForms

2007-03-06 Thread Develop
Hi, I need to get information from acroforms. I need to read an PDF and identify textfield and buttonfiled. This I can do following the examples and I can get informations from positions. But I need get some extra information like rotation, text color, font name, font size, etc for text

[iText-questions] HR Using PageEvent vs Deprecated Graphic Object

2007-03-06 Thread Mitch Freed
I'm using iTextSharp v4.0.1 With the Graphic class no longer supported, I am having a hard time implementing the equivalent of an Html HR tag. I am attempting to do the HR using a GenericTag event, but am having problems with the dimensions of the rectangle. In my case I am using ColumnText to co

[iText-questions] multiline-textfield

2007-03-06 Thread Saida Ramda
hi, Iam using Itext# with Vb to creat a pdf, that works great but I have a problem with TextField and the multiline property. Icreat a textfield and set the property multi line to true but it doesn`t work at all, Iam not able to write than then a line, it doesn't allow me to write on the second

Re: [iText-questions] PdfMerging- Exception : Bad Password

2007-03-06 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of S A > Sent: Tuesday, March 06, 2007 4:30 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PdfMerging- Exception : Bad Password > > Hi All, > > I am using iText.Net for

Re: [iText-questions] HR Using PageEvent vs Deprecated Graphic Object

2007-03-06 Thread Mitch Freed
And here is a sample CS file. -Mitch From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mitch Freed Sent: Tuesday, March 06, 2007 9:48 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] HR Using PageEvent vs Deprecated Graphic

Re: [iText-questions] multiline-textfield

2007-03-06 Thread Paulo Soares
Use the class TextField. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Saida Ramda > Sent: Tuesday, March 06, 2007 4:17 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] multiline-textfield > > hi, > Iam using

Re: [iText-questions] Get information from AcroForms

2007-03-06 Thread Paulo Soares
Look at AcroFields source code. You'll need the pdf reference to understand what's going on. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Develop > Sent: Tuesday, March 06, 2007 4:40 PM > To: itext-questions@lists.sourceforge.net > Sub

Re: [iText-questions] Files are not beging closed

2007-03-06 Thread Paulo Soares
Unjar all in the same directory and create a mega jar from there. I've no idea if this works but it certainly doesn't make sense what you want to do. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of milind > Sent: Tuesday, March 06, 2007 4:

[iText-questions] Table in atable in Rtf document

2007-03-06 Thread J . S
hello every body I would like to know if it's possible to make a table in a table. I tested this code but it does'nt work : Table body = new Table(1); body.setBorderWidth(1); body.setBorderColor(new Color(0, 0, 255)); body.setPadding(2); body.setSpacing(2);

Re: [iText-questions] Table in atable in Rtf document

2007-03-06 Thread Mark Hall
On Tuesday 06 March 2007 17:18, J.S wrote: > I would like to know if it's possible to make a table in a table. No. The RTF output does not support nested tables. Greetings, Mark -- Life is to you a dashing and bold adventure. My GPG public key is available at: http://www.edu.uni-klu.ac.at/~mhall

Re: [iText-questions] PdfMerging- Exception : Bad Password

2007-03-06 Thread S A
thanks for the reply. the problem is, pdf file is not password protected. I can open the file without entering the password. But when my program takes the same pdf as input for merging I get the exception as Bad Password. I donot know what password I have to give. Pl pass on any ideas to s

Re: [iText-questions] Get information from AcroForms

2007-03-06 Thread Develop
I've been looking for old post and I found this: "Hi Bruno! I am developing a web-application to edit and customize PDF-form fields (especially textfields and pushbuttons as container for images) with the help of iText. Therefore I need information about the fields of an existing pdf-docu

Re: [iText-questions] HR Using PageEvent vs Deprecated Graphic Object

2007-03-06 Thread Bruno Lowagie
Mitch Freed wrote: > And here is a sample CS file. You need some more Go()s and the method getYLine() (or YLine in C#???) See below (and adapt to C#): ColumnText ct = new ColumnText(cb); ct.SetSimpleColumn(document.Left, document.Bottom, 300f, document.Top); Paragraph p =new Paragraph(float.NaN,

Re: [iText-questions] Get information from AcroForms

2007-03-06 Thread Bruno Lowagie
Develop wrote: > I've been looking for old post and I found this: It was added to the CVS version for a very short while, and then removed. You can however use it for inspiration. In the next release (tomorrow) you will have public access to the methods involved (in other words: you want have to a

Re: [iText-questions] HR Using PageEvent vs DeprecatedGraphic Object

2007-03-06 Thread Mitch Freed
Thanks for the reply. The problem I had using document.Right and document.Left was that it didn't match the current column (e.g. 300 specified by SetSimpleColumn()) width. The document width could be 612, but the current column width is 300, so document.Right would span the page and not the column,

Re: [iText-questions] PdfMerging- Exception : Bad Password

2007-03-06 Thread Bruno Lowagie
S A wrote: > the problem is, pdf file is not password protected. I can open the file > without entering the password. That doesn't mean the PDF is not password protected. A PDF document can have 2 passwords: - an user password (the user has to enter it to view the PDF) - an owner password (the ow

Re: [iText-questions] HR Using PageEvent vs DeprecatedGraphic Object

2007-03-06 Thread Bruno Lowagie
Mitch Freed wrote: > My workaround is to call a method to keep track of the current column > width every time I call SetSimpleColumn so that the PageEvent handler > always knows the current "page" (column) width. It would be nice though > if I could get the rectangle or document passed into OnGener

Re: [iText-questions] PdfMerging- Exception : Bad Password

2007-03-06 Thread S A
thanks for the info. Bruno Lowagie <[EMAIL PROTECTED]> wrote: S A wrote: > the problem is, pdf file is not password protected. I can open the file > without entering the password. That doesn't mean the PDF is not password protected. A PDF document can have 2 passwords: - an user password (the u

Re: [iText-questions] Files are not beging closed

2007-03-06 Thread milind
No i dont want to do that. Actully i was using version 1.4 and for that I really didnt use any extra jars. But seems for version 2.0 i need to include those in classpath. Also I am using setEncyption method shown here which is deprecated. Any advise how should i use it with 2.0. writer.setEncry

[iText-questions] Customized height for Tables

2007-03-06 Thread Surya Prakash Dhoolam
Hi all, I am generating PDF from HTML text. To achieve this: 1. I am parsing the HTML text to List using HTMLWorker.parseToList() method. 2. Iterating through the list and adding to the Document. The HTML text might consist of table related tags like ,,. But the table row generated in PDF has mo

[iText-questions] src 1.4

2007-03-06 Thread milind
Where can i get the source code for 1.4 release. I would like to build the code within jdeveloper. Please advise. regards, Milind - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel an

Re: [iText-questions] Check Box in a PdfPCell

2007-03-06 Thread Mike Buchanan
I made the changes but I obviously did not get all of it because we're still missing the checkboxes. These cell events are a bit confusing to me but I guess they are critical with AcroForms. I would just like to create a check box widget and add it to a cell but I guess a lot of other information

[iText-questions] iText Coldfusion cfdocument

2007-03-06 Thread Stephen Cowling
Hello everyone, Coldfusion's cfdocument tag uses iText (unsure what version - but it's at least 18 months old) to convert HTML to PDF. There is a painful image zoom bug which cause (randomly) images to appear "zoomed in". This problem then affects any following images in the PDF. It's not consi