Sort Score
Result 10 results
Languages All
Labels All
Results 7,451 - 7,460 of 30,670 for

groupdocs.comparison

(0.17 sec)
  1. Merge pages in the arbitrary order | Documentation

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/merger/java/merge-pages-in-a...
  2. Render PowerPoint presentations as HTML, PDF, a...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PowerPoint presentations to HTML, PDF, PNG, and JPEG formats....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/render-presentat...
  3. Convert PDF files | Documentation

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint and image formats with GroupDocs.Conversion for Java....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/convert/pdf/
  4. GroupDocs.Conversion for Java 17.7 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for Java 17.7 Major Features There are 14 new features, improvements and fixes in this regular monthly release. The most notable are: Introduced new method for retrieving basic metadata of the source document Improved handling of extension-less urls Improved to HTML conversions Improved HTML to Cells conversions Conversion from XML-FO/XSL to PDF New option to set zoom when converting to HTML Conversion from Vsdm, Vssm, Vstm Conversion from LaTex Improved speed when converting from cells....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/groupdocs-co...
  5. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer Java API to convert email messages to HTML, PDF, PNG, and JPEG formats....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/render-email-mes...
  6. GroupDocs.Viewer for .NET 18.11 Release Notes |...

    Note This page contains release notes for GroupDocs.Viewer for .NET 18.11. Major Features There are 13 features, improvements, and fixes in this regular monthly release. The most notable are: Added following file formats support * Printer Command Language(PCL) * Tab-separated values (TSV) Handling fonts while rendering MS OneNote documents A new method for rendering attachments while working with source document’s stream Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-128 Add PCL file format support Feature VIEWERNET-1786 Add TSV (Tab-separated values) file format support Feature VIEWERNET-1768 Rendering comments from ODP presentation documents that has no author Improvement VIEWERNET-1778 Rendering attachments while working with source document’s stream Improvement VIEWERNET-1787 Extend support for ExcludeFonts setting of HtmlOptions class for MS OneNote documents Improvement VIEWERNET-1789 Exporting font files as external resources when rendering MS OneNote documents Improvement VIEWERNET-1793 Add support for DefaultFontName option when rendering MS OneNote documents Improvement VIEWERNET-1549 Exception when rendering email message containing ....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  7. Adding text watermarks | Documentation

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/adding-text-w...
  8. GroupDocs.Signature for .NET 19.10 Release Note...

    Note This page contains release notes for GroupDocs.Signature for .NET 19.10 Major Features The most notable feature is start of supporting .Net Standard 2.0. Also there are few new features and bug fixes in this regular release. In this version we implemented search functionality for text and image signatures, fixed few issues with unreleased internal resources. Most changes are related to support of .Net Standard, new search signatures types implementation....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/groupdocs-sign...
  9. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Convert presentations | Documentation

    This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of C# code....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/convert/prese...