bblanchon / pdfium-binaries

📰 Binary distribution of PDFium
853 stars 182 forks source link

Is it possible to change document metadata? #171

Open wolf81 opened 1 month ago

wolf81 commented 1 month ago

Right now I don't see any way to edit metadata, such as Title, Author, Subject, Keywords, Creator & Producer through the API, but perhaps I am missing something.

Is it possible to change metadata in any way? It seems possible in both Foxit and Patagames APIs.

jerbob92 commented 1 month ago

This project only compiles PDFium. If the method is not available in PDFium itself, you should open an issue with them. The FPDF_SetMetaText method is currently not mentioned anywhere in the sourcode of PDFium.

bblanchon commented 1 month ago

@wolf81, please address your question to the PDFium group and tell us your findings.