Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 5,357 for

as

(2.49 sec)
  1. Working with XML Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for Java 19.10 or later releAses. To access XML data while building a report, you can use facilities of DatAset to read XML into it and then pAss it to the Assembler As a data source. However, if your scenario does not permit to specify XML schema while loading XML into DatAset, all attributes and text values of XML elements are loaded As strings then....Note This feature is only compatible with GroupDocs.Assembly for Java 19.10 or later releases. To access XML data while building a report, you can use facilities of DataSet to read XML into it and then pass it to the assembler as a data source. However, if your scenario does not permit to specify XML schema while loading XML into DataSet, all attributes and text values of XML elements are loaded as strings then.

    docs.groupdocs.com/assembly/java/working-with-x...
  2. Search for Electronic Signatures in Document | ...

    This topic explains how to search for document electronic signatures and their details using Python...This topic explains how to search for document electronic signatures and their details using Python

    docs.groupdocs.com/signature/python-net/search-...
  3. Change Text Background Color Dynamically using ...

    GroupDocs team is proudly announcing the monthly releAse of GroupDocs.Assembly for .NET API version 17.12. Using the latest version, you can change text **background color **dynamically in word processing and email documents. You can also change chart axis title dynamically in word processing documents. Furthermore, you can insert images and barcodes dynamically in email messages (.msg) with RTF body. We recommend you to download and use the latest version of API....GroupDocs team is proudly announcing the monthly release of GroupDocs.Assembly for .NET API version 17.12. Using the latest version, you can change text **background color **dynamically in word processing and email documents. You can also change chart axis title dynamically in word processing documents. Furthermore, you can insert images and barcodes dynamically in email messages (.msg) with RTF body. We recommend you to download and use the latest version of API.

    blog.groupdocs.com/assembly/change-text-backgro...
  4. Getting Document Information | GroupDocs

    Read format, page count, author, dimensions, table of contents, and format-specific metadata from PDF, Word, Excel, PowerPoint, CAD, image, project management, and email documents without converting — using Converter.get_document_info() in GroupDocs.Conversion for Python via .NET....Read format, page count, author, dimensions, table of contents, and format-specific metadata from PDF, Word, Excel, PowerPoint, CAD, image, project management, and email documents without converting — using Converter.get_document_info() in GroupDocs.Conversion for Python via .NET.

    docs.groupdocs.com/conversion/python-net/develo...
  5. Licensing and Subscription | GroupDocs

    This article explains evaluation limitations and licensing of GroupDocs.Merger for Java...This article explains evaluation limitations and licensing of GroupDocs.Merger for Java

    docs.groupdocs.com/merger/java/licensing-and-su...
  6. Licensing and Subscription | GroupDocs

    Free evaluation version simply becomes licensed when you set the license. You can set the license in a number of ways that are described in the next sections of this article....Free evaluation version simply becomes licensed when you set the license. You can set the license in a number of ways that are described in the next sections of this article.

    docs.groupdocs.com/editor/python-net/licensing-...
  7. Configuring search network | GroupDocs

    This page contains information about configuring the search network....This page contains information about configuring the search network.

    docs.groupdocs.com/search/java/configuring-sear...
  8. Merge Word Documents using C# | Join All or Sel...

    C# way to merge two or more Word documents into a single file. Combine only the selective pages of multiple Word files within your .NET application....C# way to merge two or more Word documents into a single file. Combine only the selective pages of multiple Word files within your .NET application.

    blog.groupdocs.com/merger/merge-word-files-usin...
  9. 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 ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.AssembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets....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 ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets.

    docs.groupdocs.com/assembly/java/working-with-s...
  10. Saving image strategy | GroupDocs

    GroupDocs.Markdown provides several strategies for handling images during conversion. Set the image_export_strategy property on ConvertOptions to control the behavior: BAse64 embedding – inline images As data URIs using ExportImagesAsBAse64Strategy. File system export – save images to a directory using ExportImagesToFileSystemStrategy. Use the images_relative_path property to control the relative path written into Markdown image links. Skip images – omit all images from the output using SkipImagesStrategy. Custom handler – pAss a Python callable for full control over image saving, including renaming and custom storage via CustomImagesStrategy....GroupDocs.Markdown provides several strategies for handling images during conversion. Set the image_export_strategy property on ConvertOptions to control the behavior: Base64 embedding – inline images as data URIs using ExportImagesAsBase64Strategy. File system export – save images to a directory using ExportImagesToFileSystemStrategy. Use the images_relative_path property to control the relative path written into Markdown image links. Skip images – omit all images from the output using SkipImagesStrategy. Custom handler – pass a Python callable for full control over image saving, including renaming and custom storage via CustomImagesStrategy.

    docs.groupdocs.com/markdown/python-net/strategy/