You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pdfium
I noticed that there's an FPDF_GetMetaText API (for getting document metadata, such as title, author, etc.), but there isn't an FPDF_SetMetaText API.
From the looks of it this is just a lack of a public C API? I was looking at a Ruby binding for PDFium (admittedly quite old code), and it seemed to reach in to the CPDF_Document, so I assume PDFium clients have to use the C++ API for this.
Assuming this is correct, would it be reasonable to add an FPDF_SetMetaText API alongside the FPDF_GetMetaText API in public/fpdf_doc.h? Assuming I have time to do this at some point, I should submit the patch to https://bugs.chromium.org/p/pdfium/issues/list ?
Lei Zhang
unread,
Jul 22, 2020, 10:45:44 AM7/22/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pdfium
Metadata extraction can be much more complicated then what is possible with the simple Pdfium API. Please use Adobes open source XMP (extensible metadata platform) library for maximum compatibility.
Lei Zhang
unread,
Oct 19, 2020, 7:58:07 PM10/19/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message