Re: [iText-questions] How do you stop iText from automatically adding cm operators to content streams?

2011-10-26 Thread 1T3XT BVBA
On 27/10/2011 1:47, Billy Anachronism wrote: > I will have a look. > > I am surprised that no one has come across this before. I initially thought > I was doing something wrong in my code but it seems to me now to be a kind > of a logic error in iText. I've been working with iText for a very long t

Re: [iText-questions] How do you stop iText from automatically adding cm operators to content streams?

2011-10-26 Thread Billy Anachronism
I will have a look. I am surprised that no one has come across this before. I initially thought I was doing something wrong in my code but it seems to me now to be a kind of a logic error in iText. Cheers -- View this message in context: http://itext-general.2136553.n4.nabble.com/How-do-you-sto

Re: [iText-questions] problems with PDF signing

2011-10-26 Thread mkl
Mike, Mike Calmus wrote: > I read through the forums and was planning to use the "reuse the stamper" > approach. Unfortunately, though neither the stamper nor the signature > appearance objects are serializable and therefore can't be stored in my > HTTP session for reuse. They would be difficult

Re: [iText-questions] problems with PDF signing

2011-10-26 Thread Mike Calmus
Thanks Michael. I read through the forums and was planning to use the "reuse the stamper" approach. Unfortunately, though neither the stamper nor the signature appearance objects are serializable and therefore can't be stored in my HTTP session for reuse. I've tried to find the sample implmentatio

Re: [iText-questions] How do you stop iText from automatically adding cm operators to content streams?

2011-10-26 Thread Mark Storer
I suggest you step through the source, find out where the problem lies, and change it. Open Source is great like that. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = null; Autonomy Corp., an HP Company > -Original Message- >

Re: [iText-questions] RUPS source code

2011-10-26 Thread William Bell
Thanks.     Kind regards William William Bell T: 07795 463646 E: wrb...@btinternet.com From: Paulo Soares To: Post all your questions about iText here Sent: Wednesday, 26 October, 2011 11:16:55 Subject: Re: [iText-questions] RUPS source code RUPS won't be

Re: [iText-questions] create Thumbnails of pdf

2011-10-26 Thread bigfaceless
You can render PDFs with the BFO PDF Library: http://bfo.com/products/pdf/ Feel free to get in touch if you have any questions - sa...@bfo.com :) -- View this message in context: http://itext-general.2136553.n4.nabble.com/create-Thumbnails-of-pdf-tp3922635p3940066.html Sent from the iText - Gen

Re: [iText-questions] RUPS source code

2011-10-26 Thread Paulo Soares
RUPS won't be ported to C#, it's an end user tool, not a library. Paulo From: William Bell [mailto:wrb...@btinternet.com] Sent: Wednesday, October 26, 2011 11:06 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] RUPS source code Is the sourc

[iText-questions] RUPS source code

2011-10-26 Thread William Bell
Is the source code for RUPS available in C#? If not when/will it be?     Kind regards William-- The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing eve

Re: [iText-questions] Interegating PDF with code gives different object number to that given by RUPS

2011-10-26 Thread 1T3XT BVBA
On 26/10/2011 10:36, William Bell wrote: The pdf file in questions has 4 pages. RUPS identifies these as objects: 24, 1, 4, 7 Yes, those are the IDs of the objects that contain a page dictionary. My code identifies these as objects: 26, 2, 5, 8 That's NOT true. 26, 20, and 32 are refer

Re: [iText-questions] Multiple iterations over PdfContentByte object causes corrupt pdf

2011-10-26 Thread mkl
AlMeadows, AlMeadows wrote: > Our process works as follows: We get a 150 page 'original' document. The > user looks at this and decides that pages 1 & 2 is 'connected' so to speak > so the user 'splits' the document starting at page 3. After the split, the > use has a 2 page PDF and a 148 page PD