PdfContentEditor.BindPdf
BindPdf(string)
Binds a PDF file for editing.
public override void BindPdf(string inputFile)
| Parameter | Type | Description |
|---|---|---|
| inputFile | String | A PDF file to be edited. |
See Also
- class PdfContentEditor
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF
BindPdf(Stream)
Binds a PDF stream for editing.
public override void BindPdf(Stream inputStream)
| Parameter | Type | Description |
|---|---|---|
| inputStream | Stream | A PDF stream to be edited. |
See Also
- class PdfContentEditor
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF