API Reference

Cmdlet

Export-OfficePdfXfdf

Namespace PSWriteOffice
Inputs
None
Outputs
System.String System.IO.FileInfo

Exports readable PDF form field values as XFDF.

Remarks

Exports readable PDF form field values as XFDF.

Examples

Authored help example

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 Sets

Parameters

OutputPath String optionalposition: 1pipeline: False
Optional XFDF output path. Without it, the command returns XML.
PassThru SwitchParameter optionalposition: namedpipeline: False
Return the written file.
Path String requiredposition: 0pipeline: False
Source PDF path.
ReadOptions PdfReadOptions optionalposition: namedpipeline: False
Optional bounded PDF parsing and password settings.

Outputs

System.String System.IO.FileInfo