Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 6,385 for

groupdocs.comparison,

(0.43 sec)
  1. Check document password-protection | GroupDocs

    This article explains how to check whether PDF, Word, Excel, PowerPoint document is password protected or not, and how to do this using GroupDocs.Merger for Java....This article explains how to check whether PDF, Word, Excel, PowerPoint document is password protected or not, and how to do this using GroupDocs.Merger for Java.

    docs.groupdocs.com/merger/java/check-document-p...
  2. Move page | GroupDocs

    This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger for Python via .NET API....This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger for Python via .NET API.

    docs.groupdocs.com/merger/python-net/move-page/
  3. Change page orientation | GroupDocs

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Python via .NET....Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Python via .NET.

    docs.groupdocs.com/merger/python-net/change-pag...
  4. Swap pages | GroupDocs

    This article explains how to rearrange document pages for PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Python via .NET....This article explains how to rearrange document pages for PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Python via .NET.

    docs.groupdocs.com/merger/python-net/swap-pages/
  5. Change page orientation | GroupDocs

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Node.js via Java....Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Node.js via Java.

    docs.groupdocs.com/merger/nodejs-java/change-pa...
  6. Getting Started | GroupDocs

    This section decsribes how to get started with GroupDocs.Merger for Java library...This section decsribes how to get started with GroupDocs.Merger for Java library

    docs.groupdocs.com/merger/java/getting-started/
  7. Load documents | GroupDocs

    Document loading use cases with GroupDocs.Viewer within your .NET applications....Document loading use cases with GroupDocs.Viewer within your .NET applications.

    docs.groupdocs.com/viewer/net/loading/
  8. Common conversion options | GroupDocs

    This documentation sections describe how to customize document conversion process - convert specific document pages, apply watermarks etc. when using GroupDocs.Conversion for .NET....This documentation sections describe how to customize document conversion process - convert specific document pages, apply watermarks etc. when using GroupDocs.Conversion for .NET.

    docs.groupdocs.com/conversion/net/common-conver...
  9. Working with Chart Reports - Filtered Ordered G...

    Articles in this section...Articles in this section

    docs.groupdocs.com/assembly/java/working-with-c...
  10. Working with String Template | GroupDocs

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)...GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)

    docs.groupdocs.com/assembly/net/working-with-st...