Hi bryan, On Wednesday, May 29, 2002, 10:03:19 AM, you wrote:
b> I know there's the pdf maker script out there, I was wondering if there b> are any scripts/dialects out there for reading a postscript/pdf file? "Reading" a PostScript actually means executing it, and it is a FORTH-like language so you'd need to write an interpreter for it etc. (Not trivial if you want to support all the language features...) PDF does not require a full-blown PS interpreter, but it's not trivial to parse in the general case (encryption, compression...), and you'd have to support a lot of things to get to be able to read most PDFs. Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
