Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 3,807 for

classification

(0.88 sec)
  1. 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. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/use-advanced-...
  2. Add watermarks to diagram documents | Documenta...

    Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps....Classification Product Solution Purchase...

    docs.groupdocs.com/watermark/net/add-watermarks...
  3. Convert to PDF with advanced options | Document...

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java....Classification Product Solution Purchase...

    docs.groupdocs.com/conversion/java/convert-to-p...
  4. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API by removing the unused (orphaned) resources and thus to reduce the file size....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  5. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the file size....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  6. Extract text from Microsoft Office Excel spread...

    This article explains that how to extract text from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/extract-text-from...
  7. Merge Word documents | Documentation

    Follow this guide and learn how to merge Word documents, combine several DOCX or DOC files into one using GroupDocs.Merger for Java....Classification Product Solution Purchase...

    docs.groupdocs.com/merger/java/merge/word/
  8. Split a worksheet into pages | Documentation

    This topic describes how to use the GroupDocs.Viewer Java to split worksheets into pages when rendering spreadsheet files to HTML, PDF, and image formats....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/split-worksheet-...
  9. Render EBooks as HTML, PDF, and image files | D...

    This topic describes how to use the GroupDocs.Viewer Java API to convert EBooks to HTML, PDF, PNG, and JPEG formats....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/render-ebooks/
  10. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the Search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/work-with-search-...