会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
txgh
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
下一页
2022年2月17日
delphi llPDFLib 操作PDF
摘要: llPDFLib 操作PDF 属性和方法 TPDFCanvas.SetActiveFont procedure SetActiveFont(FontName: AnsiString; FontStyle: TFontStyles; FontSize: Extended; FontCharset: T
阅读全文
posted @ 2022-02-17 14:46 txgh
阅读(1654)
评论(0)
推荐(0)
2022年2月10日
delphi llPDFLib 常用功能
摘要: llPDFLib 常用功能 属性和方法 TPDFDocument.Create constructor Create(AOwner: TComponent); override; 创建并初始化 TPDFDocument 的一个实例。 参数 AOwner 建立组件与其所有者的关系。 TPDFDocum
阅读全文
posted @ 2022-02-10 12:13 txgh
阅读(1315)
评论(0)
推荐(0)
delphi llPDFLib 介绍
摘要: llPDFLib 介绍 概述 llPDFLib 是用于创建 PDF 文档的纯 Object Pascal 库。 该库不使用任何 DLL 或外部第三方软件来生成 PDF 文件。 库包括具有属性和方法的 TPDFDocument 组件,如 Delphi 的 TPrinter,但旨在生成 PDF 文件。
阅读全文
posted @ 2022-02-10 12:12 txgh
阅读(1366)
评论(0)
推荐(0)
2022年1月19日
delphi使用RichView控件 更改选择内容样式
摘要: TRichView更改选择内容样式 方法 TCustomRichViewEdit.ApplyParaStyle 应用指定的段落样式。 procedure ApplyParaStyle(ParaStyleNo: Integer); 参数 ParaStyleNo 段落样式集合中的索引(Style.Par
阅读全文
posted @ 2022-01-19 10:38 txgh
阅读(221)
评论(0)
推荐(0)
delphi使用RichView控件 更改选择内容字体
摘要: TRichView更改选择内容字体 方法 TCustomRichViewEdit.ApplyTextStyle procedure ApplyTextStyle(TextStyleNo: Integer); 将指定的文本样式应用于所选项目( 文本项目、制表符、标签项目) 参数 TextStyleNo
阅读全文
posted @ 2022-01-19 10:36 txgh
阅读(527)
评论(0)
推荐(0)
2022年1月15日
delphi PDFium 编辑操作
摘要: PDFium 编辑操作 属性和方法 TPdf.ImportPages function ImportPages(Pdf: TPdf; const Range: string; PageNumber: Integer = 1): Boolean; 从指定的PDF文档导入页面。 参数 Pdf 指定导入的
阅读全文
posted @ 2022-01-15 15:15 txgh
阅读(1847)
评论(0)
推荐(0)
2022年1月8日
delphi PDFium 提取文档内容
摘要: PDFium 提取文档内容 属性和方法 TPdf.BitmapCount property BitmapCount: Integer; PDF 页面内的 PDF 图像对象数。 TPdf.Bitmap[] property Bitmap[Index: Integer]: TBitmap; 指定 PDF
阅读全文
posted @ 2022-01-08 16:08 txgh
阅读(1671)
评论(0)
推荐(0)
2022年1月6日
delphi PDFium 常用功能
摘要: PDFium 常用功能 属性和方法 TPdf.Active property Active: Boolean; 打开或关闭选定的PDF文档。 TPdf.FileName property FileName: string; PDF文件的名称(包含路径)。 TPdf.Password property
阅读全文
posted @ 2022-01-06 16:11 txgh
阅读(1855)
评论(0)
推荐(0)
2021年12月25日
delphi PDFium介绍
摘要: 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
阅读(3224)
评论(0)
推荐(0)
2021年12月17日
delphi PDF控件介绍
摘要: PDF控件介绍 llPDFLib 概述 llPDFLib 是用于创建 PDF 文档的纯 Object Pascal 库。 该库不使用任何 DLL 或外部第三方软件来生成 PDF 文件。 库包括具有属性和方法的 TPDFDocument 组件,如 Delphi 的 TPrinter,但旨在生成 PDF
阅读全文
posted @ 2021-12-17 15:08 txgh
阅读(6916)
评论(0)
推荐(1)
上一页
1
···
7
8
9
10
11
12
13
下一页
公告