|
Thank you,redfish119, that method, as if I have seen it before, the principle is to first convert to PS, and then to PDF.
But it is more troublesome. Not easy to use. Many things to set ..
I use the PDFmaker DLL file (Interop.PDFMAKERAPILib.dll) in Acrobat 7.0, which is very easy to use and simple ...
PDFMAKERAPILib.PDFMakerApp app = new PDFMAKERAPILib.PDFMakerApp ();
app.CreatePDF (@ "C:\my.doc", @ "C:\my.pdf", PDFMAKERAPILib.PDFMakerSettings.kConvertAllPages, false, true, true, missing);
Just two lines, and then remember KILL PRO.
UPUPUP !!! Keep waiting ... |
|