Sort Score
Result 10 results
Languages All
Labels All
Results 3,331 - 3,340 of 6,887 for

editor

(0.07 sec)
  1. Classify document from stream | GroupDocs

    Classifying of the document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Editor Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/classify-...
  2. Extract data from ZIP archives | GroupDocs

    More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs.Parser for Java examples Free online document parser App Along with full featured .NET library we provide simple, but powerful free Apps. You are welcome to parse documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online Free Online Document Parser App....Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/extract-data-fro...
  3. Advanced usage | GroupDocs

    Advanced GroupDocs.Redaction for Python via .NET topics — load documents from any source, save in the original format or rasterize to PDF, scope redactions with page filters, apply reusable redaction policies, and extend the supported-format list....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/advance...
  4. Supported Document Formats | GroupDocs

    The following table indicates the file formats that GroupDocs.Classification for .NET can process. Format Description PDF Adobe Portable Document Format (PDF) DOC Microsoft Word 97-2003 Document DOCM Microsoft Word Macro-Enabled Document DOCX Microsoft Word Document DOT Microsoft Word 97-2003 Template DOTM Microsoft Word Macro-Enabled Template DOTX Microsoft Word Template ODT OpenDocument Text OTT Open Document Text Template RTF Rich Text Document TXT Plain Text Document Tip Can’t find your file format?...Editor Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/supported...
  5. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Comparison for Java. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Editor Product Solution GroupDocs...

    docs.groupdocs.com/comparison/java/features-ove...
  6. Convert to grayscale | GroupDocs

    This topic describes how to convert PDF file to grayscale using the GroupDocs.Viewer Java API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  7. Optimize spreadsheets in a PDF file | GroupDocs

    This topic describes how to optimize spreadsheets in a PDF file using the GroupDocs.Viewer Java API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  8. Load document using the local path string | Gro...

    This article explains how to load a document using the local path string with GroupDocs.Viewer within your Java applications....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/load-document-fr...
  9. Render hidden pages | GroupDocs

    Learn how to render hidden pages on website or in other c# applications with GroupDocs.Viewer for Java...Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/show-hidden-pages/
  10. Load from stream | GroupDocs

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

    docs.groupdocs.com/watermark/net/load-from-stream/