You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -79,7 +78,7 @@ using (Document doc = new Document("input.pdf"))
79
78
|[create-pdf-portfolio](./create-pdf-portfolio.cs)| Create PDF Portfolio and Add Files |`Document`, `Collection`, `FileSpecification`| Demonstrates how to create a PDF Portfolio with Aspose.Pdf, add multiple files as attachments, se... |
80
79
|[delete-pdf-attachment-by-filename](./delete-pdf-attachment-by-filename.cs)| Delete PDF Attachment by Filename |`Document`, `Delete`, `Save`| Demonstrates how to remove an embedded file from a PDF by specifying its filename using Aspose.Pdf. |
81
80
|[delete-pdf-outline-items-by-description](./delete-pdf-outline-items-by-description.cs)| Delete PDF Outline Items by Description |`Document`, `OutlineItemCollection`, `Title`| Demonstrates loading a PDF with Aspose.Pdf, finding outline (bookmark) entries whose titles match... |
82
-
|[embed-attachment-metadata-into-pdf](./embed-attachment-metadata-into-pdf.cs)| Embed Attachment Metadata into PDF Document Information |`Document`, `PdfContentEditor`, `BindPdf`| Shows how to add a file attachment to a PDF with PdfContentEditor and store custom attachment met... |
81
+
|[embed-attachment-metadata-into-pdf](./embed-attachment-metadata-into-pdf.cs)| Embed Attachment and Metadata into PDF |`Document`, `FileSpecification`, `PdfSaveOptions`| Shows how to add a file attachment to a PDF and store attachment metadata in the document informa... |
83
82
|[embed-file-attachment-in-pdf](./embed-file-attachment-in-pdf.cs)| Embed a File as an Attachment in a PDF |`Document`, `Save`, `Page`| Shows how to create a FileSpecification from a byte array and add it as a file attachment annotat... |
84
83
|[embed-image-into-pdf-portfolio](./embed-image-into-pdf-portfolio.cs)| Embed Image into PDF Portfolio with Display Name |`Document`, `FileSpecification`| Shows how to embed an image file into a PDF portfolio and assign a custom display name for the at... |
85
84
|[embed-xml-metadata-hidden-attachment](./embed-xml-metadata-hidden-attachment.cs)| Embed XML Metadata as Hidden Attachment in PDF |`Document`, `Page`, `FileAttachmentAnnotation`| Demonstrates how to serialize XML metadata, embed it as a file attachment, and hide the annotatio... |
@@ -131,5 +130,5 @@ using (Document doc = new Document("input.pdf"))
131
130
- Review code examples in this folder for working-with-attachments patterns
0 commit comments