Sort Score
Result 10 results
Languages All
Labels All
Results 4,761 - 4,770 of 19,767 for

.net watermarking

(0.54 sec)
  1. 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....Watermark Product Solution GroupDocs...with full featured Python via .NET library we provide simple, but...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  2. Convert to Presentation with advanced options |...

    Follow this guide and learn how documents convert to powerpoint presentations of PPT, PPTX formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .net....Watermark Product Solution GroupDocs...Family / GroupDocs.Conversion for .NET / Developer guide / Advanced...

    docs.groupdocs.com/conversion/net/convert-to-pr...
  3. Password-protected documents | GroupDocs

    Learn how to open and process password-protected PDF and Office documents. Includes error handling examples and supported encryption types....Watermark Product Solution GroupDocs...Family / GroupDocs.Parser for .NET / Developer Guide / Advanced...

    docs.groupdocs.com/parser/net/password-protecte...
  4. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in QR code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....Watermark Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide / Advanced...

    docs.groupdocs.com/signature/net/search-for-emb...
  5. Verify Document for Signatures | GroupDocs

    This topic explains how to verify documents for various electronic signatures with GroupDocs.Signature for Python via .net API....Watermark Product Solution GroupDocs...GroupDocs.Signature for Python via .NET / 👨‍💻 Developer Guide / Basic...

    docs.groupdocs.com/signature/python-net/verify-...
  6. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document using GroupDocs.Metadata for Python via .net....Watermark Product Solution GroupDocs...with full featured Python via .NET library we provide simple, but...

    docs.groupdocs.com/metadata/python-net/load-a-p...
  7. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for .net....Watermark Product Solution GroupDocs...Family / GroupDocs.Comparison for .NET / Advanced usage / Loading /...

    docs.groupdocs.com/comparison/net/load-password...
  8. Search for Electronic Signatures in Document | ...

    This topic explains how to search for document electronic signatures and their details using Python...Watermark Product Solution GroupDocs...GroupDocs.Signature for Python via .NET / 👨‍💻 Developer Guide / Basic...

    docs.groupdocs.com/signature/python-net/search-...
  9. Get document page preview | GroupDocs

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Watermark Product Solution GroupDocs...Family / GroupDocs.Redaction for .NET / Developer Guide / Basic usage...

    docs.groupdocs.com/redaction/net/get-document-p...
  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....Watermark Product Solution GroupDocs...GroupDocs.Classification for .NET / Developer Guide / Basic Usage...

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