PDF_set_info_keywordsPHP ManualPrevNextPDF_set_info_keywordsPDF_set_info_keywords -- Fills the keywords field of the info structureDescriptionvoid pdf_set_info_keywords(info info, string keywords);
The PDF_set_info_keywords() function sets the
keywords of a pdf document. It has to be called after
PDF_get_info() and before
PDF_open(). Calling it after PDF_open()
will have no effect on the document.
Note:
This function is not part of the pdf library.
Note:
This function takes a different first parameter if pdflib 2.0 support
is activated. The first parameter has to be the identifier of the
pdf document as returned by pdf_open(). Consequently,
pdf_open() has to be called before this function.
See also PDF_get_info(),
PDF_set_info_creator(),
PDF_set_info_author(),
PDF_set_info_title(),
PDF_set_info_subject().PrevHomeNextPDF_set_info_subjectUpPDF_set_info_author