[iText-questions] need to include a complete page

2007-10-12 Thread venkatesh kamath
  Hi All, how to a include a complete page from other file(pdf) under a section. Thanks in advance.- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log e

Re: [iText-questions] Need to insert contents of the file u nder asection

2007-10-12 Thread Venkatesh Kamath
then how to include complete pages under a section using java i-text. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration fi

[iText-questions] Can iText copy just images from one PDF to another?

2007-10-12 Thread Andy Pai
I am trying to find a way to open a PDF and pull just the images out and write them into a new PDF, leaving everything else behind. I do not need to convert them to standalone images, and I do not care about the order of the images in the source document. I do need to be able to put each one into

Re: [iText-questions] Out of memory when concatenating -- I haveread the previous threads

2007-10-12 Thread dhyton
That seemed to fix the issue. Thank you and Paulo for your help. David Xavier Le Vourch wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > I've reproduced the problem with your test case when using iText 1.3. > > Using the latest version of iText doesn't work as the included pd

[iText-questions] Creating a Gray Bar with HTML to be PDFed

2007-10-12 Thread Enrique Rojas
I am outputting html markup input into a pdf document. I was able to work with styles but I am having trouble implementing the background color style. There are headings that I want to be backgrounded with a gray bar that spans the page. stylesheet.loadStyle("header", "background-color", "gray

Re: [iText-questions] Need to insert contents of the file under asection

2007-10-12 Thread Paulo Soares
If you are thinking in getting a PDF page and reflowing the text to fit the section you'd better go the xml and to all in XSL-FO. You can include complete pages with iText but the page will be imported as an image (the fonts all the rest will be there but you can conceptually consider it as an imag

Re: [iText-questions] professional help

2007-10-12 Thread Paulo Soares
You won't have any problems with the hungarian language as far as iText is concearned. You'll just need a font with the special characters (most of the truetype fonts available will contain the characters) and use the apropriate encoding. I'm quite sure that the mailing list should be enough but fe

[iText-questions] Need to insert contents of the file under a section

2007-10-12 Thread venkatesh kamath
  Hi All, Does anybody know's how to extract the contents of one pdf file and place it under a section. I am using XSL-FO to convert my xml's to pdf's, basically i will be getting idividual pdf files that i need to merge into a single file in chapter,section,subsection Hierarchy. I wi

[iText-questions] professional help

2007-10-12 Thread Sieglen
We think about adjusting our software so that it can run in Hungary. One question is, whether we will get into difficulties with hungarin pdf and itext. We cannot answer this question for ourselves. So we search a person who is visiting and counselling us. Of course this person will be paied. The

Re: [iText-questions] need urgent hep

2007-10-12 Thread Paulo Soares
If what you have is a dynamic livecycle form iText doesn't support it. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of abhishek agarwal > Sent: Friday, October 12, 2007 9:41 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText

Re: [iText-questions] text position [C1]

2007-10-12 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Friday, October 12, 2007 9:55 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] text position [C1] > > > Hi, how i can get the position of w w

[iText-questions] text position [C1]

2007-10-12 Thread ali . bazi
Hi, how i can get the position of w word in a pdf to replace it by an image * This message and any attachments (the "message") are confidential and intended solely for the addressee(s). Any unauthorised use or dissemination i

[iText-questions] need urgent hep

2007-10-12 Thread abhishek agarwal
Hi All, I am using iText to stamp dynamic data in an existing pdf template (created by using adobe tools) as and when required.The template pdf has some text fields, combo box and a table (with 3 columns). The table may contain any no. of rows depending on the dynamic text and have to be modifi

Re: [iText-questions] Character Spacing

2007-10-12 Thread Paulo Soares
That's not possible unless you go directly to PdfContentByte but I don't think that's what you want. Paulo - Original Message - From: "viswagreypad" <[EMAIL PROTECTED]> To: Sent: Friday, October 12, 2007 7:33 AM Subject: [iText-questions] Character Spacing > > Hi , > > How can I incr

Re: [iText-questions] Output to ByteArray instead of File

2007-10-12 Thread Paulo Soares
That's the correct way. Do you mean null or empty (0 byte length)? Paulo - Original Message - From: "Gaur, Nitin" <[EMAIL PROTECTED]> To: Sent: Thursday, October 11, 2007 10:22 PM Subject: [iText-questions] Output to ByteArray instead of File Hi, I'm concatentaing more than one docum

Re: [iText-questions] Support for ZIP compression in the TiffCodec?

2007-10-12 Thread Paulo Soares
I'll add that, thank you. Paulo - Original Message - From: "Thimo Seitz" <[EMAIL PROTECTED]> To: Sent: Thursday, October 11, 2007 9:09 AM Subject: [iText-questions] Support for ZIP compression in the TiffCodec? Hi. I've just startet using the iText-Library for PDF-Generation and noti