Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 7,622 for

classification

(0.05 sec)
  1. Optimize spreadsheets in a PDF file | Documenta...

    This topic describes how to optimize spreadsheets in a PDF file using the GroupDocs.Viewer .NET API (C#)....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. Reorder pages | Documentation

    Reorder pages when rendering documents to PDF with GroupDocs.Viewer for .NET...Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/net/reorder-pages/
  3. Adjust the image size | Documentation

    Check this guide to learn how to adjust PNG and JPG images size when rendering documents with Image Viewer by GroupDocs for .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  4. Render with responsive layout | Documentation

    Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/net/render-with-respo...
  5. .NET Standard 2.0 API Limitations | Documentation

    This section describes GroupDocs.Signature for .NET limitations when using under .NET Standard 2.0 environment...Classification Product Solution Purchase...

    docs.groupdocs.com/signature/net/net-standard-2...
  6. Common Master-Detail Image in Text Document | D...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail Image in Text Document Reporting Requirement As a report developer, you are required to represent the information of the managers and clients with the following key requirements: Report must show managers’ picture and name. It must associate the managers with their clients....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/common-master-...
  7. System Requirements | Documentation

    GroupDocs.Metadata for Java supports any 32-bit or 64-bit operating system that run the Java runtime including...Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/nodejs-java/system-...
  8. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/java/load-document-fr...
  9. Load document from local disk | Documentation

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a text into the reader try (TextReader reader = parser.getText()) { // Print a text from the document // If text extraction isn't supported, a reader is null System....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/java/load-document-fr...
  10. GroupDocs.Comparison Product Family | Documenta...

    GroupDocs.Comparison is a cross-platform library that allows you to compare Microsoft Word, Excel, PowerPoint, OpenDocument, PDF, and plain text documents using C# and Java. Documentation GroupDocs.Comparison for .NET Getting Started Start quickly with our getting started documentation Features Overview Supported Document Formats System Requirements Installation Developer Guide Guidelines and articles for basic and advanced development Basic Usage Advanced Usage More GroupDocs.Comparison for Java Getting Started Start quickly with our getting started documentation...Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/