Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 36,585 for

groupdocs.comparison

(0.57 sec)
  1. Render to PDF | GroupDocs

    Rendering files to PDF with GroupDocs.Viewer for .NET. It means that you can embed PDF in websites or applications by using this C# API...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/rendering-to-pdf/
  2. Markdown | GroupDocs

    This article explains that how to extract Markdown formatted text from document page....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/markdown/
  3. Add document to Spreadsheet via OLE | GroupDocs

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/merger/java/add-document-to-...
  4. System requirements | GroupDocs

    GroupDocs.Merger for .NET can be used on any operating system where the .NET framework is installed...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/merger/net/system-requirements/
  5. Indexing metadata of documents | GroupDocs

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/search/java/indexing-metadat...
  6. Generate email report with common list. | Group...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.JsonDataSource("datasource.json") DataSourceInfo = ga.DataSourceInfo(dataSource, "customers") array = [DataSourceInfo, ga.DataSourceInfo(["test@test.mail", "groupdocs@groupdocs.mail"], "recipients"), ga.DataSourceInfo("sender@sender.mail", "sender"), ga.DataSourceInfo("cc@example.com", "cc"), ga.DataSourceInfo("groupdocs", "subject")] print(assembler.assemble_document("input.msg", "output.msg", array)) The Recipe Set up the source document data path Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/assembly/python-net/email-re...
  7. Extract pages | GroupDocs

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Java....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/merger/java/extract-pages/
  8. Convert files to various formats | GroupDocs

    Articles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Markdown API...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/markdown/python-net/convert/
  9. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-b...
  10. Verify Digital signatures in the document | Gro...

    This topic explains how to verify digital electronic signatures with GroupDocs.Signature API....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/verify-digita...