Change metadata of pdf file with pypdf
I'd like to create/modify the title of a pdf document using pypdf. It seems that the title is readonly. Is there a way to access this metadata r/w? If answer positive, a piece of code would be appreciated. Thanks You can manipulate the title with pyPDF (sort of). I came across this post on the reportlab-users listing: http://two.pairlist.net/pipermail/reportlab-users/2009-November/009033.html You can also use pypdf. http://pybrary.net/pyPdf/ This won't let you edit the metadata per se, but will let you read one or more pdf file(s) and spit them back out, possibly with new metadata. Here's the