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
This is the Python script. --- import sys import re import struct import glob import os # This is a very simple script to make a PDF file out of the output of a # multipage symbol compression. # Run ./jbig2 -s image1.jpeg image1.jpeg ... # python pdf.py > out.pdf class Ref: def __in

Re: [iText-questions] tiff2pdf with jbig2

2007-01-19 Thread Paulo Soares
Show us the Python script and I'll tell you something about it. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of beppecosta > Sent: Friday, January 19, 2007 10:27 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions]