./initpanda



       initpanda


SYNOPSIS

       #include <panda.h>

       void initpanda(void);


DESCRIPTION

       The  function  initpanda  sets up the panda PDF generation
       library ready for operations. These  operations  are  cur-
       rently  limited  to  the  generation of new PDF documents,
       although editing of existing documents will be added in  a
       subsequent  version.  Any  number  of PDF documents may be
       generated simultaneously.


EXAMPLE

       Simply use:
              #include <panda.h>
              initpanda();


AUTHOR

       Panda   is   under   development    by    Michael    Still
       (mikal@stillhq.com).  All  code is Copyright Michael Still
       2000, and is released under the GPL. Code submissions  are
       welcomed. Contact Michael at the address above if you have
       something you would like to contribute.


BUGS

       There are no known bugs in Panda. If you find one,  please
       contact mikal@stillhq.com and let me know.


VERSION

       This information relates to version 0.2 of Panda




















Man(1) output converted with man2html