| andyhill
    
 
                Australia163 Posts
 | 
                    
                      |  Posted - Nov 06 2022 :  01:29:09     
 |  
                      | I do not see how to inject PDF File Metadata correctly, please advise - thanks. 
 ie:= TImageEnView.Create(nil);
 ie.IO.LoadFromFilePDF(FullyQualifiedPdf);
 ie.IO.Params.PDF_Author:=   'Me';
 ie.IO.Params.PDF_Subject:=  Subject;
 ie.IO.Params.PDF_Creator:=  'Me';
 ie.IO.Params.PDF_Producer:= 'Me';
 //
 ie.IO.Params.EXIF_HasEXIFData:= True;    // ??? Not Really EXIF ???
 ie.IO.InjectJpegEXIF(FullyQualifiedPdf); // ??? No Inject PDF Method ???
 ie.Free;
 
 
 Andy
 |  |