[iText-questions] Protected Space

2006-06-29 Thread Michael Caletka
In MS-Word there is the sign "Protected Space", which keeps the words before and after together at the event of a new line. (Strg+Shift+Space) It looks like a space, but it asures, that both words won't be separated, should there occur a new line. Does there exist something alike in PDF or better i

Re: [iText-questions] Drawing "semantic differentials" into a PDF

2006-06-29 Thread Marc Gumpinger
Dear Mark, thank you for the hint. I'll check that out. Regards Marc Am 26.06.2006 um 19:49 schrieb Mark Storer: > You could build the image as you do now, then wrap it in a PDF page > of the appropriate size. Or if you need a fixed page size, you > could generate the image, then scale i

Re: [iText-questions] Drawing "semantic differentials" into a PDF

2006-06-29 Thread Marc Gumpinger
Dear Paulo, thank you for the reply. I was working with jfreechart before (that's how I got the demo screen done). It was the page break problem with long charts that took me to think about drawing it right with iText. To be honst, I still don't have a solution. I might just stick with jfree

Re: [iText-questions] Determining a field's format with iText

2006-06-29 Thread Leonard Rosenthol
At 12:58 PM 6/29/2006, Peter Mourfield wrote: > string sScriptName = js.ToString(); > if (sScriptName.Contains("AFNumber_Format")) > return "Number"; > else if (sScriptName.Contains("AFDate_Format")) > return "D

[iText-questions] iText ~ Multipage TIFF ~ Old JPEG / JPEG

2006-06-29 Thread Weber, Eduard-Klaus (IT/I1S)
Title: iText ~ Multipage TIFF ~ Old JPEG / JPEG hello, i'm trying to use itext with multipage tiff. first i head the problem with rawsperstrip, wich is resolved with iText 1.4.1. unfortunately i have now a further problem: I have a multipage tiff file with 5 jpeg pictures in old jpeg

[iText-questions] Problems with blank line inside a Table

2006-06-29 Thread Gilson Santos
Hello     I have one table that, whenever I write a Phase in a cell inside a Table it adds a blank line between this text and the top border!   Before you ask me, there is no "\n" inside the String I'm using to creat a Prase Object and I'm not using Cell.setRowspan.        This here the code I'm u

Re: [iText-questions] Determining a field's format with iText

2006-06-29 Thread Mark Storer
Those function names will only work on PDFs from that one source. AF* isn't a standard JS library available to all PDFs. Allow me to clarify a bit. Bruno said: > >However, if a field is a text field (FIELD_TYPE_TEXT), > >there is no way to tell if it should contain a name, a date,... > >or any

Re: [iText-questions] attachments on the itext-list

2006-06-29 Thread Antoine
>you probably won't believe it, but even in some regions of Berlin, > Germany, the Internet is only accessible through low-speed connections. > If you consider the (very welcome) traffic on the itext-list, it's quite > clear that those people who have to rely on these bottlenecks, will get > in

Re: [iText-questions] Determining a field's format with iText

2006-06-29 Thread Peter Mourfield
Many appologies for sending directly to you. I develop a solution for this (in C# though), I'm interesting in other's thoughts. Best Regards, Pete Mourfield // Get's the field "special" format (i.e. Date, Time, etc) string GetFieldFormat(AcroFields.Item item) { PdfDictionary aa = (PdfDicti

Re: [iText-questions] MS Word to PDF

2006-06-29 Thread Antoine
> I'm using the .net version of itext, so, i think openoffice doesn't have > support for C#. Is it ok? There is an alternative? http://opendocument4all.com/content/view/68/47/ -- This is where I should put some witty comment. Using Tomcat but need to do more? Need to support web services, secur

Re: [iText-questions] iText and RTF

2006-06-29 Thread bruno
Aloizio Pereira da Silva wrote: >It is Known that iText can generate RTF files. The question is. I have a >RTF file and I want to insert a new paragraph into it. It is this >possible? > No, iText doesn't edit RTF (nor does it edit PDF). Have a look at Apache POI. br, Bruno Using Tomcat but need

[iText-questions] iText and RTF

2006-06-29 Thread Aloizio Pereira da Silva
It is Known that iText can generate RTF files. The question is. I have a RTF file and I want to insert a new paragraph into it. It is this possible? Should I use Chunk like PDF file? thanks * * Federal Universit

Re: [iText-questions] Determining a field's format with iText

2006-06-29 Thread bruno
Peter Mourfield wrote: >Bruno, > >I'm hoping that you can help me. I'm trying to use iText to determine the >format (text, date, etc) of a field in an existing pdf document. So far I've >been unable to figure out how to do this. > >Any help would be greatly appreciated. > > Please don't send m

Re: [iText-questions] 'iText in Action' on Manning's 'Coming Soon' list

2006-06-29 Thread David Thielen
Finally David Thielen www.windwardreports.com 303-499-2544 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of bruno Sent: Thursday, June 29, 2006 3:17 AM To: 'itext-questions@lists.sourceforge.net' Subject: [iText-questions]

Re: [iText-questions] rtf:bug report

2006-06-29 Thread Mark Hall
On Thursday 29 June 2006 10:22, 毕大龙 wrote: > com.lowagie.text.rtf.table.RtfRow (line:243) > if(rtfCell.getRowspan() > 1) { > ArrayList rows = this.parentTable.getRows(); > for(int j = 1; j < rtfCell.getRowspan(); j++) { > RtfRow m

[iText-questions] rtf:bug report

2006-06-29 Thread 毕大龙
com.lowagie.text.rtf.table.RtfRow (line:243) if(rtfCell.getRowspan() > 1) { ArrayList rows = this.parentTable.getRows(); for(int j = 1; j < rtfCell.getRowspan(); j++) { RtfRow mergeRow = (RtfRow) rows.get(this.rowNumber + j);

Re: [iText-questions] PdfReader Stavkoverflow

2006-06-29 Thread Andrea Vacondio
I'm using iText 1.4.2 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709

Re: [iText-questions] Query regarding para formatting

2006-06-29 Thread bruno
Harneet wrote: >Hello, > >Can we specify the line spacing for a paragraph? > The line spacing is called 'leading' in PDF. The paragraph class has a method that allows you to change the leading. br, Bruno Using Tomcat but need to do more? Need to support web services, security? Get stuff done quic

[iText-questions] 'iText in Action' on Manning's 'Coming Soon' list

2006-06-29 Thread bruno
See http://www.manning.com/lowagie/ for more info! Note that the page count isn't entirely correct. The book will have about 600 pages. br, Bruno Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier

Re: [iText-questions] Query regarding para formatting

2006-06-29 Thread Harneet
Hello, Can we specify the line spacing for a paragraph? Regards, Harneet -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of bruno Sent: Thursday, June 29, 2006 1:39 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Query regardi

Re: [iText-questions] How to Check a Check Box using AcroFields

2006-06-29 Thread bruno
Henry Doan wrote: > I know how to fill out a field using AcroFields.setFields() but how do > u check a check box? <>First you need to know what different 'states' are available for the checkbox. String[] states = form.getAppearanceStates(field_name); If this array contains the values "On" and "

Re: [iText-questions] Query regarding para formatting

2006-06-29 Thread bruno
Harneet wrote: > Hello, > > > > > > Could you please tell us whether we can apply borders to paragraphs > using iTextSharp. At present I am not able to find any option to > specify borders for paragraphs the way we have for table and cell. > > > The paragraph object doesn't have 'border',

Re: [iText-questions] GIF to PDF, no files

2006-06-29 Thread bruno
Raphael Watier wrote: > I need to convert a GIF image (not in a file but in a byte[]) com.lowagie.text.Image.getInstance will give you an object that can be added to a PDF document with iText. > and I need to obtain a PDF in a byte[]. I can't create a file with a > path, name, etc. Document do

[iText-questions] GIF to PDF, no files

2006-06-29 Thread Raphael Watier
Hi everyBody, I'am newby in iText and I would know if it should be possible to do this : I need to convert a GIF image (not in a file but in a byte[]) and I need to obtain a PDF in a byte[]. I can't create a file with a path, name, etc. Thanks for help, Raphael. Using Tomcat but need to d