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
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
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
;
> > 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
> "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
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
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
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
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]