Sort Score
Result 10 results
Languages All
Labels All
Results 5,301 - 5,310 of 8,776 for

release

(0.05 sec)
  1. Locating signature in the Word header or footer...

    This article explains how to locate signature in the footer and header of Word document....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/signature/net/locating-signa...
  2. Document protection | GroupDocs

    This article explains how to edit protected Word document, allow or restrict document editing features like adding comments or filling form fields using GroupDocs.Editor for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/editor/net/document-protection/
  3. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/metadata/net/handling-mpeg-a...
  4. Locales for output document | GroupDocs

    This guide demonstrates how to edit RTL documents and specify locale for Word documents when using  GroupDocs.Editor for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/editor/net/locales-for-outpu...
  5. Convert to XML or JSON data with advanced optio...

    Learn how to convert documents to XML or JSON data using GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/conversion/java/convert-to-d...
  6. Working with Word Processing Documents | GroupDocs

    Note This feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Word Processing Documents GroupDocs.Assembly allows you to use data bands in table rows in Word Processing Documents. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/assembly/net/working-with-wo...
  7. Save only annotated pages | GroupDocs

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/annotation/java/save-only-an...
  8. Single Row Image in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in HTML Document format. Single Row Image in HTML Document Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to represent information of first single customer with the following key requirements: Report must show image of the customer It must show Name and Contact Number of the customer Report must be generated in the Presentation Document....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/assembly/net/single-row-imag...
  9. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/classification/net/classify-...
  10. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents. By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/assembly/net/use-of-in-line-...