[iText-questions] Modifying the images in PDF

2006-10-30 Thread aqeel saifi
Hi All,As far as I have digged, we can not directly modify the images in pdf file with iText. Although we can get the image data from the XObject. right?Actually I intend to create a new pdf from an existing one with some of the contained images changed/repalced with some other.As we can't replace

[iText-questions] A question about external characters

2006-10-30 Thread 何 洪濱
Staff of iText:             Good day!             I met a problem while using iText tool in my project.     The project defined some external characters in the     "True Type Character Creator" of Windows (Enter by typing     "eudcedit.exe" command), how can I setup iText to output

[iText-questions] Urgent : How to add table in pagefooter for rtf report

2006-10-30 Thread Anjana Mehta
We are using itextsharp in our reporting architechture in .Net. Now i am creating a report in RTF.   I have found following problems   1. I want to show Page number  as  'Page n of m' in footer in rtf Report.Please suggest can we add page number (in 'Page n of m'   for

[iText-questions] Difference in PDF generated in Windows and Linux

2006-10-30 Thread Orlando Amador
Using iText with jasper reports to export reports to PDF. The same war file Deployed on Windows and Linux. The version created on Windows displays fine with all records in one page. The version generated on Linux will add extra space and the document is 2 pages long. Anyway to analyze the PD

Re: [iText-questions] Text paragraph font size is changed

2006-10-30 Thread Paulo Soares
http://itext.ugent.be/library/question.php?id=54 Paulo - Original Message - From: "Meng, Jun" <[EMAIL PROTECTED]> To: Sent: Monday, October 30, 2006 6:39 PM Subject: [iText-questions] Text paragraph font size is changed Hello, Thanks for the great library for generating PDF! :-)

[iText-questions] Problem with PdfPTable

2006-10-30 Thread Nilabhra Banerjee
Hi Everybody,   I do not know how to tackle this problem.     I have a structure like this below     table a    table b--- -   -- -   -- __horizontal Line__ -

Re: [iText-questions] Flattening a RadioButton

2006-10-30 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Mark Wergen > Sent: Monday, October 30, 2006 9:53 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Flattening a RadioButton > > Hallo itext-questions@lists.sourceforge.

Re: [iText-questions] Outlines JavaScript action

2006-10-30 Thread Paulo Soares
If you contribute the fix I'll include it in the next release. Paulo > -Original Message- > From: MUSSARD Anne [mailto:[EMAIL PROTECTED] > Sent: Monday, October 30, 2006 2:46 PM > To: itext-questions@lists.sourceforge.net > Cc: Paulo Soares > Subject: Outlines JavaScript action > > Hi,

Re: [iText-questions] Image color changed inside a PDF

2006-10-30 Thread Paulo Soares
You can add a profile to an Image. Other option is to replace the java.awt.color.ICC_Profile with a local version as I did in itextsharp. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Billy Footmark > Sent: Monday, October 30, 2006 3:02

Re: [iText-questions] Image color changed inside a PDF

2006-10-30 Thread Billy Footmark
Is there any way I can use the GIF image format and keep the color of the image?  The reason I cannot use the PNG file is because JDK 1.4 has a bug which crash the JVM when using the java.awt.color.ICC_Profile.getInstance (ICC_Profile).  I have to restart my application server twice a day on an IBM

Re: [iText-questions] XFA form processing

2006-10-30 Thread Paulo Soares
With XFA iText can set and get field values. For the rest you can do it but it will require direct manipulation of the XFA DOM. There are some methods to help you there but you are mostly on your own. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On >

Re: [iText-questions] insert image from xml file

2006-10-30 Thread nicola.gioia
Other question... If I must add an other PDF to the destination file having at source xml a tag of type: http://mySite/pdfs/myPdf.pdf and overriding the handleEndingTags(String name) method of the SaxHandler how can I add the pages of the source pdf to the output? In the SaxHadler I have not ac

[iText-questions] Outlines JavaScript action

2006-10-30 Thread MUSSARD Anne
Hi,   You say on your site about the SimpleBookmark class the following remarks: Bookmark processing in a simple way. It has some limitations, mainly the only action types supported are GoTo, GoToR, URI and Launch. The list structure is composed by a number of HashMap, keyed by strings

Re: [iText-questions] Image color changed inside a PDF

2006-10-30 Thread Paulo Soares
The difference is that the PNG colorspace is ICC based and the GIF is device based. This means that the GIF will have a different color depending on the device where it's printed or viewed. By the way, iText doesn't change the image colorspace. Paulo > -Original Message- > From: [EMAIL PR

Re: [iText-questions] insert image from xml file

2006-10-30 Thread nicola.gioia
An other problem: I need to have a customized page. To do so I modified the Events sample with romeo and Juliet to add a custom header. So in the method onEndPage I've inserted the code: Rectangle border = new Rectangle(0f, 0f); border.setBorderWidthLeft(0f); border.setBor

[iText-questions] XFA form processing

2006-10-30 Thread Dajana Delic
Hi, I am working on pdf form processing: things like merging forms, adding submit buttons, modifying submit actions, pre-populating form field values, setting form field properties(eg. read-only) and reading field values on a submit action. I've tested all this with xfdf forms and iText works g

[iText-questions] SetKeepTogether will not work anymore

2006-10-30 Thread muhammad khabbab
Hello,   I had used the method SetKeepTogether of Paragraph object a long ago to keep phrases inside a paragraph on one page. Now after i updated the itext jar file the latest one i.e. iText 1.4.5, This method is not working. It is available but it just not working. Any suggestions apart from Colum

[iText-questions] How to show table and pagenumber in footer of rtf report

2006-10-30 Thread Anjana Mehta
    We are using itextsharp in our reporting architechture. Now i  am creating a report in RTF.   I have found following problems   1. I want to show Page number  as  'Page n of m' in footer in rtf Report.Please suggest can we add page number (in 'Page n of m'   format) using Rtf

Re: [iText-questions] insert image from xml file

2006-10-30 Thread nicola.gioia
>nicola.gioia wrote: >> I have an xml file that contain a tag of the type >> >> /images/image.png >> >> and I need to know how to add a tag to my tagMap.xml to convert it in >> http://myHost/images/image.png";> > >The tagmap.xml functionality is too limited to achieve this. >You should subclass

[iText-questions] Header footer with images

2006-10-30 Thread sachit dahal
Hi everyone I am trying to place image header and footer on every page of a pdf document for that i wrote the following code With this i am able to place header footer images on the first page only to repeat the process through the pages i am suggested to use onEndPage event. But i couldnot fin

Re: [iText-questions] Extra blank page at end of document.

2006-10-30 Thread sachit dahal
Hi everyone I am trying to place image header and footer on every page of a pdf document for that i wrote the following code With this i am able to place header footer images on the first page only to repeat the process through the pages i am suggested to use onEndPage event. But i couldnot find

Re: [iText-questions] Extra blank page at end of document.

2006-10-30 Thread Paulo Soares
You are using Table and that's not supported anymore but some good soul may have provided a fix in the latest release. Use PdfPTable to make sure it will work. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Musolino Fabien > Sent: Mon

Re: [iText-questions] how to start with IText...

2006-10-30 Thread Damien Drix
And for the Java version : http://itextdocs.lowagie.com/tutorial/ sachit dahal a écrit : > > Have a look around > > http://itextsharp.sourceforge.net/tutorial/ > - Using Tomcat but need to do more? Need to support web servic

[iText-questions] Extra blank page at end of document.

2006-10-30 Thread Musolino Fabien
Hi all. I’m trying to create a PDF document using iText 1.4.2. I would like to add a special footer at the end of document. I already addes the “Page x on y” stuff and it’s working fine. My special footer also prints but on a blank page. If my document has only one page, everything’s o

Re: [iText-questions] How to add anchors in an existing pdf file usingPdfStamper?

2006-10-30 Thread Paulo Soares
Add the annotations using ColumnText and PdfStamper. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of cxf > Sent: Monday, October 30, 2006 2:47 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions]How to add ancho

[iText-questions] Flattening a RadioButton

2006-10-30 Thread Mark Wergen
Hallo itext-questions@lists.sourceforge.net, i want to flatten a RadioButton in an existing document. I do this with stamper.setFormFlattening(true); But if i don't set the print-flag of the field, the radiobutton doesn't appear. If i set the print-flag the radiobutton's appear, but it has not e

Re: [iText-questions] rowspan in PdfPCell

2006-10-30 Thread Paulo Soares
Use nested tables. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of sunshine gerodias > Sent: Monday, October 30, 2006 9:14 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] rowspan in PdfPCell > > i am trying to

Re: [iText-questions] how to start with IText...

2006-10-30 Thread sachit dahal
Have a look around http://itextsharp.sourceforge.net/tutorial/ From: ahsan jamshaid <[EMAIL PROTECTED]>Reply-To: Post all your questions about iText here To: itext-questions@lists.sourceforge.netSubject: [iText-questions] how to start with IText...Date: Mon, 30 Oct 2006 12:41:37 +0500 Hi

[iText-questions] rowspan in PdfPCell

2006-10-30 Thread sunshine gerodias
i am trying to set the rowspan with the cells inside my table i can set the colspan by doing this cell.setColspan(2); but i cannot do the same thing with rowspan as in cell.setRolspan(2); it outputs an error on compilation i have tried searching the net but nothing seems to point to an answer.

[iText-questions] how to start with IText...

2006-10-30 Thread ahsan jamshaid
    Hi.   I have just strated exploring iText.. I need some help regading form where I should start exploring itext??… Any Tutorial or documents regarding iText… Please Help …     - Using