I need to execute SaveAs
method of the file is loaded to the class object TAcroPDF
(ActiveX Acrobat Reader - AcroPDF.dll
). The property is loaded with LoadFile
method.
In addition, I have a question if anyone knows how to call the SaveAs function for an OLE Object taken to TOleContainer
(oleContainer.OleObject).
For example, for Microsoft Word and Excel, the file can be saved with:
oleContainer1.OleObject.SaveAs ('d:\file.docx');
For a pdf file method is not supported.