Re: [iText-questions] tiff2pdf with jbig2

2007-01-23 Thread beppecosta
starting. > > > > Paulo > > > >> -Original Message- > >> From: [EMAIL PROTECTED] > >> [mailto:[EMAIL PROTECTED] On > >> Behalf Of beppecosta > >> Sent: Monday, January 22, 2007 4:24 PM > >> To: itext-quest

Re: [iText-questions] tiff2pdf with jbig2

2007-01-22 Thread Paulo Soares
Here's what I got. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of beppecosta > Sent: Monday, January 22, 2007 4:56 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] tiff2pdf wit

Re: [iText-questions] tiff2pdf with jbig2

2007-01-22 Thread beppecosta
AIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of beppecosta >> Sent: Monday, January 22, 2007 4:24 PM >> To: itext-questions@lists.sourceforge.net >> Subject: Re: [iText-questions] tiff2pdf with jbig2 >> >> >> Paulo, >> >> Fi

Re: [iText-questions] tiff2pdf with jbig2

2007-01-22 Thread Paulo Soares
; > > dp.put(new PdfName("JBIG2Globals"), iref); > > dic.put(PdfName.DECODEPARMS, dp); > > img.setAdditional(dic); > > img.scalePercent(10); > > doc.add(img); > > doc.close(); > > > > I'll have to make a couple of changes in Image to

Re: [iText-questions] tiff2pdf with jbig2

2007-01-22 Thread beppecosta
> "Document.compress = false". > > Paulo > >> -Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of Paulo Soares >> Sent: Friday, January 19, 2007 11:40 AM >> To: Post all your question

Re: [iText-questions] tiff2pdf with jbig2

2007-01-19 Thread Paulo Soares
PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Paulo Soares > Sent: Friday, January 19, 2007 11:40 AM > To: Post all your questions about iText here > Subject: Re: [iText-questions] tiff2pdf with jbig2 > > Clever script. I'll need the jbig2 files and the re

Re: [iText-questions] tiff2pdf with jbig2

2007-01-19 Thread Paulo Soares
gt; Sent: Friday, January 19, 2007 10:58 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] tiff2pdf with jbig2 > > > This is the Python script. > > > --- > import sys > import re > import struct > import glob > import

Re: [iText-questions] tiff2pdf with jbig2

2007-01-19 Thread beppecosta
;Kids'] = '[' + ' '.join([ref(x.id) for x in page_objs]) + ']' print str(doc) def usage(script, msg): if msg: sys.stderr.write("%s: %s\n"% (script, msg)) sys.stderr.write("Usage: %s [file_basename] > out.pdf\n"% script) sys.e

Re: [iText-questions] tiff2pdf with jbig2

2007-01-19 Thread Paulo Soares
Subject: [iText-questions] tiff2pdf with jbig2 > > > At present on our iSeries(as400) we use iText/tiff2pdf to > create pdf from > scanned tiff documents. We produce thousands of documents per > day and this > works perfecty. However because these pdf's should be >

[iText-questions] tiff2pdf with jbig2

2007-01-19 Thread beppecosta
At present on our iSeries(as400) we use iText/tiff2pdf to create pdf from scanned tiff documents. We produce thousands of documents per day and this works perfecty. However because these pdf's should be archived on optical disks and kept for one year (and because optical media cost a lot) we are i