Skip to content

Commit a7ccace

Browse files
Update facades-secure-documents/agents.md (1 examples)
1 parent 559337e commit a7ccace

1 file changed

Lines changed: 3 additions & 26 deletions

File tree

facades-secure-documents/agents.md

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,11 @@ This folder contains standalone C# examples for Facades - Secure Documents opera
1616
See the root [agents.md](../agents.md) for repository-wide conventions and boundaries.
1717

1818
## Scope
19-
- This folder contains examples for **Facades - Secure Documents**.
19+
- This folder contains **1** verified examples for **Facades - Secure Documents**.
2020
- Files are standalone `.cs` examples stored directly in this folder.
2121

22-
## Required Namespaces
23-
24-
- `using Aspose.Pdf.Facades;` (1/1 files) ← category-specific
25-
- `using System;` (1/1 files)
26-
- `using System.IO;` (1/1 files)
27-
28-
## Common Code Pattern
29-
30-
Most files in this category use `PdfFileSecurity` from `Aspose.Pdf.Facades`:
31-
32-
```csharp
33-
PdfFileSecurity tool = new PdfFileSecurity();
34-
tool.BindPdf("input.pdf");
35-
// ... PdfFileSecurity operations ...
36-
tool.Save("output.pdf");
37-
```
38-
3922
## Files in this folder
40-
41-
| File | Title | Key APIs | Description |
42-
|------|-------|----------|-------------|
43-
| [encrypt-pdf-to-memory-stream](./encrypt-pdf-to-memory-stream.cs) | Encrypt PDF and Save to MemoryStream | `PdfFileSecurity`, `BindPdf`, `EncryptFile` | Demonstrates how to encrypt a PDF with user and owner passwords using Aspose.Pdf.Facades.PdfFileS... |
44-
45-
## Category Statistics
46-
- Total examples: 1
23+
- [save-an-encrypted-pdf-to-a-memory-stream-for-transmission-over-a-network-connection](./save-an-encrypted-pdf-to-a-memory-stream-for-transmission-over-a-network-connection.cs)
4724

4825
## General Tips
4926
- See parent [agents.md](../agents.md) for:
@@ -54,5 +31,5 @@ tool.Save("output.pdf");
5431
- Review code examples in this folder for Facades - Secure Documents patterns
5532

5633
<!-- AUTOGENERATED:START -->
57-
Updated: 2026-05-05 | Run: `20260505_214103_7ad449`
34+
Updated: 2026-05-05 | Run: `20260505_214110_949b4b`
5835
<!-- AUTOGENERATED:END -->

0 commit comments

Comments
 (0)