METADATA
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: METADATA
If you are using HaruPDF (or FWH 1909 FWPDF class), you can use these functions to create Metadata
HPDF_SetInfoAttr()
HPDF_GetInfoAttr()
HPDF_SetInfoDateAttr()
HPDF_SetPassword()
HPDF_SetPermission()
HPDF_SetEncryptionMode()
HPDF_SetCompressionMode()
Please see documentation at:
https://github.com/libharu/libharu/wiki/API%3A-Document
With FWPDF class we can set password and permissions in the Method New()
HPDF_SetInfoAttr()
HPDF_GetInfoAttr()
HPDF_SetInfoDateAttr()
HPDF_SetPassword()
HPDF_SetPermission()
HPDF_SetEncryptionMode()
HPDF_SetCompressionMode()
Please see documentation at:
https://github.com/libharu/libharu/wiki/API%3A-Document
With FWPDF class we can set password and permissions in the Method New()
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: METADATA
OK friend. Thank you very much, I will search. A big hug.
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: METADATA
In addition to cPassWord, cOwnerPassword, nPermssion, FWH1910 adds some more new DATAs to FWHPDF class:
cAuthor, cCreator, cTitle, cSubject, lTimeStamp and if specified these values will be saved as METADATA in the PDF.
cAuthor, cCreator, cTitle, cSubject, lTimeStamp and if specified these values will be saved as METADATA in the PDF.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India