Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 4,274 for

classification

(0.42 sec)
  1. Convert to grayscale | GroupDocs

    Convert PDFs to grayscale to reduce file size and speed up printing using the GroupDocs.Viewer Python API....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/python-net/optimizati...
  2. Load custom fonts | GroupDocs

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

    docs.groupdocs.com/comparison/java/load-custom-...
  3. Show results of comparison as a Word Track Chan...

    This article explains how to use the Microsoft Word Track Changes comparing as a built in feature in GroupDocs.Comparison for Java....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/java/word-track-c...
  4. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/net/load-password...
  5. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/python-net/clean-me...
  6. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document using GroupDocs.Metadata for Python via .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/python-net/load-a-p...
  7. Bulleted List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Email format. Reporting Requirement As a report developer, you are required to share the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Report must show all the clients in a bulleted list format. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Recipients, Cc and Subject <><<[r]>>; <> <<[cc]>> <<[subject]>> Body We provide support for the following clients: <>• <<[getName()]>> <> Download Bulleted List Template Please download the sample Bulleted List document we created in this article:...Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  8. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/net/load-a-password...
  9. Convert to Presentation with advanced options |...

    Follow this guide and learn how to convert documents to PowerPoint presentations of PPT, PPTX formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....Classification Product Solution Purchase...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  10. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/save-to-stream/