2 responses to “What a mess. Office will export to PDF.”

  1. Stahn

    Maybe one could use Foxit Reader? (It’s free and light)

  2. .jon

    What a coinsidence!

    You know, since years I got this pain in the *** with AcrobatReader. Either I am stupid or it really has no bookmarking capabiliy. That was, when I read a book in PDF form, I closed the laptop for standby mode in order to bookmark the document, so I could continue reading where I left. This is so 19th hundred industrial!
    I do not talk about that what /they/ call “bookmark”, I mean what me and granny calls “bookmarks”. /They” call chapters bookmarks, as it seems.

    And yes, it is bloadted. Especially that crap of Yahoo Toolbar, which at least you can switch off in the stand-alone version but not in the browser plugin.

    Other than that, I like PDF for its compactness (one file does it all) and the possibility to read it on any platform. In the end, it is a Postscript variant, no ?

    But, oh, just yesterday I thought about replacing PDF with a new format. I wrote a software module to control a HomeTheater amplifier over RS 232. They gave me the protocol and command-specs in two PDFs. The commands were maybe 150 or so and arranged in a table. Byte-sequence, command-name, command-description. I transformed this into Python code. What I wanted to do was to copy the table into my text editor. A simple copy&paste gave me a string per line. Without any means as how to automate the task. The byte-sequence was static in its length. But the command name could be up to three words (natural language) long, so a simple editor -> record macro would not do.

    The ASCII export of AcrobatReader produced a line per column. At least something to work with. But this was, when I watched around Sourceforge for software, that would allow me to do with a PDF whatever I wanted. No luck. The only such tool seems to be (hail to the proprietary world) Adobes own Distiller.

    So I thought, that we need something new. And I quickly came to realize, that it may be time for OASIS (creators of the OpenDocument spec, which OOo uses) to bring an alternative to PDF.

    The ODF files are a JAR dialect, meaning a ZIP file with a MANIFEST but not a 100% Java jar. In this archive there is sub-directories for all media-data (Bitmaps, etc.), you can include scipts, it has standards-conformity (dublin-core, etc.) and is XML, meaning (not so easy) XSLT possibilities (not so easy, since it is rather complex and I am right in writing an XHTML WYSIWYG XSL transformer, which is pretty tough). It can include SVG and MathML and many more, at least it will do so fully in the next updates (so I expect). It will also be able to do more with tables, and so on.

    So, all files are accessible to the user. It’s editable. There is a stand-alone viewer in the works. There are already Firefox and IE plugins for it. It’s backed by a whole Office Suite. Add some encryption, XML security and it should be able to replace PDF.

    But then…. PDF is too accepted in order to have it gone forever.