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

properties

(0.08 sec)
  1. 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...
  2. Watermarks in word processing document | GroupDocs

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

    docs.groupdocs.com/watermark/net/watermarks-in-...
  3. 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...
  4. 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...
  5. Export Indexed Documents to HTML using C#

    Learn how to export indexed documents to HTML using C# with easy-to-follow steps. Implement C# export indexed documents to HTML for better document management....allowing you to configure properties such as text storage settings...

    kb.groupdocs.com/search/net/export-indexed-docu...
  6. 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/python-net/delete-...
  7. eSign document with Text signature | GroupDocs

    This article explains how to sign a document with Text signature by GroupDocs.Signature API. Let's try to add a digital signature to a PDF programmatically....It covers configuring text properties such as font, color, size...

    docs.groupdocs.com/signature/net/esign-document...
  8. Handling the APEv2 tag | GroupDocs

    This article explains how to handle APEv2 tag....check for all of its metadata properties advanced_usage.managing_...

    docs.groupdocs.com/metadata/java/handling-the-a...
  9. Removing found watermarks | GroupDocs

    This article explains how to remove found watermarks while using GroupDocs. Watermarks API....watermarks with matching properties. Following code snippet shows...

    docs.groupdocs.com/watermark/net/removing-found...
  10. Issue with Extracting Attachments and PDF Conve...

    Hello Team, I have purchased a full license of GroupDocs and I am currently facing issues while extracting attachments from documents and converting them to PDF. My requirement is: First, extract all original attachm…... It provides: Property Description SourceFileName...EmailLoadOptions including container properties Load options for different...

    forum.groupdocs.com/t/issue-with-extracting-att...