Is your feature request related to a problem? Please describe.
This pdfparser currently only accesses the standard document metadata through InformationDictionary. It ignores any metadata included with Adobe's XMP system. https://developer.adobe.com/xmp/docs/
Describe the solution you'd like
Add support for reading custom metadata from XMP blocks in PDFs if available. This is one of the big changes I added to the Smalot PdfParser and I crave it. If you need any advice or help implementing it, let me know.
Is your feature request related to a problem? Please describe.
This pdfparser currently only accesses the standard document metadata through InformationDictionary. It ignores any metadata included with Adobe's XMP system. https://developer.adobe.com/xmp/docs/
Describe the solution you'd like
Add support for reading custom metadata from XMP blocks in PDFs if available. This is one of the big changes I added to the Smalot PdfParser and I crave it. If you need any advice or help implementing it, let me know.