Re: [iText-questions] generating graphs

2002-04-05 Thread David Gilbert
On Thursday 04 April 2002 12:40, Paulo Soares wrote: > See http://sourceforge.net/mailarchive/message.php?msg_id=253649. > > Best Regards, > Paulo Soares Hi Paulo, JFreeChart can generate SVG via the Batik library. All charts are drawn into a Graphics2D instance, and the Batik project provides

Re: [iText-questions] Printing PDF's with embedded tiffs from iText

2002-04-05 Thread Jason Essington
Hi Jared I have had similar problems in the past, and I think I remember that I caused them by indicating a font size of 0. In my case I was using a 0pt font for the title of chapters (I wanted the bookmarks, but I didn't want the title displayed in the document). I ended up building the bookm

[iText-questions] Changing page oriantation

2002-04-05 Thread siba
Hi, I am using the latest version of iText PDF Library for generating PDF output. I to print a 3 page document of which middle one's should be printed in LANDSCAPE mode. I have tryed using document.setPageSize(PageSize.A4.rotate()) before setting the 2nd page. Is there any solution to the prob

[iText-questions] RE: generating graphs

2002-04-05 Thread Cooremans, Rony
Why use external programs to create graphs? You have all the functionality to make graphs included in itext already. In a heavy simplified way , you can say that a grap exists out of dots and lines (perhaps circles to) The example attached shows a grap only created with itext functrionality. The

Re: [iText-questions] generating graphs

2002-04-05 Thread Paulo Soares
The problem is not JFreeChart (excelent package, by the way), is the lack of PDFGraphics2D as you say. It's in my to-do list but there's always something more urgent in the way. Best Regards, Paulo Soares --- David Gilbert <[EMAIL PROTECTED]> wrote: > On Thursday 04 April 2002 12:40, Paulo Soare

Re: [iText-questions] Changing page oriantation

2002-04-05 Thread Paulo Soares
You must have: document.setPageSize(PageSize.A4.rotate()); document.newPage(); Page sizes changes are valid for the next page. Best Regards, Paulo Soares --- [EMAIL PROTECTED] wrote: > Hi, > I am using the latest version of iText PDF Library > for generating PDF > output. > > I to print a 3 p

Re: [iText-questions] Question about reading PDF files.

2002-04-05 Thread Paulo Soares
The answer is no to all. To extract text there are tool in ghostscript and xpdf that work in many platforms. Best Regards, Paulo Soares --- Gabriel J Zimmerman <[EMAIL PROTECTED]> wrote: > > Hi, > > I was reading the documentation and I was not clear > exactly how far > iText would go in read

Re: [iText-questions] Printing PDF's with embedded tiffs from iText

2002-04-05 Thread Paulo Soares
How are you inserting the tiffs in iText? Best Regards, Paulo Soares --- Jared Ellson <[EMAIL PROTECTED]> wrote: > Hi All, > > I was wondering if any has ran into or knows the > solition to problems > printing PDF with imbedded tiffs in iText. I have a > very large > application here at Sun th

Re: [iText-questions] Printing PDF's with embedded tiffs from iText

2002-04-05 Thread Jared Ellson
Here is the code (I pretty much just used the example with minor mods): public boolean tiffToPdf(String theTiffFile, String theOutFile) { Document document = null; try { // creation of the different writers File file = new File(theTiffFile);

[iText-questions] Fonts

2002-04-05 Thread Matt Benson
This is a general fonts question: When I am working with Java components such as Swing components, many characters in a given font, Lucida/Monospaced for example, show up as boxes. I want to be able to show all characters, preferably as the familiar MS-DOS symbols such as the smileys, etc. I ha

Re: [iText-questions] Text Wrap at '-'

2002-04-05 Thread Matt Benson
I'm not sure I understand, but you may be able to do this with the hyphenation stuff currently under development. -Matt --- Vaibhav <[EMAIL PROTECTED]> wrote: > Hello All, >Is it possible to stop text wrapping at '-' > caharacter. Possibly text should get wrapped only > at ','. > > Than

[iText-questions] Text Wrap at '-'

2002-04-05 Thread Vaibhav
Hello All, Is it possible to stop text wrapping at '-' caharacter. Possibly text should get wrapped only at ','. Thanks, Vaibhav -- Vaibhav Patil [EMAIL PROTECTED] - email ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.so