php - Adding Title, Author, Subject, Keywords metadata with wkhtmltopdf -



php - Adding Title, Author, Subject, Keywords metadata with wkhtmltopdf -

is there way add together metadata (e.g. title, author, subject, keywords) pdf when creating wkhtmltopdf command line via php?

the many command line options wkhtmltopdf documented @ http://wkhtmltopdf.org/usage/wkhtmltopdf.txt (also available running wkhtmltopdf -h. can set title of pdf via --title global option. there not appear back upwards specifying author, subject, or keywords metadata.

php metadata wkhtmltopdf

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -