./checkinfo



       checkInfo


SYNOPSIS

       #include <panda.h>

       void checkInfo();


DESCRIPTION

       The  function checkInfo is an internal Panda function that
       is used to determine if an info object exists in  the  PDF
       document.


EXAMPLE

       Simply use:
              #include <panda.h>

              void checkInfo(pdf *document);


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.


NOTES ON INTERNAL FUNCTION CALLS

       This function is considered an internal Panda function. It
       is  therefore expected that a programmer merely seeking to
       create a PDF document would never need to call this  func-
       tion. You are welcome to call the function if you feel the
       need.


VERSION

       This information relates to version 0.2 of Panda















Man(1) output converted with man2html