Re: [iText-questions] split Pdf programatically/

2005-07-05 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: Hi, I have a pdf with 4 pages. I need to split that into two pdfs, at page 3 , the first one should have 3pages and second one wth one page. Is there a way to do it with iText ( not through command line) Are there any examples available for this. There's an example

Re: [iText-questions] NullPointer while using PdfReader

2005-07-05 Thread Paulo Soares
I've no idea. OutputStreamCounter is a wrapper for the doc OutputStream and that is never null, or is it? - Original Message - From: "Nathan Frank" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 05, 2005 9:56 PM Subject: [iText-questions] NullPointer while using PdfReader Hello, I am exp

Re: [iText-questions] Reason for IO Exception

2005-07-05 Thread Paulo Soares
Close the doc first before reading it. - Original Message - From: "Ekta Ojha" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 05, 2005 8:20 PM Subject: [iText-questions] Reason for IO Exception Hello All, Thanks to all of you for answering my doubts in my previous mails. Here is one more p

Re: [iText-questions] iText Greek Fonts on Linux

2005-07-05 Thread Paulo Soares
The fonts that come in Windows have the Greek chars. Other option is http://www.travelphrases.info/gallery/Fonts_Greek.html - Original Message - From: "Michael Collins" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]>; Sent: Tuesday, July 05, 2005 10:07 PM Subject: RE: [iText-q

[iText-questions] NullPointer while using PdfReader

2005-07-05 Thread Nathan Frank
Title: Message Hello,   I am experiencing a strange problem.  I am using PdfReader to append a PDF file to my PDF document. I am using a servlet on IBM Websphere application server to generate this PDF, and return it to a browser.  We are testing this on many different servers, which may or

RE: [iText-questions] iText Greek Fonts on Linux

2005-07-05 Thread Michael Collins
What fonts do you recommend? Any links you can post? Thanks, Mike -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 05, 2005 1:04 PM To: Michael Collins; itext-questions@lists.sourceforge.net Subject: RE: [iText-questions] iText Greek Fonts on Linux Y

[iText-questions] Preserving line spacing in multiline textfields

2005-07-05 Thread Breno Costa
Hello, I'm filling a pre-designed form with data from a database. The problem is that there's a multiline textfield and its line spacing is 1.5pts (it's designed like notebook paper visual), but as I try to setField (field, "long value"), the line breaks normally (and thus overrides some of the li

Re: [iText-questions] Reason for IO Exception

2005-07-05 Thread Franco Biaggi
SORRY, POSTED ON A WRONG FORUM Franco Biaggi wrote: Hi, sorry again, already post a similar answer, Why do you complicate your life and spend a lot of time on calling java from rpg ??? Simply start a java program that wait for your (rpg) input on a DTAQ and returns to a DTAQ... Just

Re: [iText-questions] Reason for IO Exception

2005-07-05 Thread Franco Biaggi
Hi, sorry again, already post a similar answer, Why do you complicate your life and spend a lot of time on calling java from rpg ??? Simply start a java program that wait for your (rpg) input on a DTAQ and returns to a DTAQ... Just my $0.02. Ciao. Ekta Ojha wrote: >Hello All, >Thanks to all o

[iText-questions] Reason for IO Exception

2005-07-05 Thread Ekta Ojha
Hello All, Thanks to all of you for answering my doubts in my previous mails. Here is one more problem I am stuck with. After I create the pdf, I use the PdfStamper to make all the fields of the file as read only. However I am getting IO exception when trying to get the reader. Can anyone point me

[iText-questions] split Pdf programatically/

2005-07-05 Thread anitha . d . chandran
Hi, I have a pdf with 4 pages. I need to split that into two pdfs, at page 3 , the first one should have 3pages and second one wth one page. Is there a way to do it with iText ( not through command line) Are there any examples available for this. Thanks, Anitha |-+--

RE: [iText-questions] checkbox becomes invisible

2005-07-05 Thread Paulo Soares
I'll have a solution this week. > -Original Message- > From: R K [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 05, 2005 5:02 PM > To: Paulo Soares > Cc: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] checkbox becomes invisible > > Is there any work around with

RE: [iText-questions] iText Greek Fonts on Linux

2005-07-05 Thread Paulo Soares
You need to register the font. This means that you must know where the font is. > -Original Message- > From: Michael Collins [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 05, 2005 5:54 PM > To: Paulo Soares; itext-questions@lists.sourceforge.net > Subject: RE: [iText-questions] iText Gr

RE: [iText-questions] iText Greek Fonts on Linux

2005-07-05 Thread Michael Collins
It is with the FontFactory. Is there any debugging I can turn on to see what fonts, encodings are being used when the PDF is generated? Thanks, Mike -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 05, 2005 11:41 AM To: Michael Collins; itext-question

RE: [iText-questions] iTextSharp List

2005-07-05 Thread Paulo Soares
No, only the forum. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Alan Dennis > Sent: Tuesday, July 05, 2005 4:49 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] iTextSharp List > > All, > > Is there an iTextShar

Re: [iText-questions] checkbox becomes invisible

2005-07-05 Thread R K
Is there any work around with the checkboxes, because these are built in templates which I am planning to reuse while moving to iText. On 7/5/05, Paulo Soares <[EMAIL PROTECTED]> wrote: > Now I got it. Those two checkboxes should be radio boxes. What you have > is two checkboxes with the same nam

Re: [iText-questions] checkbox becomes invisible

2005-07-05 Thread R K
I have tried the getAppearanceStates(). if(key.indexOf("ValPaymentTerm") > 0){ String[] arr = form.getAppearanceStates(key); for(int i=0;i wrote: > There's no problem with the files and iText. The problem is that only > one field has the set value of "Collect", the others have the value of > "P

[iText-questions] iTextSharp List

2005-07-05 Thread Alan Dennis
All,   Is there an iTextSharp list?   Thanks, Alan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.9/39 - Release Date: 7/4/2005

RE: [iText-questions] checkbox becomes invisible

2005-07-05 Thread Paulo Soares
Now I got it. Those two checkboxes should be radio boxes. What you have is two checkboxes with the same name but with different set names. When iText sets a name it does it in both boxes but as only one of them has the right appearance the other gets no appearance. Maybe it should show the Off appe

RE: [iText-questions] iText Greek Fonts on Linux

2005-07-05 Thread Paulo Soares
It doesn't help that much what CFMX has to say about the fonts. What I want to know is how do you get the BaseFont or Font. If it's with FontFactory how did you register the font? > -Original Message- > From: Michael Collins [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 05, 2005 4:18 PM

RE: [iText-questions] iText Greek Fonts on Linux

2005-07-05 Thread Michael Collins
Title: Message Paulo,Here is what CFMX reports for Fonts on the Linux server: Can you see anything missing?  Interesting enough FlashPaper creates the report in Greek just fine.   Thanks. Font Family Font Face Font Type

RE: [iText-questions] checkbox becomes invisible

2005-07-05 Thread Paulo Soares
There's no problem with the files and iText. The problem is that only one field has the set value of "Collect", the others have the value of "Prepaid". To know what value to set call AcroFields.getAppearanceStates(). > -Original Message- > From: R K [mailto:[EMAIL PROTECTED] > Sent: Tuesd

RE: [iText-questions] does iText comtaiple and work pdf version 1.6 ?

2005-07-05 Thread Paulo Soares
Maybe. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Alawi Albaity > Sent: Tuesday, July 05, 2005 12:30 PM > To: Itext > Subject: [iText-questions] does iText comtaiple and work pdf > version 1.6 ? > > does it? > > -- > Alawi Albaity > Jed

RE: [iText-questions] iText Greek Fonts on Linux

2005-07-05 Thread Paulo Soares
How do you get the font? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Michael Collins > Sent: Tuesday, July 05, 2005 1:14 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] iText Greek Fonts on Linux > > I am using G

[iText-questions] iText Greek Fonts on Linux

2005-07-05 Thread Michael Collins
Title: Message I am using Greek with iText and it seems its not finding the right Greek fonts.    What can I check to make sure iText is setup properly and the right Greek fonts are installed.    My same tests work fine under Windows.   Thanks, Mike Collins

[iText-questions] does iText comtaiple and work pdf version 1.6 ?

2005-07-05 Thread Alawi Albaity
does it?-- Alawi AlbaityJeddah - KSAMobile : +966506660442

[iText-questions] PdfPTable problem

2005-07-05 Thread Bibin
How do we get the column string (the text within the column) from PdfPCellobject?.Is there any way to check whether a PdfPCell has PdfPTable within it? Why the PdfPCells width() method returning 0.0? If I know a specific PdfPCell how can I retreive its width?

[iText-questions] itext-questions@lists.sourceforge.net

2005-07-05 Thread Jame5Scott
I'm new to using itext and can't find any instructions on the website, which detail how to get started. For example, which files I need to download and how I use the .jar file.   When I compile an example from the website I receive errors including   C:\iTest>javac HelloWorld.javaHelloWorld.

[iText-questions] PdfPTable - Table

2005-07-05 Thread Bódis János
Hi! When I use simple Table than I can add Cells to any position in the table and i can set rowspan too, but in PdfPTable I can't do the same thing (or i can't find the way to solve this). 1. Can i set somehow the rowspan in PdfPCell-s? 2. Can i add somehow (x,y) positions in Pd

[iText-questions] Problem printing code39 barcode in Adobe 7.0

2005-07-05 Thread Cheng
I use iText to generate PDF's with code39 barcodes. These PDF's can be opened and printed in Acrobat Reader 5.0. Since upgrading to Adobe 7.0 with update 7.0.1, the same PDF's can be opened but cannot be printed. I get the error "The instruction at "0x2d864aa2" referenced memory at "0x0008".