ImgMakePdfSerchable |
Top Previous Next |
Prototype
ImgMakePdfSearchable(InputFileName, FileName, StrInfo, intJPEG, StrXML, boolPDFA)
Description
Create PDF image adding hidden searchable text.
Parameters
HandleImage: integer value corresponding to image handle.
FileName: path and filename of output file.
StrInfo: info PDF string.
intJPEG: JPEG (0-100) factor if image is color image
StrXML: XML text to insert in file
boolPDFA: boolean value corresponding file output format: PDF(False) or PDF/A (True)
Returned Value
None
Notes
The info PDF string can have the following information separated by #13: Title Author Object Keyword Author.
|