Version 3 of Trampoline!

Updated 2005-05-10 09:52:46

Mac Cody's nearly pure-Tcl PDF-savvy extension, whose home is on SourceForge at http://trampoline.sourceforge.net

DPE 10 May 2005 Thanks for a useful package. I found a bug with text that contains nothing but whitespace which causes generate to fail. This can be fixed by adding the following lines near the top of TextConvert:

      # Do not process blank text
      if {[string trim [$w itemcget $item -text]] == ""} {
          return ""
      }

Category Package