Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 2,132 for

properties

(0.04 sec)
  1. Working with formats | Documentation

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

    docs.groupdocs.com/editor/java/working-with-for...
  2. Load options for different document types | Doc...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API....titles, authors, and other properties during the conversion process...

    docs.groupdocs.com/conversion/java/load-options...
  3. Working with CAD metadata | Documentation

    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 | Documentation

    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. Add annotation to the document | Documentation

    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 is a rectangle annotation...document formats can set Angle property, that determines annotation...

    docs.groupdocs.com/annotation/net/add-annotatio...
  6. Celebrate New Year with 25% Off GroupDocs.Total...

    Share this issue: Monthly NewsletterJanuary 2018 Hurry! Offer ends January 31st Get 25% off GroupDocs.Total for .NET and Java. Quote HOL2017WBS when placing your order. This offer is only available on new GroupDocs.Total purchases and cannot be used in conjunction with other offers, renewals or upgrades. Only available directly from GroupDocs.com, not through third parties or resellers. Product News New Product Launched: GroupDocs.Metadata for Java GroupDocs.Metadata is a Java metadata management API that empowers Java developers to perform all useful metadata operations (view, add, modify, remove, compare, search and remove) of popular file formats....as input, access the file property information and allows users...setting annotation opacity properties for PDF, Word, PowerPoint...

    blog.groupdocs.com/total/celebrate-new-year-25-...
  7. Accept or Reject revisions | Documentation

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality.... Call the setAction property of the object to be changed...RevisionAction.NONE ) values. The main properties of the ApplyRevisionOptions...

    docs.groupdocs.com/comparison/nodejs-java/accep...
  8. Render archives as HTML, PDF, and image files |...

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

    docs.groupdocs.com/viewer/net/render-archive-fi...
  9. Add annotation to the document | Documentation

    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...
  10. Working with metadata in PSD images | Documenta...

    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...