Re: Turning Off Contents Compression
"spinningwebz2002" <spinningwebz2002-/[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.pdfapi2 |
|---|---|
| Message-ID | <[email protected]> |
--- In [email protected], Alfred Reibenschuh <alfredreibenschuh@...> wrote: > > Shawn Corey wrote: > > Hi, > > > > Does anyone know how to (temporarily) turn off the compression of the > > page contents? I need to see what PDF::API2 is actual creating. > > > > I tried searching the archive and I found $pdf->{forcecompress} = 0; > > but that did work. > > > > Thanks, > > > > > > delete $gfx->{Filter}; > > > cheers, > > -- > fredo > Can this be used to just turn off all compression? If so, when would I use it? (I am thinking that if I turn off compression during the initial stages of building my temporary pdf files it will be a lot faster, I will only compress when I make the finished page). Bill H