Calibre not reading all the pdf file metadata
Hi,
I have added through Python PyPDF2 a new metadata '/tags' and saved the new pdf file. While open this pdf file with Calibre, the content I have indicated in my Python code is not under "tag". I have tried with '/tag', '/Tag' and '/Tags'.
Through python code, I have checked that the new metadata 'tags' is there.
How can I let Calibre reading content under "tag" that I will add as new metadata to the pdf file through Python code ?
Thanks
|