|
I found how to save PDF by myself. Thanks. Originally Posted by: seki  Thank you for advice. I found that I could get custom properties using Pdfium.FPDF_GetMetaText, and set custom properties using Pdfium.FPDF_SetMetaText.
By the way, how can I save a PDF file that I changed using Pdfium.FPDF_SetMetaText? I could not understand how to use "Pdfium.FPDF_SaveAsCopy".
|
|
Thank you for advice. I found that I could get custom properties using Pdfium.FPDF_GetMetaText, and set custom properties using Pdfium.FPDF_SetMetaText.
By the way, how can I save a PDF file that I changed using Pdfium.FPDF_SetMetaText? I could not understand how to use "Pdfium.FPDF_SaveAsCopy".
|
|
 "Custom properties" meant attached images. I would like to read and/or save these properties of pdf files. The user manual of Pdfium.FPDF_SetMetaTex method says >Currently, The tag can be one of "Title", "Author", "Subject", "Keywords", "Creator", "Producer", "CreationDate", or "ModDate". Later I will try Pdfium.FPDF_SetMetaTex method with Custom Tag.
|
|
Hello, What is a custom property? I assume this can be achieved with an appropriate dictionary. Also you can try Pdfium.FPDF_SetMetaTex method. Code:Pdfium.FPDF_SetMetaText(document.Handle, "CustomTag", "custom value");
|
|
|
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close