Class FormFlattener

信息

表示 Documentize.FormFlattener 插件。用于在 PDF 文档中扁平化字段。

[Obsolete("The class will be deleted soon. Please use PdfForm class.")]
public static class FormFlattener

继承

objectFormFlattener

继承的成员

方法

GetFieldNames(string)

获取 PDF 文档中的字段名称。

public static List<string> GetFieldNames(string path)

参数

  • path string: PDF 文档的路径。

返回

List<string>

PDF 文档中名称的列表。

GetFieldNames(Stream) : 获取 PDF 文档中的字段名称。

public static List<string> GetFieldNames(Stream stream)

参数

  • stream Stream: 包含 PDF 文档的流。

返回

List<string>

PDF 文档中名称的列表。

Process(FlattenFieldsOptions) : 将 PDF 文档中的表单字段扁平化。

public static ResultContainer Process(FlattenFieldsOptions options)

参数

返回

ResultContainer : 包含操作结果的对象。

异常

ArgumentException

如果未设置 options。

Namespace: Documentize Assembly: Documentize.dll

 中文