OfficeControl使用PDFCreator另存为PDF文件

Posted 舟山渔夫

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OfficeControl使用PDFCreator另存为PDF文件相关的知识,希望对你有一定的参考价值。

procedure TForm3.btnSavePdfClick(Sender: TObject);
begin
{参数:
名称 必选/可选 数据类型 说明
FileName 必选 string 另存为PDF的文件名
PromptSelect 可选 bool 是否提示用户选择
SheetName 可选 string EXCEL工作表名称
IsShowMsg 可选 bool 保存成功是否显示提示
IsUseSecurity 可选 bool 是否对PDF文件使用安全特性
OwnerPass 可选 string PDF文件的所有者口令
IsPermitPrint 可选 bool PDF文件是否可以被打印
IsPermitCopy 可选 bool PDF文件是否可以被拷贝文本
}
  if OfficeControl1.IsPDFCreatorInstalled then begin
    if saveDialog1.Execute then
      OfficeControl1.SaveAsPDFFile(savedialog1.FileName, false, ‘‘, false, false, ‘‘, true, true);
  end else
    showmessage(‘is not install pdfcreator‘);
  end;

end;

以上是关于OfficeControl使用PDFCreator另存为PDF文件的主要内容,如果未能解决你的问题,请参考以下文章

适用于 Windows 的 PDFCreator 和 Ghostscript - 是不是可以监控进度?

Windows 7 本地系统和本地服务的服务区别

如何将html内容转换为pdf? [复制]

需要有关 PDF 分色的帮助/答案

Powershell:卸载提示用户输入的软件

Ghostscript - 打印到 pdf 时剪裁页面的右侧