NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Inspired? Lunatic!! :-))) (Score:1)
Oh, and yes, I would have put that under ACME... well, at least that first implementation. But if you come up with a clever mapping, so that when mounting a real PDF the text inside is available as
Re: (Score:1)
Nothing unusual. The filesystem does not affect the rendering of the PDF in any way. It's as if the filesystem were in the comments of an HTML file -- it just makes the PDF bigger from the point of view of rendering.
Oh, and yes, I would have put that under ACME... well, at least that first implementation. But if you come up with a clever mapping, so that when mountin
Re: (Score:1)
Oh, and yes, I would have put that under ACME... well, at least that first implementation. But if you come up with a clever mapping, so that when mounting a real PDF the text inside is available as
Hmm, that's a clever idea. But it would only work well for read-only. The PDF layout format is way too specialized to be able to round-trip as a text file. Unless you meant present the PDF rendering commands in a text file?
Well, I was thinking more into the lines of quick-n-dirty PDF template munging. Create a PDF template with some dummy text and then simply mount it and replace the dummy text with something more appropriate. If this allows to replace a whole textbox full of text, perfect! Even if you could only replace lines of text it could be useful. Exchanging a picture with one of the same dimensions should work regardless, no?
OK, mounting the PDF is probably mostly useful for steganography. But part of that could be a
Re: (Score:1)
Re:Inspired? Lunatic!! :-))) (Score:1)
I'll keep an eye on you...
Reply to This
Parent
Re: (Score:1)
Re: (Score:1)
Have a webserver serve a PDF and have that PDF mounted. Then in the crontab do
fortune >
Insane? I hope so...
Re: (Score:1)