Pdf |
The PdfFocus type exposes the following members.
Name | Description | |
---|---|---|
ClosePdf | Releases the PDF document from memory. | |
ExtractImages | Extract images from pdf document. | |
GetPageSize | Returns the page height and width in points for a specific page | |
OpenPdf(Byte) | Opens PDF document as byte stream. | |
OpenPdf(Stream) | Opens PDF document as Stream object. | |
OpenPdf(String) | Open a PDF file. | |
OpenPdf(Uri) | Open PDF document as Uri. | |
SetLicense | Activate your copy after purchasing or use temporary license for delete trial message. ATTENTION: specify this property first of all before creating the instance of SautinSoft.PdfFocus. Use it when you got own license. We offer two license types: Permanent license from sautinsoft.com and Temporary license from sautinsoft.com/start-for-free/. Have question? Ask us: support@sautinsoft.com. | |
ToExcel | Saves all pages of the PDF document into Excel workbook and returns it as byte array | |
ToExcel(String) | Saves all pages of the PDF document to Excel file | |
ToExcel(Int32, Int32) | Saves a specific PDF page or diapason of pages to Excel workbook and returns it as byte array | |
ToExcel(String, Int32, Int32) | Saves a specific PDF page or diapason of pages to Excel file | |
ToHtml | Saves all pages of the PDF document into HTML document as string object. | |
ToHtml(Stream) | Saves all pages of the PDF document into HTML (Fixed or Flowing) format as a Stream object. | |
ToHtml(String) | Saves all pages of the PDF document to HTML file | |
ToHtml(Int32, Int32) | Saves a specific PDF page or diapason of pages to HTML document as string object. | |
ToHtml(Int32, Int32, ListSKBitmap) | Saves a specific PDF page or diapason of pages to HTML document and returns it as string | |
ToHtml(Stream, Int32, Int32) | Saves a specific PDF page or diapason of pages into a HTML (Fixed or Flowing) format as a Stream object. | |
ToHtml(String, Int32, Int32) | Saves a specific PDF page or diapason of pages to HTML file | |
ToImage | Saves the specific page of the PDF document as image. | |
ToImage(String) | Saves the specific page of the PDF document as image file. | |
ToImages | Saves all pages of the PDF document into ArrayList with images as byte streams. | |
ToImages(String, String) | Saves all pages of PDF document as image files. | |
ToImages(String, String, String) | Saves all pages of PDF document as image files and returns their full paths. | |
ToSKBitmap | Saves the specific page of the PDF document into SKBitmap. | |
ToText | Saves all pages of the PDF document as Text document and return it as String. | |
ToText(String) | Saves all pages of the PDF document as Text file. | |
ToText(Int32, Int32) | Save the specific PDF page or the range of pages as Text document and return it as String. | |
ToText(String, Int32, Int32) | Save the specific PDF page or range of pages in Text file. | |
ToWord | Saves all pages of the PDF document into a Word (Docx or RTF) document and returns it as array of bytes | |
ToWord(Stream) | Saves all pages of the PDF document to Word (Docx or RTF) as a Stream object. | |
ToWord(String) | Saves all pages of the PDF document in Word file. | |
ToWord(Int32, Int32) | Saves a specific PDF page or diapason of pages to a Word (Docx or RTF) document and returns it as array of bytes. | |
ToWord(Stream, Int32, Int32) | Saves a specific PDF page or diapason of pages to a Word (Docx or RTF) document as a Stream object. | |
ToWord(String, Int32, Int32) | Saves the specific PDF page or range of pages in Word file. | |
ToXml | Saves all pages of the PDF document into XML document and returns it as string | |
ToXml(Stream) | Save all pages of the PDF document to XML document into specified Stream. | |
ToXml(String) | Saves all pages of the PDF document to XML file | |
ToXml(Int32, Int32) | Saves a specific PDF page or diapason of pages to XML document and returns it as string | |
ToXml(Stream, Int32, Int32) | Save specific pages of the PDF document to XML document into specified Stream. | |
ToXml(String, Int32, Int32) | Saves a specific PDF page or diapason of pages to XML file |