./setkeywords



       setkeyords


SYNOPSIS

       #include <panda.h>

       void setkeywords(pdf *document, char *keywords);


DESCRIPTION

       The  function  setkeywords sets the keywords string in the
       PDF document being created. This should be set to a  space
       separated  string of all the keywords relating to the con-
       tent of the document.


EXAMPLE

       Simply use:
              #include <panda.h>

              void setkeywords(document, "Mikal doover test document wibble frog Panda");


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