Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 619 for

email to pdf improvement

(0.05 sec)
  1. Use PageAreaRedaction | Documentation

    This article explains that how To use PageAreaRedaction....right half of the last page in a PDF document. C# using ( Redactor...redactor = new Redactor ( "Sample.pdf" )) { Regex rx = new Regex (...

    docs.groupdocs.com/redaction/net/use-page-area-...
  2. GroupDocs.Total for .NET | Documentation

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis To ensure that it contains the most up To date versions of each of our .NET document manipulation APIs....spreadsheets, presentations, PDF files, emails, images, and 3D models...(OCR) on scanned images and PDF files to extract text and search...

    docs.groupdocs.com/total/net/
  3. Basic Usage | Documentation

    GroupDocs.Watermark library provides the ability To manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added To documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks.... // Add text watermark to PDF document Watermarker watermarker...new Watermarker ( "document.pdf" ); TextWatermark watermark =...

    docs.groupdocs.com/watermark/java/basic-usage/
  4. Extract data from attachments and ZIP archives ...

    This article shows how To extract data (text, images, Pdf forms) from ZIP-archived documents with GroupDocs.Parser....to get attachments from PDF and Emails and extract data from them...documents with attachments (like emails, PDF Portfolios). Here are the...

    docs.groupdocs.com/parser/java/extract-data-fro...
  5. Basic usage | Documentation

    GroupDocs.Watermark library provides the ability To manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added To documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main concepts of the GroupDocs.Watermark API: Watermarker is the main class that contains all the required methods for manipulating document watermarks.... // Add text watermark to PDF document using ( Watermarker...new Watermarker ( "document.pdf" )) { TextWatermark watermark...

    docs.groupdocs.com/watermark/net/basic-usage/
  6. Annotation redactions | Documentation

    This article shows the implementation of annotation redaction for documents of different formats like Pdf, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...redactor = new Redactor ( @"C:\test.pdf" )) { redactor . Apply ( new...

    docs.groupdocs.com/redaction/net/annotation-red...
  7. Extract images from documents | Documentation

    This article shows how To extract images from Pdf, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others...allows to extract images from PDF, Emails, Ebooks, Microsoft Office:...images from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/parser/net/extract-images-fr...
  8. Pre-rasterize | Documentation

    This article shows how To pre-rasterize a document using the redaction API....to the file as a rasterized PDF, e.g. uisng ImageAreaRedaction:...formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  9. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order To use the advanced rasterization options you have To pass one of the options To Save method. In this case the document will be rasterized To Pdf, but the scan-like effects will be applied To its pages. The following example demonstrates how To apply the AdvancedRasterizationOptions with default settings. C# using (RedacTor redacTor = new RedacTor(@"sample.docx")) { // Save the document with advanced options (convert pages inTo images, and save Pdf with scan-like pages) var so = new SaveOptions(); so....document will be rasterized to PDF, but the scan-like effects will...pages into images, and save PDF with scan-like pages) var so...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  10. Extract table of contents | Documentation

    This article shows how To extract table of contents from Microsoft Word (DOC, DOCX etc), Pdf documents and Ebooks (CHM, EPUB)....Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks. Extract...images from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/parser/net/extract-table-of-...