Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 29,469 for

groupdocs.search

(0.13 sec)
  1. Load from Stream | Documentation

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/load-from-str...
  2. Add password to PDF with permissions | Document...

    This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/merger/python-net/add-passwo...
  3. Remove pages | Documentation

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for .NET API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/merger/python-net/remove-pages/
  4. Classify Raw Text | Documentation

    Simple IAB-2 text classification Call Classify method with a text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an important part of our lifes", 2, Taxonomy....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/classify-...
  5. List and print all supported file types | Docum...

    This article explains how to list and print file types supported by GroupDocs.Viewer for Java...Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-list-and-...
  6. Load from stream | Documentation

    This article explains how to load from stream while using GroupDocs. Watermarks Java API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/load-from-str...
  7. Remove document password | Documentation

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/merger/net/remove-document-p...
  8. Load from Amazon S3 Storage | Documentation

    This article explains how to load a document from Amazon S3 Storage with GroupDocs.Viewer within your Java applications....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/load-document-fr...
  9. How to Extract Metadata from PDF using C#

    This tutorial explains the process to extract metadata from PDF using C# with document extraction API and how to create application to get metadata from PDF in C#....Metadata Product Family GroupDocs.Search Product Family GroupDocs...

    kb.groupdocs.com/parser/net/how-to-extract-meta...
  10. How to Convert Image to PDF in C#

    Follow this basic tutorial to learn how to convert Image to PDF in C#. It's step-by-step instructions with sample code to convert Image to PDF using C#....Metadata Product Family GroupDocs.Search Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...