Re: [iText-questions] Decoding of CCITTFaxdecode filter encoded images...?????

2011-01-07 Thread Carsten Hammer
there is a working sample to extract ccittfaxencoded images at http://itexttoolbox.svn.sourceforge.net/viewvc/itexttoolbox/imageextractor/src/ImageExtractor.java?view=markup&pathrev=128 it uses itext and java acrobat reader. Am 04.01.2011 05:17, schrieb sam_dev: > > hi > thanks for your repl

Re: [iText-questions] Handling font resources

2011-01-07 Thread Iliadis Yannis
Thanx Leonard, That was exactly what I did in my follow up to the thread. Yes the documents are filled by me and are later on striped of all field information (stamper.setFormFlattening(true)), so no further editing is possible. 2011/1/7 Leonard Rosenthol > In order for forms to be filled by

Re: [iText-questions] Handling font resources

2011-01-07 Thread Leonard Rosenthol
In order for forms to be filled by human hands, with any possible things they may type in, the ENTIRE FONT is embedded (aka full embed) - it's not possible to do a partial (subset) embed since you don't know what is going to be used. Since you are doing the filling, what I would do is leave the

Re: [iText-questions] Inserting Paragraph to a PDF problem

2011-01-07 Thread 1T3XT BVBA
Op 7/01/2011 10:48, Martin Milverts schreef: Hi I have a problem when inserting text to a PDF file. I don't know where you got your code, nor why you assume it would do what you expect it to do. Please go to http://affiliate.manning.com/idevaffiliate.php?id=223_212 Under downloads you'll find

[iText-questions] FW: remove watermark layer

2011-01-07 Thread John Renfrew
It's really interesting that 'this produces an error, because it has not yet been designed or written to be that way' is normally presented here as 'its broken, why haven't you fixed it yet' with the underlying 'because I didn't pay for it you are responsible but you must do it for free'. How much

[iText-questions] Inserting Paragraph to a PDF problem

2011-01-07 Thread Martin Milverts
Hi I have a problem when inserting text to a PDF file. I start to load the PDF file(1 paged) to memory and next my issue is to insert a textstring to the PDF file, but when the text is below the middle of the pdf file it generates a new page and puts the string into that page instead of placing

Re: [iText-questions] Merging Problem

2011-01-07 Thread 1T3XT BVBA
Op 7/01/2011 10:36, Shahzad Amjad schreef: > What do you mean by portable collection? That's explained in the documentation: http://1t3xt.be/?022 (16.2.4) Please change the reflex to reply with a trivial question into a reflex to consult the book. -

Re: [iText-questions] Merging Problem

2011-01-07 Thread Shahzad Amjad
What do you mean by portable collection? On 1/7/11, 1T3XT BVBA wrote: > Op 7/01/2011 4:58, Shahzad Amjad Khan schreef: >> Considering choice2.pdf is XFA based PDF, how can I merge it with other >> non-XFA based PDF? > You can't. > > Either you put the two files in a portable collection. > Or you

Re: [iText-questions] Merging Problem

2011-01-07 Thread 1T3XT BVBA
Op 7/01/2011 4:58, Shahzad Amjad Khan schreef: > Considering choice2.pdf is XFA based PDF, how can I merge it with other > non-XFA based PDF? You can't. Either you put the two files in a portable collection. Or you flatten the XFA (not possible with iText for dynamic XFA, only for static XFA), a

Re: [iText-questions] Merging Problem

2011-01-07 Thread 1T3XT
Op 7/01/2011 4:58, Shahzad Amjad Khan schreef: > > Considering choice2.pdf is XFA based PDF, how can I merge it with other > non-XFA based PDF? You can't. Either you put the two files in a portable collection. Or you flatten the XFA (not possible with iText for dynamic XFA, only for static XFA)