API Reference
Cmdlet
Export-OfficePdfXfdf
Exports readable PDF form field values as XFDF.
Remarks
Exports readable PDF form field values as XFDF.
Examples
EXAMPLE 1
Export-OfficePdfXfdf -Path 'C:\Path'
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Export-OfficePdfXfdf [-OutputPath <String>] [-PassThru] -Path <String> [-ReadOptions <PdfReadOptions>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- OutputPath String
- Optional XFDF output path. Without it, the command returns XML.
- PassThru SwitchParameter
- Return the written file.
- Path String
- Source PDF path.
- ReadOptions PdfReadOptions
- Optional bounded PDF parsing and password settings.
Outputs
System.String System.IO.FileInfo