Extracts XMP metadata from PDF document to the file.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public static void Extract(
string documentPath,
string password,
string outputPath
)
VB
Public Shared Sub Extract (
documentPath As String,
password As String,
outputPath As String
)
Parameters
- documentPath
- Type: System.String
Path to the PDF document. - password
- Type: System.String
The user or owner password that unlocks PDF data. - outputPath
- Type: System.String
Path to the file to save XMP metadata to.
See Also