Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 2,459 for

properties

(0.14 sec)
  1. Delete Digital signatures from documents | Grou...

    This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....Instantiate object with desired properties; Call method to obtain list...

    docs.groupdocs.com/signature/java/delete-digita...
  2. Convert to GIS formats with advanced options | ...

    Learn about GisConvertOptions class for GIS file formats (GeoJSON, KML, GPX, TopoJSON) in GroupDocs.Conversion for .NET....gdb ESRI Geodatabase Properties - Specifies the desired GIS...

    docs.groupdocs.com/conversion/net/convert-to-gi...
  3. Convert to Finance formats with advanced option...

    Learn about FinanceConvertOptions class for financial data formats (XBRL, iXBRL, OFX) in GroupDocs.Conversion for .NET....data, financial transactions Properties - Specifies the desired financial...financial formats using the Format property: XBRL Format XBRL (eXtensible...

    docs.groupdocs.com/conversion/net/convert-to-fi...
  4. GroupDocs.Viewer for Java 25.12 – Latest Update...

    Explore what’s new in GroupDocs.Viewer for Java 25.12. Available now on NuGet and GroupDocs website....full class with numerous properties (previously an enum). Removed...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  5. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....allows updating metadata properties in a DXF drawing. Please...

    docs.groupdocs.com/metadata/java/working-with-c...
  6. Use redaction policies | GroupDocs

    If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an XML document with a list of pre-configured redactions. Below is an example of redaction policy XML file (code Properties mapping is obvious): RedactionPolicy.xml You can use RedactionPolicy....redaction policy XML file (code properties mapping is obvious): RedactionPolicy...

    docs.groupdocs.com/redaction/java/use-redaction...
  7. Watermarks in Word document | GroupDocs

    This article explains how to add watermarks in word processing document in Java.... Using properties of You can also set some...

    docs.groupdocs.com/watermark/java/watermarks-in...
  8. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer Java API to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive....API is an setItemsPerPage() property of class, which now is marked...document. There is also a boolean property (flag) in the class — when...

    docs.groupdocs.com/viewer/java/render-archive-f...
  9. Search for Barcode e-Signatures | GroupDocs

    This article explains how to search for barcode electronic signatures within document pages using GroupDocs.Signature for Python via .NET API...The class provides various properties to customize the search process:...

    docs.groupdocs.com/signature/python-net/search-...
  10. Inserting edited slide into existing presentati...

    This article describes how to insert edited presentation slide into existing PowerPoint presentation....and specify its index in the property of class. Open presentation...class now contains two new properties: integer and boolean flag...

    docs.groupdocs.com/editor/java/inserting-edited...