API Reference
Cmdlet
Import-OfficePdfXfdf
Imports bounded DTD-free XFDF through the validated PDF form filler.
Remarks
Imports bounded DTD-free XFDF through the validated PDF form filler.
Examples
EXAMPLE 1
Import-OfficePdfXfdf -Xfdf 'Value' -OutputPath 'C:\Path'
EXAMPLE 2
Import-OfficePdfXfdf -XfdfPath 'C:\Path' -OutputPath '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
Import-OfficePdfXfdf [-MaxXfdfBytes <Int64>] [-Options <PdfFormFillerOptions>] -OutputPath <String> [-PassThru] -Path <String> [-ReadOptions <PdfReadOptions>] -Xfdf <String> [<CommonParameters>]#Parameter set:
TextParameters
- MaxXfdfBytes Int64
- Maximum UTF-8 byte count accepted from an XFDF file or pipeline. Default: 4 MiB.
- Options PdfFormFillerOptions
- Optional validated form filling behavior.
- OutputPath String
- Destination PDF path.
- PassThru SwitchParameter
- Return the rewritten fluent PDF document.
- Path String
- Source PDF path.
- ReadOptions PdfReadOptions
- Optional bounded PDF parsing and password settings for the source form.
- Xfdf String
- XFDF XML.
Outputs
OfficeIMO.Pdf.PdfDocument
Import-OfficePdfXfdf [-MaxXfdfBytes <Int64>] [-Options <PdfFormFillerOptions>] -OutputPath <String> [-PassThru] -Path <String> [-ReadOptions <PdfReadOptions>] -XfdfPath <String> [<CommonParameters>]#Parameter set:
FileParameters
- MaxXfdfBytes Int64
- Maximum UTF-8 byte count accepted from an XFDF file or pipeline. Default: 4 MiB.
- Options PdfFormFillerOptions
- Optional validated form filling behavior.
- OutputPath String
- Destination PDF path.
- PassThru SwitchParameter
- Return the rewritten fluent PDF document.
- Path String
- Source PDF path.
- ReadOptions PdfReadOptions
- Optional bounded PDF parsing and password settings for the source form.
- XfdfPath String
- Path to an XFDF file.
Outputs
OfficeIMO.Pdf.PdfDocument