Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 2,471 for

properties

(0.04 sec)
  1. Signing archive documents in batch | GroupDocs

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...Analyze response over the properties and signatures as the instances...

    docs.groupdocs.com/signature/java/signing-archi...
  2. .msg to .pdf - unable to get rid of inline imag...

    Hi, I am converting MSG into PDF, all works well, but I would not like to have separate files for the inline images of the body of the mail, I cannot figure out what option I should use. Using GroupDocs.Conversion.NETF…...true // <-- check the exact property name in your version }; converter...class you see, is there a property that mentions embedding or...

    forum.groupdocs.com/t/msg-to-pdf-unable-to-get-...
  3. Installation (manual) | GroupDocs

    Installation without build tools (manual JAR setup) If you don’t use Maven/Gradle/Ivy/SBT, you can add GroupDocs.Metadata for Java to the classpath manually. 1) Download the JAR Go to the latest version of groupdocs-metadata in the GroupDocs Java repository. Download groupdocs-metadata-.jar. 2) Add the JAR to your project IntelliJ IDEA File → Project Structure → Modules → Dependencies. Click + → JARs or directories and select the downloaded JAR. Eclipse...Right-click the project → Properties → Java Build Path → Libraries...

    docs.groupdocs.com/metadata/java/installation-m...
  4. Accept or Reject detected changes | GroupDocs

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API....class includes the following properties: is a list of changes that...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  5. Sign document with HIBC LIC barcode Symbology |...

    This article explains how to sign document with HIBC LIC barcode Symbology signatures... Fill properties which correspond Primary...HIBCLICCombinedData object into Data property. Call method of class instance...

    docs.groupdocs.com/signature/net/sign-document-...
  6. Render PowerPoint presentations as HTML, PDF, a...

    Convert PowerPoint presentations to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/python-net/render-pre...
  7. Sign document with HIBC PAS barcode Symbology |...

    This article explains how to sign document with HIBC PAS barcode Symbology signatures... Fill properties Instantiate the object with...HIBCLICCombinedData object into Data property. Call method of class instance...

    docs.groupdocs.com/signature/net/sign-document-...
  8. Add Text Watermark to XLSX using Java

    This guide demonstrates the process of how to add text watermark to XLSX using Java. Additionally, you'll get a code example to insert text watermark to XLSX in Java....TextWatermark class and customize its properties based on your desired specifications...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  9. Read Metadata from PPTX using C#

    Discover how to read metadata from PPTX using C# without the need for additional software installation. Explore a code example how to read metadata of PPTX using C#....method Go through all the properties you’ve found one by one Metadata...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  10. Shapes in spreadsheet document | GroupDocs

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....close (); Updating shape properties Since version 17.12, GroupDocs...the feature of modifying properties ( , , , , or ) of particular...

    docs.groupdocs.com/watermark/java/shapes-in-spr...