Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 36,241 for

groupdocs.viewer

(1.61 sec)
  1. Load custom fonts | GroupDocs

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Java....Conversion Product Solution GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/comparison/java/load-custom-...
  2. Save a modified file to the original source | G...

    This article shows how to save the modified content back to the underlying source using GroupDocs.Metadata for Python via .NET....Conversion Product Solution GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  3. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk using GroupDocs.Metadata for Python via .NET....Conversion Product Solution GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  4. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document....Conversion Product Solution GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/load-a-password...
  5. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream....Conversion Product Solution GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/load-from-a-str...
  6. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk...Conversion Product Solution GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/save-a-modified...
  7. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Watermark....Conversion Product Solution GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/watermark/nodejs-java/get-fi...
  8. Add watermarks to images | GroupDocs

    Add watermark to photos or multi-framed images using c#....Conversion Product Solution GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/add-watermarks...
  9. Search for Electronic Signatures in Document | ...

    This topic explains how to search for document electronic signatures and their details using Python...Conversion Product Solution GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/signature/python-net/search-...
  10. Sentiment classification usage | GroupDocs

    Create an instance of SentimentClassifier class. It is multilingual and supports English, Chinese, Spanish, and German. Creates SentimentClassifier instance var sentimentClassifier = new SentimentClassifier(); and call PositiveProbability method Classifies sentiment by text var positiveProbability = sentimentClassifier.PositiveProbability("This is a new must-have thing."); Console.WriteLine($"The probability of a positive sentiment is { positiveProbability }"); or call Classify method Classifies sentiment by text var response = sentimentClassifier.Classify("This is a new must-have thing."); Console.WriteLine($"The best class name:{response....Conversion Product Solution GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/sentiment...