[ Tklib Home | Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]

canvas::pdf(n) 1 tklib "Variations on a canvas"

Name

canvas::pdf - Canvas to PDF

Table Of Contents

Synopsis

  • package require Tcl 8.5
  • package require Tk 8.5
  • package require canvas::pdf ?1?
  • package require pdf4tcl

Description

This package provides a command to convert a canvas' contents to Adobe's PDF vector format.

API

::canvas::pdf pathName

Dump the contents of the canvas pathName. The result is a string in Adobe's PDF.

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category canvas of the Tklib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

Keywords

canvas, graphics, imagemagick, pdf, portable document format, print screen, serialization, vector graphics