API Reference

Cmdlet

Import-OfficePdfXfdf

Namespace PSWriteOffice
Inputs
System.String
Outputs
OfficeIMO.Pdf.PdfDocument

Imports bounded DTD-free XFDF through the validated PDF form filler.

Remarks

Imports bounded DTD-free XFDF through the validated PDF form filler.

Examples

Authored help example

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: Text

Parameters

MaxXfdfBytes Int64 optionalposition: namedpipeline: False
Maximum UTF-8 byte count accepted from an XFDF file or pipeline. Default: 4 MiB.
Options PdfFormFillerOptions optionalposition: namedpipeline: False
Optional validated form filling behavior.
OutputPath String requiredposition: namedpipeline: False
Destination PDF path.
PassThru SwitchParameter optionalposition: namedpipeline: False
Return the rewritten fluent PDF document.
Path String requiredposition: 0pipeline: False
Source PDF path.
ReadOptions PdfReadOptions optionalposition: namedpipeline: False
Optional bounded PDF parsing and password settings for the source form.
Xfdf String requiredposition: namedpipeline: True (ByValue)
XFDF XML.

Outputs

OfficeIMO.Pdf.PdfDocument

Import-OfficePdfXfdf [-MaxXfdfBytes <Int64>] [-Options <PdfFormFillerOptions>] -OutputPath <String> [-PassThru] -Path <String> [-ReadOptions <PdfReadOptions>] -XfdfPath <String> [<CommonParameters>]
#
Parameter set: File

Parameters

MaxXfdfBytes Int64 optionalposition: namedpipeline: False
Maximum UTF-8 byte count accepted from an XFDF file or pipeline. Default: 4 MiB.
Options PdfFormFillerOptions optionalposition: namedpipeline: False
Optional validated form filling behavior.
OutputPath String requiredposition: namedpipeline: False
Destination PDF path.
PassThru SwitchParameter optionalposition: namedpipeline: False
Return the rewritten fluent PDF document.
Path String requiredposition: 0pipeline: False
Source PDF path.
ReadOptions PdfReadOptions optionalposition: namedpipeline: False
Optional bounded PDF parsing and password settings for the source form.
XfdfPath String requiredposition: namedpipeline: False
Path to an XFDF file.

Outputs

OfficeIMO.Pdf.PdfDocument