Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 29,403 for

groupdocs.metadata

(0.29 sec)
  1. Categories

    查找API的答案 GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family Group......Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    kb.groupdocs.com/zh/categories/
  2. GroupDocs.Conversion for Java

    查找有关在任何平台上使用 Java 代码转换各种类型的文档和图像的答案。...Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    kb.groupdocs.com/zh/conversion/java/page/2/
  3. Update EPUB Metadata using C# – .NET Metadata E...

    Discover ways to view and edit EPUB eBook metadata using C#. Programmatically edit EPUB specific properties and Dublin Core items using C#....for Metadata Editing # GroupDocs.Metadata provides .NET API to... PM> Install-Package GroupDocs.Metadata Modifying EPUB Metadata...

    blog.groupdocs.com/metadata/view-edit-epub-meta...
  4. Remove Metadata from ODT using Java

    Discover how to effectively remove metadata from ODT using Java. This guide provides a code snippet showing the process of how to delete metadata from ODT in Java....Signature Product Family GroupDocs.Metadata Product Family GroupDocs...Set up your IDE to use GroupDocs.Metadata for Java to remove metadata...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  5. GroupDocs.Conversion for .NET

    查找有关在任何平台上使用 .NET 代码转换各种类型的文档和图像的答案。...Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    kb.groupdocs.com/zh/conversion/net/page/2/
  6. Working with Table Reports - Filtered Ordered G...

    Articles in this section...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/working-with-ta...
  7. Conversion options by document family | Documen...

    This section explains GroupDocs.Conversion for .NET convert options specific to various document types...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/conversion-op...
  8. Saving | Documentation

    The SaveOptions class provides the following properties to customize the saving process: AnnotationTypes defines annotation types to be saved into output document; FirstPage defines the first page number to save specific page range; LastPage defines the last page number to save specific page range; OnlyAnnotatedPages indicates whether to save only annotated pages or not. For details, see the following pages:...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/saving/
  9. Working with String Template | Documentation

    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)...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/working-with-st...
  10. Removing Empty Paragraphs | Documentation

    Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for .NET API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member RemoveEmptyParagraphs is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.Options, the engine additionally removes empty paragraphs....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/removing-empty-...