Sort Score
Result 10 results
Languages All
Labels All
Results 3,431 - 3,440 of 8,675 for

page

(0.19 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()); // .... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/java/working-with-c...
  2. 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.... close (); } } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/use-redaction...
  3. Fuzzy search | GroupDocs

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search using Java search API....Fuzzy search Leave feedback This page provides a fuzzy search definition...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/java/fuzzy-search/
  4. GroupDocs.Parser for Python via .NET | GroupDocs

    GroupDocs.Parser for Python developer documentation. Learn how to extract text, images, tables, and metadata from PDF, DOCX, XLSX, and 50+ document formats using Python....NET Release Notes Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/parser/python-net/
  5. GroupDocs.Comparison for Node.js 25.11 – Latest...

    Explore the latest improvements in GroupDocs.Comparison for Node.js 25.11, available on npm and the GroupDocs website....11: Package page: https://www.npmjs.com/pack...GroupDocs.Releases: Download page: https://releases.groupdocs...

    blog.groupdocs.com/comparison/groupdocs-compari...
  6. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Total for .NET in Docker containers with complete examples, troubleshooting tips, and best practices for document processing in containerized environments....Docker Leave feedback On this page In this documentation topic...we’ll be happy to help. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/total/net/running-in-docker/
  7. Working with Form Fields | GroupDocs

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Node.js via Java....Fields Leave feedback On this page This article demonstrates how...repository on GitHub. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/nodejs-java/working-w...
  8. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Parser for Python via .NET. Extracting text, images, metadata, tables, and structured data from documents with template-based parsing support....Overview Leave feedback On this page Note GroupDocs.Parser is a feature-rich...entire document or specific pages. Extract Data from Attachments...

    docs.groupdocs.com/parser/python-net/features-o...
  9. Font embedding options | GroupDocs

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....options Leave feedback On this page Introduction Starting from version...EmbedWithoutSystem ; Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/net/font-embedding-op...
  10. Inserting edited worksheet into existing spread...

    This article describes how to insert an edited worksheet into an existing spreadsheet using GroupDocs.Editor for Node.js....js Leave feedback On this page Overview Starting from version...to work as expected. Was this page helpful? Not really Yes, thanks...

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