You are on page 1of 9

Document.

ExportAsFixedFormat Method
Saves a document as PDF or XPS format.
expression.ExportAsFixedFormat(OutputFileName, ExportFormat, OpenAfterExport, OptimizeFor, Range, From, To, Item, IncludeDocProps, KeepIRM, CreateBookmar
ks, DocStructureTags, BitmapMissingFonts, UseISO19005_1, FixedFormatExtClassPtr)

Parameters

Name Required/Optional Data Type Description

OutputFileName Required String The path and file name name of the new PDF or XPS file.

ExportFormat Required WdExportFormat Specifies either PDF or XPS format.

OpenAfterExport Optional Boolean Opens the new file after exporting the contents.

OptimizeFor Optional WdExportOptimizeFor Specifies whether to optimize for screen or print.

Range Optional WdExportRange Specifies whether the export range is the entire document, the current
page, a range of text, or the current selection. the default is to export the
entire document.

From Optional Long Specifies the starting page number, if the Range parameter is set
to wdExportFromTo.

To Optional Long Specifies the ending page number, if the Range parameter is set
to wdExportFromTo.

Item Optional WdExportItem Specifies whether the export process includes text only or includes text
with markup.
IncludeDocProps Optional Boolean Specifies whether to include document properties in the newly exported
file.

KeepIRM Optional Boolean Specifies whether to copy IRM permissions to an XPS document if the
source document has IRM protections. Default value is True.

CreateBookmarks Optional WdExportCreateBookmarks Specifies whether to export bookmarks and the type of bookmarks to
export.

DocStructureTags Optional Boolean Specifies whether to include extra data to help screen readers, for
example information about the flow and logical organization of the
content. Default value is True.

BitmapMissingFonts Optional Boolean Specifies whether to include a bitmap of the text. Set this parameter
to True when font licenses do not permit a font to be embedded in the
PDF file. If False, the font is referenced, and the viewer's computer
substitutes an appropriate font if the authored one is not available.
Default value is True.

UseISO19005_1 Optional Boolean Specifies whether to limit PDF usage to the PDF subset standardized as
ISO 19005-1. If True, the resulting files are more reliably self-contained
but may be larger or show more visual artifacts due to the restrictions of
the format. Default value is False.

FixedFormatExtClassPtr Optional Variant Specifies a pointer to an add-in that allows calls to an alternate
implementation of code. The alternate implementation of code interprets
the EMF and EMF+ page descriptions that are generated by the
applications to make their own PDF or XPS. For more information, see
"Extending the Office (2007) Fixed-Format Export Feature" on MSDN.

Remarks
You can save as a PDF or XPS file from a 2007 Microsoft Office system program only after you install an add-in. For more information, search for "Enable support for other file
formats, such as PDF and XPS" on Office Online.
Presentation.ExportAsFixedFormat Method
(PowerPoint)
Publishes a copy of a Microsoft PowerPoint presentation as a file in a fixed format, either PDF or XPS.
expression .ExportAsFixedFormat(Path, FixedFormatType, Intent, FrameSlides, HandoutOrder, OutputType, PrintHiddenSlides, PrintRange, RangeType, SlideSh
owName, IncludeDocProperties, KeepIRMSettings)

Parameters
Name Required/Optional Data Type Description

Path Required String The path for the export.

FixedFormatType Required PpFixedFormatType The format to which the slides should be exported.

Intent Optional PpFixedFormatIntent The purpose of the export.

FrameSlides Optional MsoTriState Whether the slides to be exported should be bordered by a frame.

HandoutOrder Optional PpPrintHandoutOrder The order in which the handout should be printed.

OutputType Optional PpPrintOutputType The type of output.

PrintHiddenSlides Optional MsoTriState Whether to print hidden slides.

PrintRange Optional PrintRange The slide range.

RangeType Optional PpPrintRangeType The type of slide range.

SlideShowName Optional String The name of the slide show.


IncludeDocProperties Optional Boolean Whether the document properties should also be exported. The default is False.

KeepIRMSettings Optional Boolean Whether the IRM settings should also be exported. The default is True.

DocStructureTags Optional Boolean Whether to include document structure tags to improve document accessibility.
The default is True.

BitmapMissingFonts Optional Boolean Whether to include a bitmap of the text. The default is True.

UseISO19005_1 Optional Boolean Whether the resulting document is compliant with ISO 19005-1 (PDF/A). The
default is False.

ExternalExporter Optional Variant A pointer to an Office add-in that implements the IMsoDocExporter COM
interface and allows calls to an alternate implementation of code. The default is a
null pointer.

Remarks
The ExportAsFixedFormat method is the equivalent of the Save As PDF or XPS command on the Office menu in the PowerPoint user interface. The method creates
a file that contains a static view of the active presentation.

The FixedFormatType parameter value can be one of these PpFixedFormatType constants.

Constant Description

msoFalse The default. Does not display the embedded object (or link) as an icon.

msoTrue Displays the embedded object (or link) as an icon.

The Intent parameter value can be one of these PpFixedFormatIntent constants.

Constant Description

ppFixedFormatIntentPrint Intended to be published online and printed

ppFixedFormatIntentScreen The default. Intended to be published only online


The FrameSlides parameter value can be one of these MsoTriState constants.

Constant Description

msoFalse The default. Does not frame exported slides.

msoTrue Frames exported slides.

The HandoutOrder parameter value can be one of these PpPrintHandoutOrder constants.

Constant Description

ppPrintHandoutHorizontalFirst Prints handouts with consecutive slides displayed horizontally first (in horizontal rows).

ppPrintHandoutVerticalFirst The default. Prints handouts with consecutive slides displayed vertically first (in vertical columns).

The OutputType parameter value can be a combination of one or more of these PpPrintOutputType constants.

Constant Description

ppPrintOutputBuildSlides

ppPrintOutputFourSlideHandouts Prints four slides per handout page.

ppPrintOutputNineSlideHandouts Prints nine slides per handout page.

ppPrintOutputNotesPages Prints notes pages.

ppPrintOutputOneSlideHandouts Prints one slide per handout page.

ppPrintOutputOutline Prints outine view.

ppPrintOutputSixSlideHandouts Prints six slides per handout page.

ppPrintOutputSlides Prints all slides in the presentation. The default.


ppPrintOutputThreeSlideHandouts Prints three slides per handout page.

ppPrintOutputTwoSlideHandouts Prints two slides per handout page.

The PrintHiddenSlides parameter value can be one of these MsoTriState constants.

Constant Description

msoFalse The default. Does not print hidden slides.

msoTrue Prints hidden slides.

The RangeType parameter value can be one of these PpPrintRangeType constants.

Constant Description

ppPrintAll The default. Exports all slides.

ppPrintCurrent Exports only the current slide.

ppPrintNamedSlideShow Exports the named (custom) slide show specified in SlideShowName.

ppPrintSelection Exports selected slides.

ppPrintSlideRange Exports the specified slide range.


Set BitmapMissingFonts to True when font licensing does not permit you to embed a font in the PDF file. If you set this parameter to False, the font is referenced, and
the viewer's computer substitutes an appropriate font if the authored one is not available.
Presentation.ExportAsFixedFormat2 Method
(PowerPoint)
Publishes a copy of a Microsoft PowerPoint presentation as a file in a fixed format, either PDF or XPS.
expression.ExportAsFixedFormat2(Path,FixedFormatType,Intent,FrameSlides,HandoutOrder,OutputType,PrintHiddenSlides,PrintRange,RangeType,SlideShowName,Includ
eDocProperties,KeepIRMSettings,DocStructureTags,BitmapMissingFonts,UseISO19005_1,IncludeMarkup,ExternalExporter)
expression A variable that represents a Presentation object.

Parameters
Name Required/Optional Data type Description

Path Required String The path for the export.

FixedFormatType Required PpFixedFormatType The format to which the slides should be exported.

Intent Optional PpFixedFormatIntent The purpose of the export.

FrameSlides Optional MsoTriState Whether the slides to be exported should be bordered by a frame.

HandoutOrder Optional PpPrintHandoutOrder The order in which the handout should be printed.

OutputType Optional PpPrintOutputType The type of output.

PrintHiddenSlides Optional MsoTriState Whether to print hidden slides.

PrintRange Optional PrintRange The slide range.

RangeType Optional PpPrintRangeType The type of slide range.

SlideShowName Optional String The name of the slide show.


IncludeDocProperties Optional Boolean Whether the document properties should also be exported. The default
is False.

KeepIRMSettings Optional Boolean Whether the IRM settings should also be exported. The default is True.

DocStructureTags Optional Boolean Whether to include document structure tags to improve document
accessibility. The default is True.

BitmapMissingFonts Optional Boolean Whether to include a bitmap of the text. The default is True.

UseISO19005_1 Optional Boolean Whether the resulting document is compliant with ISO 19005-1 (PDF/A).
The default is False.

IncludeMarkup Optional Boolean Whether the resulting document should include associated pen marks.

ExternalExporter Optional Variant A pointer to an Office add-in that implements the IMsoDocExporter COM
interface and allows calls to an alternate implementation of code. The
default is a null pointer.

Path Required STRING

FixedFormatType Required PPFIXEDFORMATTYPE

Intent Optional PPFIXEDFORMATINTENT

FrameSlides Optional <unknown

HandoutOrder Optional PPPRINTHANDOUTORDER

OutputType Optional PPPRINTOUTPUTTYPE

PrintHiddenSlides Optional <unknown

PrintRange Optional PRINTRANGE


RangeType Optional PPPRINTRANGETYPE

SlideShowName Optional STRING

IncludeDocProperties Optional BOOL

KeepIRMSettings Optional BOOL

DocStructureTags Optional BOOL

BitmapMissingFonts Optional BOOL

UseISO19005_1 Optional BOOL

IncludeMarkup Optional BOOL

ExternalExporter Optional VARIANT

You might also like