Ziggy sent me 300+ MB of O'ReillyCon presentations, so I have a lot of reading to do.
I tried to download some others, but a lot of them had converted to HTML and wanted me to look at a lot of pages. I cannot really do that here. I download a lot of stuff, then look at it offline. Bah, humbug!
Somewhere I have a powerpoint to PDF converter that I wrote at the first MacOSXCon. The PDF turned out to be huge since every page had to reproduce the background image. There is probably some PostScripty way around that, though.
I used to use a program... (Score:2, Interesting)
Also, I used to use Plucker [plkr.org] for Palm devices, which does this, but do
Re:I used to use a program... (Score:4, Informative)
I tried it a few times. It's not the 30-minute hack it appears to be. You're probably better off using GNU wget [gnu.org] instead of rewriting it from scratch in Perl.
Reply to This
Parent
Re:I used to use a program... (Score:1)
Actually, I can think of a good use for this. There're a lot of web-based docs that I've used that don't come in the form of one big HTML file. It's sometimes slow to browse these from work. You get the idea...
Hmmmm... Can I maintain a bunch of pages on my local hard drive compressed such that they will uncompress when I access them from a browser? I could run Apache on my desktop, sure, but how do I build something that would support
Re:I used to use a program... (Score:2)
Re:I used to use a program... (Score:2)
In fact, I had to do this to convert some IE web archives so I can read them.
Re:I used to use a program... (Score:4, Informative)
On MacOS X I use either SiteSucker or WebDevil.
Last night, however, I was stuck on an Army computer.
Reply to This
Parent
PDF Conversions (Score:3, Informative)
Keynote 1.0 had that same problem. The 1.1 update improved the PDF output somewhat, but it's still a little weighty. I think they managed to include the background image once (vs. once per slide), but that's just guesswork based on how the filesize went down 5x-10x.
The PDF files that Keynote generates are still pretty big. I'm just guessing here, but Keynote may be using TIFF for all of its images, instead of something more svelte, like PNG or JPEG.
Reply to This