Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 6,394 for

groupdocs.comparison,

(0.38 sec)
  1. Load document from local disk | GroupDocs

    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....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.

    docs.groupdocs.com/parser/java/load-document-fr...
  2. Extract data from HTML documents | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs.

    docs.groupdocs.com/parser/net/extract-data-from...
  3. Optimize spreadsheets in a PDF file | GroupDocs

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

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  4. Adjust the image size | GroupDocs

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

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  5. Reorder pages | GroupDocs

    Reorder pages when rendering documents to PDF with GroupDocs.Viewer for .NET...Reorder pages when rendering documents to PDF with GroupDocs.Viewer for .NET

    docs.groupdocs.com/viewer/net/reorder-pages/
  6. Set image resolution | GroupDocs

    This topic describes how to set image resolution in PDF file using the GroupDocs.Viewer .NET API (C#)....This topic describes how to set image resolution in PDF file using the GroupDocs.Viewer .NET API (C#).

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  7. Load document of specific format | GroupDocs

    This article explains how to load document of specific format....This article explains how to load document of specific format.

    docs.groupdocs.com/watermark/java/load-document...
  8. Save document | GroupDocs

    This guide describes how to save document of PDF, Word, Excel, PowerPoint and many other formats into one resultant document using GroupDocs.Merger API....This guide describes how to save document of PDF, Word, Excel, PowerPoint and many other formats into one resultant document using GroupDocs.Merger API.

    docs.groupdocs.com/merger/net/save-document/
  9. Get document info | GroupDocs

    Retrieve file type, page count, size, and encryption using Python via .NET....Retrieve file type, page count, size, and encryption using Python via .NET.

    docs.groupdocs.com/watermark/python-net/get-doc...
  10. Merge pages from various documents | GroupDocs

    This article explains how to merge some pages from different documents into single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java....This article explains how to merge some pages from different documents into single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java.

    docs.groupdocs.com/merger/java/merge-pages-from...