Re: [iText-questions] yellow line at the end of page

2008-04-26 Thread 1T3XT info
Deepak Gupta wrote: > Hi, > I have generated an i-Text PDF report; But I am getting a very peculiar > error. At the end of every page (except last page), I am getting a > yellow line, but the report looks fine. I don't understand where it is > coming from. Please Help. Please post a link to a P

Re: [iText-questions] font Arabic Transparent - get ??? for text

2008-04-26 Thread David Thielen
Hi; I thought we could have fonts that use a codepage? It allows me to create one passing in a codepage to create it. ??? - thanks - dave From: [EMAIL PROTECTED] on behalf of Paulo Soares Sent: Sat 4/26/2008 2:12 PM To: Post all your questions about iText h

Re: [iText-questions] font Arabic Transparent - get ??? for text

2008-04-26 Thread Paulo Soares
That font doesn't allow embedding and iText requires Identity-H and embedding. You can't use that font with iText (and I suspect with any pdf tool). Paulo - Original Message - From: "David Thielen" <[EMAIL PROTECTED]> To: "itext" Sent: Saturday, April 26, 2008 5:37 PM Subject: [iText-

[iText-questions] PDFDiff Tool For Itext Output

2008-04-26 Thread Jack Kada
Hi All I ve used itext in the past to create PDFs and it really rocks. I have always wondered how people here manage releases and regression test their output? Ideally I d like a way to compare two pdfs using a command line tool and then review the output manually. Can anyone think of a bet

Re: [iText-questions] yellow line at the end of page

2008-04-26 Thread Paulo Soares
Are you sure it's there? I don't see any yellow line. Paulo - Original Message - From: "Deepak Gupta" <[EMAIL PROTECTED]> To: Sent: Saturday, April 26, 2008 6:26 PM Subject: [iText-questions] yellow line at the end of page > Hi, > I have generated an i-Text PDF report; But I am gettin

Re: [iText-questions] want to detect field alignment when filling in a form

2008-04-26 Thread ralphcook
> > The first thing that came to mind, was that the DA (Default Appearance) > had a different alignment, causing confusion. The DA is what the field > looks like before you click it, and it can happen that the DA shows the > text aligned in one way, while the field's /Q value says the alignment >

[iText-questions] yellow line at the end of page

2008-04-26 Thread Deepak Gupta
Hi, I have generated an i-Text PDF report; But I am getting a very peculiar error. At the end of every page (except last page), I am getting a yellow line, but the report looks fine. I don't understand where it is coming from. Please Help. Page size used is : A4.rotate(), left, right, top, bottom

[iText-questions] font Arabic Transparent - get ??? for text

2008-04-26 Thread David Thielen
Hi; I have a case where I am using "Arabic Transparent" as my font. It cannot create a Font that is Identity-H and so I have to create it using CP1256. When I write text if the text is Arabic I get instead of the arabic characters. I tried converting the chars in the String I write to the

Re: [iText-questions] create a BaseFont object with a .FON file

2008-04-26 Thread Paulo Soares
- Original Message - From: "GeroChaman" <[EMAIL PROTECTED]> To: Sent: Friday, April 25, 2008 4:11 PM Subject: Re: [iText-questions] create a BaseFont object with a .FON file > >>Printer fonts will always look better but, and this is a big but, you >>can't >>use printer fonts from a pdf

Re: [iText-questions] RTF and iTextSharp

2008-04-26 Thread Paulo Soares
Works correctly in VS2005 too. Check out the code from the CVS and try it. Paulo - Original Message - From: "Amy_D" <[EMAIL PROTECTED]> To: Sent: Friday, April 25, 2008 11:55 AM Subject: Re: [iText-questions] RTF and iTextSharp > > I am using VS 2005. > > > Paulo Soares wrote: >> >> W

Re: [iText-questions] Font problem with number of AutoChapter using FontSelector

2008-04-26 Thread 1T3XT info
Séverine Colin wrote: > Hello, > > I want to add some special caracters in a chapter title, so I use a > FontSelector to process the title. My problem is the font of the chapter > number is not the same as the title. I think it is a bug of IText > library, isn't it ? Sorry for the delayed answ

Re: [iText-questions] need help on TextField font

2008-04-26 Thread 1T3XT info
johniText wrote: > Let me upload the PDF again: > http://www.nabble.com/file/p16905159/textfield.pdf textfield.pdf Looks OK to me. There's no change in font when I click the text and change it. > I don't understand why the font Arial is used instead font > Helvetica. Helvetica is supposed to be

Re: [iText-questions] need help on TextField font

2008-04-26 Thread johniText
Let me upload the PDF again: http://www.nabble.com/file/p16905159/textfield.pdf textfield.pdf I don't understand why the font Arial is used instead font Helvetica. Helvetica is supposed to be a standard font and supposed to be available in all PDF applications right ? 1T3XT info wrote: > >

Re: [iText-questions] Strange issue with iText within Lotus Notes.

2008-04-26 Thread 1T3XT info
[EMAIL PROTECTED] wrote: > byte[] imgbytes = ire.getImageBytes(); Save this byte[] to a file or serve it directly to the browser. Do you see any difference? My guess is that somewhere in the process of fetching the image something goes wrong. I've seen similar errors when fetching images fro

Re: [iText-questions] Portrait and Landscape pages inside one PDF Document

2008-04-26 Thread 1T3XT info
Bill Ensley wrote: > If there were, and I know asking the user to read is a lot, > Perhaps these posts would slow. Everybody who subscribes has to scroll down this page: https://lists.sourceforge.net/lists/listinfo/itext-questions There are URLs to the mailing list archives and other resources.