Ich habe das Office 2007 Add-In für XPS und PDF installiert.
Ich möchte nun die Excel Datei über
OLE als PDF speichern.
So wollte ich das machen, eine pdf Datei ist auch da, aber leider ist es keine PDF.
Die XLFileFormat Enumeration ist also falsch, kennt jemand den richten Zahlenwert für
xlPDF ?
hier sind die anderen, das PDF Add-In ist da leider nicht aufgeführt ...
http://msdn.microsoft.com/en-us/library/bb241279.aspx
Delphi-Quellcode:
FWorkBook.SaveAs('c:\Test.pdf',
xlAddIn,
EmptyParam, // Passwort
EmptyParam, // WriteResPassword
false, // ReadOnlyRecommended
false, // Create Backup
xlNoChange, // AccessMode
EmptyParam, // ConflictResolution
false, // AddToMru
EmptyParam, // TextCodePage
EmptyParam, // TextVisualLayout
false, // Local
FLCID);
umd das Add-In geht es:
http://www.microsoft.com/downloads/d...displaylang=de
vielen Dank !
Phantasie ist etwas, was sich manche Leute gar nicht vorstellen können.