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
Most files in this category use `PdfFileSecurity` from `Aspose.Pdf.Facades`:
31
-
32
-
```csharp
33
-
PdfFileSecuritytool=newPdfFileSecurity();
34
-
tool.BindPdf("input.pdf");
35
-
// ... PdfFileSecurity operations ...
36
-
tool.Save("output.pdf");
37
-
```
38
-
39
22
## 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... |
0 commit comments