上一页 1 ··· 7 8 9 10 11 12 13 下一页
摘要: llPDFLib 操作PDF 属性和方法 TPDFCanvas.SetActiveFont procedure SetActiveFont(FontName: AnsiString; FontStyle: TFontStyles; FontSize: Extended; FontCharset: T 阅读全文
posted @ 2022-02-17 14:46 txgh 阅读(1129) 评论(0) 推荐(0) 编辑
摘要: llPDFLib 常用功能 属性和方法 TPDFDocument.Create constructor Create(AOwner: TComponent); override; 创建并初始化 TPDFDocument 的一个实例。 参数 AOwner 建立组件与其所有者的关系。 TPDFDocum 阅读全文
posted @ 2022-02-10 12:13 txgh 阅读(888) 评论(0) 推荐(0) 编辑
摘要: llPDFLib 介绍 概述 llPDFLib 是用于创建 PDF 文档的纯 Object Pascal 库。 该库不使用任何 DLL 或外部第三方软件来生成 PDF 文件。 库包括具有属性和方法的 TPDFDocument 组件,如 Delphi 的 TPrinter,但旨在生成 PDF 文件。 阅读全文
posted @ 2022-02-10 12:12 txgh 阅读(934) 评论(0) 推荐(0) 编辑
摘要: TRichView更改选择内容样式 方法 TCustomRichViewEdit.ApplyParaStyle 应用指定的段落样式。 procedure ApplyParaStyle(ParaStyleNo: Integer); 参数 ParaStyleNo 段落样式集合中的索引(Style.Par 阅读全文
posted @ 2022-01-19 10:38 txgh 阅读(164) 评论(0) 推荐(0) 编辑
摘要: TRichView更改选择内容字体 方法 TCustomRichViewEdit.ApplyTextStyle procedure ApplyTextStyle(TextStyleNo: Integer); 将指定的文本样式应用于所选项目( 文本项目、制表符、标签项目) 参数 TextStyleNo 阅读全文
posted @ 2022-01-19 10:36 txgh 阅读(398) 评论(0) 推荐(0) 编辑
摘要: PDFium 编辑操作 属性和方法 TPdf.ImportPages function ImportPages(Pdf: TPdf; const Range: string; PageNumber: Integer = 1): Boolean; 从指定的PDF文档导入页面。 参数 Pdf 指定导入的 阅读全文
posted @ 2022-01-15 15:15 txgh 阅读(1207) 评论(0) 推荐(0) 编辑
摘要: PDFium 提取文档内容 属性和方法 TPdf.BitmapCount property BitmapCount: Integer; PDF 页面内的 PDF 图像对象数。 TPdf.Bitmap[] property Bitmap[Index: Integer]: TBitmap; 指定 PDF 阅读全文
posted @ 2022-01-08 16:08 txgh 阅读(1146) 评论(0) 推荐(0) 编辑
摘要: PDFium 常用功能 属性和方法 TPdf.Active property Active: Boolean; 打开或关闭选定的PDF文档。 TPdf.FileName property FileName: string; PDF文件的名称(包含路径)。 TPdf.Password property 阅读全文
posted @ 2022-01-06 16:11 txgh 阅读(1289) 评论(0) 推荐(0) 编辑
摘要: PDFium 介绍 概述 Delphi 和 C++ Builder 组件,用于查看、导航、文本提取和编辑 PDF 文件。 特征 使用 PDFium 开源 PDF 渲染引擎 支持 Delphi/C++ Builder 5 - 10.3 和 Lazarus 2.0.2 组件 TPdf 使用 Tpdf 组 阅读全文
posted @ 2021-12-25 11:49 txgh 阅读(2395) 评论(0) 推荐(0) 编辑
摘要: PDF控件介绍 llPDFLib 概述 llPDFLib 是用于创建 PDF 文档的纯 Object Pascal 库。 该库不使用任何 DLL 或外部第三方软件来生成 PDF 文件。 库包括具有属性和方法的 TPDFDocument 组件,如 Delphi 的 TPrinter,但旨在生成 PDF 阅读全文
posted @ 2021-12-17 15:08 txgh 阅读(3918) 评论(0) 推荐(1) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 下一页