Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 6,503 for

informations

(0.09 sec)
  1. Working with annotation replies | GroupDocs

    The page describes how to manage replies for different document types using GroupDocs.Annotation for Java API....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/annotation/java/working-with...
  2. Saving | GroupDocs

    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; OnlyAnnotatedOptions indicates whether to save only annotated pages or not. For details, see the following pages:...Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/annotation/java/saving/
  3. 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 Java....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/conversion/java/common-conve...
  4. Load files from different sources | GroupDocs

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local file path, stream or URL for further processing with GroupDocs.Conversion for Java API....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/conversion/java/loading-docu...
  5. How to edit e-Book file | GroupDocs

    This article demonstrates how to edit e-Book files using Java programming language....Purchase Buy Now Pricing Information Free Trials Temporary License...export ( false ) the language information to the resultant HTML markup...

    docs.groupdocs.com/editor/java/how-to-edit-ebook/
  6. GroupDocs Editor JAVA - Free Support Forum - gr...

    Hi, we got an error loading a Word file with track changes enabled. groupdocs-editor.version: 23.2 java.version: 11 Error: Node type ‘14’ (‘14’) and corresponding instance of ‘com.groupdocs.editor.internal.c.a.w.zzWJS…...kindly provide the following information: Problematic/source file...

    forum.groupdocs.com/t/groupdocs-editor-java/13067
  7. Search for electronic signatures in document | ...

    This topic learns how to search for document electronic signature and its details...Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/signature/java/search-for-el...
  8. Removing Empty Paragraphs | GroupDocs

    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....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/assembly/net/removing-empty-...
  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 Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)...Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/assembly/net/working-with-st...
  10. Working with Simple Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. Support Simple and Standalone Data Sources The API provides support for standalone and specific data sources for various types of data like JSON, XML etc. The support is available for XML, JSON, and CSV data sources so far. Articles in this section...Purchase Buy Now Pricing Information Free Trials Temporary License...

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