Click or drag to resize

PdfUtilGetPdfMetadata(String, String) Method

Gets an instance of a PDF document loaded from the specified filepath.

Namespace: Compiled.EDD.Scripting.Extensions.Pdf
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public static IPdfMetadata GetPdfMetadata(
	string filePath,
	string password
)

Parameters

filePath  String
The file to load the PDF info from.
password  String
The password to use to access the PDF file.

Return Value

IPdfMetadata
An instance of the PDF document metadata.
See Also