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

properties

(0.13 sec)
  1. 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...
  2. Render Word documents as HTML, PDF, and image f...

    Convert Word documents to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer and Python. Learn the basics of document rendering....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-wor...
  3. 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...
  4. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi files using C# programming language....built-in and custom document properties inside the resultant Mobi...which, in turn, defines 4 properties: Format , PageCount , Size...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  5. Add annotation to the document | GroupDocs

    The page describes document annotations of different types and how to add annotations to a document using GroupDocs.Annotation API....document), and change any visual properties. This annotation highlight...document formats can set Angle property, that determines annotation...

    docs.groupdocs.com/annotation/java/add-annotati...
  6. Render Word documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer and Node.js to convert Word documents to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/nodejs-java/render-wo...
  7. Working with metadata in PSD images | GroupDocs

    Reading Photoshop Metadata Properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Reading Photoshop Metadata properties The GroupDocs Metadata API...metadata package using the property Read the PSD header and layer...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Working with formats | GroupDocs

    This article explains document formats and format families supported by GroupDocs.Editor for .NET and how to operate them in .NET code....structs, all of them have text properties, which reflect their names...

    docs.groupdocs.com/editor/net/working-with-form...
  9. 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/net/signing-archiv...
  10. Deleting multiple signatures of different types...

    This article shows how to delete multiple electronic signatures different ways with GroupDocs.Signature API....Search options with desired properties; Call method and pass created...

    docs.groupdocs.com/signature/java/deleting-mult...