Sort Score
Result 10 results
Languages All
Labels All
Results 4,031 - 4,040 of 5,024 for

groupdocs.redaction,

(0.06 sec)
  1. Evaluation Limitations and Licensing | GroupDocs

    Evaluation Limitations You can easily download GroupDocs.Classification for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license. You will face following limitations while using the API without the license: Texts with more than 200 characters are not supported. Documents with more than 200 characters are not supported. For the sentiment classification this limitations are 100 for English and 30 Chinese....Evaluation Limitations You can easily download GroupDocs.Classification for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license. You will face following limitations while using the API without the license: Texts with more than 200 characters are not supported. Documents with more than 200 characters are not supported. For the sentiment classification this limitations are 100 for English and 30 Chinese.

    docs.groupdocs.com/classification/net/evaluatio...
  2. Sign documents with encrypted QR-code text | Gr...

    This article explains how to create encrypted QR-code electronic signature with GroupDocs.Signature API...This article explains how to create encrypted QR-code electronic signature with GroupDocs.Signature API

    docs.groupdocs.com/signature/java/sign-document...
  3. Watermarks in Word document | GroupDocs

    This article explains how to add watermarks in word processing document in Java....This article explains how to add watermarks in word processing document in Java.

    docs.groupdocs.com/watermark/java/watermarks-in...
  4. How to merge TIF images using C# | GroupDocs

    Learn how to merge TIF image files, combine TIF image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Learn how to merge TIF image files, combine TIF image files into one file programmatically in C# language using GroupDocs.Merger for .NET library.

    docs.groupdocs.com/merger/net/getting-started/u...
  5. Updating metadata | GroupDocs

    The Example in this article demonstrates that how to update metadata properties using a combination of criteria...The Example in this article demonstrates that how to update metadata properties using a combination of criteria

    docs.groupdocs.com/metadata/nodejs-java/updatin...
  6. Updating metadata | GroupDocs

    The Example in this article demonstrates that how to update metadata properties using a combination of criteria...The Example in this article demonstrates that how to update metadata properties using a combination of criteria

    docs.groupdocs.com/metadata/java/updating-metad...
  7. Convert DOC to HTML with C#

    Learn how to Convert DOC to HTML with C# and achieve efficient DOC to HTML conversion in C# using GroupDocs.Conversion, enabling transformation in .NET applications....Learn how to Convert DOC to HTML with C# and achieve efficient DOC to HTML conversion in C# using GroupDocs.Conversion, enabling transformation in .NET applications.

    kb.groupdocs.com/conversion/net/convert-doc-to-...
  8. Search text in Microsoft Office PowerPoint pres...

    To search a keyword in Microsoft Office PowerPoint presentations search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office PowerPoint presentation: Instantiate Parser object for the initial presentation; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the presentation....To search a keyword in Microsoft Office PowerPoint presentations search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office PowerPoint presentation: Instantiate Parser object for the initial presentation; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the presentation.

    docs.groupdocs.com/parser/java/search-text-in-m...
  9. Determine the file type | GroupDocs

    This article explains how to get a type of a file with GroupDocs.Viewer for .NET using .NET / C#....This article explains how to get a type of a file with GroupDocs.Viewer for .NET using .NET / C#.

    docs.groupdocs.com/viewer/net/how-to-determine-...
  10. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata.

    docs.groupdocs.com/metadata/net/working-with-me...