IPDFDocument Interface |
Namespace: NetQuarry
The IPDFDocument type exposes the following members.
Name | Description | |
---|---|---|
AddBookmarksToPDF |
Creates a new PDF (based on an existing PDF) with bookmarks. The old PDF is deleted as part of the process.
| |
Append(String, Stream) |
Appends a PDF stream from memory to a PDF file.
| |
Append(String, String) |
Appends one PDF file to another.
| |
Create(Stream, NameValueCollection) |
Creates a PDF file based on the PDF template passed to it (as a stream).
| |
Create(Template, NameValueCollection) |
Creates a PDF file based on the PDF template passed to it.
| |
Create(Template, NameValueCollection) |
Creates a PDF file based on the PDF templates passed to it.
| |
Download(Template, NameValueCollection, PDFOutputOpts) |
Download the document
| |
Download(Template, NameValueCollection, Boolean) |
Download the document as an attachment or render inline.
| |
Download(Template, NameValueCollection, Boolean) |
Download the document as an attachment or render inline.
| |
Download(String, NameValueCollection, IDocStorageService, PDFOutputOpts) |
Download the document as an attachment or render inline
| |
Download(String, NameValueCollection, IDocStorageService, Boolean) |
Download the document as an attachment or render inline
| |
GetFieldNames |
Get the Acrobat form field names of the PDF.
| |
GetPageCount |
Determines the page count of an existing PDF.
| |
Merge(StringList) |
Merge a list of PDFs into one PDF
| |
Merge(StringList, IDocStorageService) |
Merge a list of PDFs (From the documents service) into one PDF
| |
SetFontStyle(String, Int32) |
Set the font style for the PDFDocument.
| |
SetFontStyle(String, Int32, Boolean) |
Set the font style for the PDFDocument.
| |
SetFontStyle(String, Int32, Boolean, Boolean) |
Sets the Font Style for the PDF Stamper
| |
Stamp(StringList, IDocStorageService) |
Creates a PDF byte array based on the PDF template ID / Keys passed to it.
| |
Stamp(Template, NameValueCollection) |
Creates a PDF byte array based on the PDF template / Keys passed to it
| |
Stamp(String, NameValueCollection, IDocStorageService) |
Creates a PDF byte array based on the PDF template ID / Keys passed to it.
|