Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 3,858 for

classification

(0.08 sec)
  1. Advanced Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Classification Product Solution Purchase...

    docs.groupdocs.com/parser/java/advanced-usage/
  2. Basic Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Classification Product Solution Purchase...

    docs.groupdocs.com/parser/java/basic-usage/
  3. GroupDocs.Assembly for Java 20.4 Release Notes ...

    Major Features Provided an option to fit an image within textbox bounds while maintaining ratio. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-149  Provide an option to fit an image within textbox bounds while maintaining ratio for Word Processing documents  Feature  ASSEMBLYNET-150  Provide an option to fit an image within textbox bounds while maintaining ratio for emails with RTF bodies  Feature  ASSEMBLYNET-151  Provide an option to fit an image within textbox bounds while maintaining ratio for Spreadsheet documents  Feature  ASSEMBLYNET-152  Provide an option to fit an image within textbox bounds while maintaining ratio for Presentation documents  Feature  Public API and Backward Incompatible Changes  Provided an option to fit an image within textbox bounds while maintaining ratio To keep the size of the textbox and stretch the image within bounds of the textbox preserving the ratio of the image, use the keepRatio switch as follows....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  4. GroupDocs.Assembly for Java 17.8.0 Release Note...

    This page contains release notes for GroupDocs.Assembly for Java 17.8.0 Major Features Document assembly for email file formats is supported. All Changes Key Summary Category ASSEMBLYNET-32 Support document assembly for MHTML file formats Feature ASSEMBLYNET-33 Support document assembly for MSG file formats Feature ASSEMBLYNET-34 Support document assembly for EML file formats Feature ASSEMBLYNET-35 Support document assembly for EMLX file formats Feature ASSEMBLYNET-40 Support building of charts located in chart worksheets...Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  5. Barcode Image Generation in Presentation Docume...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft PowerPoint Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/barcode-image-g...
  6. Features Overview | Documentation

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/features-overv...
  7. Sign document with Metadata signature - advance...

     This article explains how to sign document with Metadata electronic signatures using extended options with GroupDocs.Signature API....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/java/sign-document...
  8. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/load-password...
  9. Saving documents | Documentation

    The articles explain that how to save documents in different ways after making redactions....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/python-net/saving-...
  10. Rotate pages | Documentation

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Python via .NET API....Classification Product Solution Purchase...

    docs.groupdocs.com/merger/python-net/rotate-pages/