Michael Goerz

Show:

What's happening?

  • Bookmarks from XML messed up in Preview.app

    1) Prepare a bookmarks.xml file 2) Add bookmarks to existing PDF using the iText Toolbox, the XML2Bookmarks tool 3) Open the resulting PDF on MacOS with Preview.app or other PDFKit based applications (e.g. Skim) Behavior: Clicking on a bookmark jumps to a location several pages before where the bookmark is supposed to point. Opening the same file in Adobe Reader allows to use the bookmarks...

    2009-09-12 00:43:50 UTC in iText, a JAVA-PDF library

  • Followup: RE: UnicodeDecodeError: 'utf8' codec can't decode

    This is normal. You can't use 'print' for unicode text on a normal terminal. However, you could write it to a text file, provided that you open the file with a suitable encoding. E.g. fh =codecs.open(filename, "w", "utf-8) fh.write(msg.subject) Alternatively, you can convert the unicode to ascii before printing it (by dropping characters > 127), for example. Maybe you...

    2009-06-30 23:53:57 UTC in libgmail

  • Fortran90 interface names not recognized

    I'm using ctags with vim, working on Fortran 90 code. A module contains an overloaded function, via an interface, like this: interface psi_overlap module procedure full_overlap, surf_overlap end interface now somehwere else the overloaded 'psi_overlap' is used, but trying to jump to the definition results in a "E426: tag not found: psi_overlap". Ctags should recognize the...

    2009-06-10 21:39:15 UTC in Exuberant Ctags

  • Missing Table of Contents

    For some pdf's, Skim does not show the outline (what is called "Bookmarks" in Adobe Reader and "Table of Contents" in Skim). One example file is this one: http://is.gd/u9AI The outline in this file was created with the help of the Java pdfbox library: http://incubator.apache.org/pdfbox/ This problem may or may not be a bug in Skim (Preview.app has the same problem, by the way). It may also...

    2009-04-23 20:25:30 UTC in Skim PDF Reader and Note-taker for OS X

  • wrong color 'white' in vim

    If a vim color profile sets the background to 'white' (or 15) explicitly, the result is a medium gray in iTerm, as opposed to the default white other terminals show.

    2009-01-01 19:12:20 UTC in iTerm.app

  • wrong color 'white' in vim

    If a vim color profile sets the background to 'white' (or 15) explicitly, the result is a medium gray in iTerm, as opposed to the default white other terminals show.

    2009-01-01 17:07:30 UTC in iTerm.app

  • procimap

    michaelgoerz registered the procimap project.

    2008-05-08 14:35:22 UTC in procimap

  • missing group folder

    Hi, I'm missing my project group folder. It should be at /home/groups/t/te/texpreview on shell.sourceforge.net, but that folder does not exist. Many Thanks, Michael Goerz.

    2008-05-07 20:49:14 UTC in SourceForge.net

  • texpreview

    michaelgoerz registered the texpreview.py project.

    2008-05-05 15:54:25 UTC in texpreview.py

About Me

  • 2001-05-05 (9 years ago)
  • 212366
  • michaelgoerz (My Site)
  • Michael Goerz

Send me a message