Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 2,704 for

properties

(0.19 sec)
  1. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of a particular format using GroupDocs.Metadata for Python via .NET....() # Use format-specific properties to extract or edit metadata..."Author: { root . document_properties . author } " ) if __name__...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  2. Inserting edited slide into existing presentati...

    This article describes how to insert an edited presentation slide into an existing PowerPoint presentation using GroupDocs.Editor for Node.js and Java....PresentationSaveOpti class includes two key properties: slideNumber : Specifies...new one. Here’s how these properties work in Node.js: let saveOptions...

    docs.groupdocs.com/editor/nodejs-java/inserting...
  3. How to Sign PDF with QR Code Signature using Java

    This quick tutorial provides you with step-by-step instructions to create QR Code in Java and how to sign a PDF document with a QR Code signature using Java....QrCodeSignOptions class for setting properties for the QR-Code signature...

    kb.groupdocs.com/signature/java/how-to-sign-pdf...
  4. GroupDocs.Comparison for Python 26.5 – Major AP...

    GroupDocs.Comparison for Python 26.5 brings a pure-Python wrapper, AGENTS.md, console CLI, and extensive API enhancements — now on PyPI....Rectangle from coordinate properties Property‑name kwargs on options...Rectangle from coordinate properties # options = CompareOptio...

    blog.groupdocs.com/comparison/groupdocs-compari...
  5. Generate document pages preview | GroupDocs

    Generate PNG or JPG page thumbnails from a compared document using PreviewOptions and Comparer.GeneratePreview() in GroupDocs.Comparison for .NET.... The and properties of the object allows you...Specify the . The class main properties are as follows: is a delegate...

    docs.groupdocs.com/comparison/net/generate-docu...
  6. Render Excel and Apple Numbers spreadsheets as ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...and a set of different CSS properties, which are applied to different...

    docs.groupdocs.com/viewer/net/render-excel-and-...
  7. JpgViewOptions | GroupDocs.Viewer for .NET API ...

    Provides options for rendering documents into JPG format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingtopngorjpeg/ and its children.... Properties Name Description ArchiveOptions...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  8. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific Properties to extract or edit metadata System....(); // Use format-specific properties to extract or edit metadata...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  9. Set image resolution | GroupDocs

    Reduce PDF image resolution by adjusting compression and resizing options within the GroupDocs.Viewer API....image resolution, set the and properties to True . The GroupDocs.Viewer...all images in the file. The property determines the maximum resolution...

    docs.groupdocs.com/viewer/python-net/optimizati...
  10. Specify spreadsheet rendering options | GroupDocs

    Render spreadsheet files (Excel, etc.) to HTML, PDF, or images using GroupDocs.Viewer's Python API options....access these options, use the property for one of the following classes... …, XFD). Enable the property to display row and column...

    docs.groupdocs.com/viewer/python-net/specify-re...