Aspose::Words::Saving::PdfSaveOptions::get_EmbedAttachments method

PdfSaveOptions::get_EmbedAttachments method

Gets or sets a value determining whether or not to embed attachments to the PDF document.

bool Aspose::Words::Saving::PdfSaveOptions::get_EmbedAttachments() const

Remarks

Default value is false and attachments are not embedded.

When the value is true attachments are embedded to the PDF document.

Embedding attachments is not supported when saving to PDF/A and PDF/UA compliance. false value will be used automatically.

Embedding attachments is not supported when encryption is enabled. false value will be used automatically.

See Also