Re: [iText-questions] Control page breaks for images and tables

2010-02-05 Thread 1T3XT info
Frank Stephan wrote: > Hi, > > I don't understand how to implement page break control with iText for images > or tables. I read the chapters in the book and I understand how to do this > for text content. Is there an example anywhere like the one in the book > (with go(false);), when the content o

Re: [iText-questions] Does anyone know if iText with BouncyCastle requires Java 1.5 ?

2010-02-05 Thread 1T3XT info
Adam Mork wrote: > Getting this error: > > java.lang.UnsupportedClassVersionError: > org/bouncycastle/asn1/DEREncodable (Unsupported major.minor version 49.0) You're not telling us which version of iText and which version of BC you're using. -- This answer is provided by 1T3XT BVBA http://www.

Re: [iText-questions] MERGING PDF..but also the other content

2010-02-05 Thread 1T3XT info
algo...@hotmail.fr wrote: > To my horror, I realised that annotations (comments, page attachment) > are not copied. Why the horror? This behavior (and the reason why it happens) is very well documented in chapter 2 of the first edition of "iText in Action". > Also, I had some forms...and all th

[iText-questions] Control page breaks for images and tables

2010-02-05 Thread Frank Stephan
Hi, I don't understand how to implement page break control with iText for images or tables. I read the chapters in the book and I understand how to do this for text content. Is there an example anywhere like the one in the book (with go(false);), when the content of the columntext is a table. TIA

Re: [iText-questions] Conversion of Excel !

2010-02-05 Thread Daniel Essin
primoPdf is free. With a little Windows API programming you could even "remote control" it. On 2/5/2010 12:55 AM, John Renfrew wrote: > Surely this is a task for an Acrobat writer (printer driver). Paid or 'free' > > Adobe make a nice one. > If you search on the 'internet' thingy you may also fin

Re: [iText-questions] Does anyone know if iText with BouncyCastlerequires Java 1.5 ?

2010-02-05 Thread Mathieu Fortin
This probably means you are running bouncycastle for java 1.5 in a 1.4 jvm. Notarius Inc. 700-1080 Côte du Beaver Hall Montréal, Québec, H2Z 1S8 Avis de confidentialité / Confidentiality Notice Notarius Inc. - Certifié ISO 9001 : 2000 Centre de certification du Québec - Certifié ISO 27001

[iText-questions] Does anyone know if iText with BouncyCastle requires Java 1.5 ?

2010-02-05 Thread Adam Mork
Getting this error: java.lang.UnsupportedClassVersionError: org/bouncycastle/asn1/DEREncodable (Unsupported major.minor version 49.0) Thanks. -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay on

[iText-questions] MERGING PDF..but also the other content

2010-02-05 Thread algotek
Hello, I'm using itextSharp, from VB.NET I had some code to merge two pdf files. I was using instructions such as cb = writer.DirectContent page = writer.GetImportedPage(reader, i) cb.AddTemplate(page, 1, 0, 0, 1, 0, 0) to access an exiting page, and create new ones. Works fine...execpt that..

Re: [iText-questions] Does not get an image from a servelt

2010-02-05 Thread 1T3XT info
Mike Marchywka wrote: > Having not looked at the source or your error handling approach, > I finally decided this could be something you "emit" ( for lack of > a more precise word) from some where in itext to wherever > the OP can paste text. I take it you are not aware of any such possiblity. The

Re: [iText-questions] Does not get an image from a servelt

2010-02-05 Thread Mike Marchywka
> Date: Fri, 5 Feb 2010 18:11:33 +0100 > From: i...@1t3xt.info > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Does not get an image from a servelt > > Donald Jayawardena wrote: >> Mike Marchywka hotmail.com> writes: >

Re: [iText-questions] PDF Packages

2010-02-05 Thread 1T3XT info
algo...@hotmail.fr wrote: > How can I detect that a pdf is a package, and enumerate the different > packages ? Check the PDF Reference and "Climb the tree". ("Climb the tree" is the title of a section in the "iText in Action" book.) -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/

Re: [iText-questions] Does not get an image from a servelt

2010-02-05 Thread 1T3XT info
Donald Jayawardena wrote: > Mike Marchywka hotmail.com> writes: > >> The statement > com.lowagie.text.Image iRiskNo = com.lowagie.text.Image.getInstance > ("http://localhost:8080/createjpg/createjpg";); > gives an error as follows: > > SEVERE: owner frame is a java.awt.Frame > > The creatrejpg

Re: [iText-questions] Error while watermark pdf file

2010-02-05 Thread 1T3XT info
Rahul Soni wrote: > Hello All, > > I have one problem in putting watermark in the pdf file using iText. I > have done that by creating the table which contains the text for > watermark. but i dont know due to some reason i am not able to put the > watermark pragmatically in some pdf files. I a

[iText-questions] PDF Packages

2010-02-05 Thread algotek
How can I detect that a pdf is a package, and enumerate the different packages ? -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in th

Re: [iText-questions] Conversion of Excel !

2010-02-05 Thread Cameron Laird
On Thu, Feb 4, 2010 at 10:24 PM, Ashwath Krishna < ashwath.krishna.iyen...@oracle.com> wrote: > > Exactly !! That IS my requirement. I want an exact photocopy of my excel in > a > pdf file. Regardless of what data i have in my Excel. > > And by the way , i would like to do it using iText . The rea

Re: [iText-questions] Extracting specific layers from a pdf

2010-02-05 Thread Leonard Rosenthol
It's possible with iText, but you'll need to use some of the lower level APIs for direct object access and the new content stream parsers. -Original Message- From: Thomas Gelzhaeuser [mailto:tho...@gelzhaeuser.de] Sent: Friday, February 05, 2010 5:38 AM To: itext-questions Subject: [iT

Re: [iText-questions] flattening problems/errors?

2010-02-05 Thread Leonard Rosenthol
Adobe LiveCycle Forms Server. It’s an XFA-based form and at this time only Adobe’s LiveCycle product is able to flatten such forms. From: Francisco Philip [mailto:fphi...@houseware.es] Sent: Friday, February 05, 2010 5:37 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] fl

[iText-questions] Extracting specific layers from a pdf

2010-02-05 Thread Thomas Gelzhaeuser
Hi all. I need to find a solution for the following problem: I have a multi layered pdf, where only a selection of layers (ocgs) is set to visible. I need to create a new pdf from that, which only contains the visible layers all merged into the background layer. The invisible layers have to be re

Re: [iText-questions] Does not get an image from a servelt

2010-02-05 Thread Donald Jayawardena
Mike Marchywka hotmail.com> writes: > The statement com.lowagie.text.Image iRiskNo = com.lowagie.text.Image.getInstance ("http://localhost:8080/createjpg/createjpg";); gives an error as follows: SEVERE: owner frame is a java.awt.Frame The creatrejpg servlet returns an image of awt frame. Does

[iText-questions] Conversion of Excel !

2010-02-05 Thread John Renfrew
Surely this is a task for an Acrobat writer (printer driver). Paid or 'free' Adobe make a nice one. If you search on the 'internet' thingy you may also find some others. You can even do it online. Weird question. john renfrew Right Way Up Office  +44 1675 475341 -Original Message-

[iText-questions] Error while watermark pdf file

2010-02-05 Thread Rahul Soni
Hello All, I have one problem in putting watermark in the pdf file using iText. I have done that by creating the table which contains the text for watermark. but i dont know due to some reason i am not able to put the watermark pragmatically in some pdf files. I am dynamically generating waterm