Sort Score
Result 10 results
Languages All
Labels All
Results 3,821 - 3,830 of 9,862 for

page

(0.11 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. Synonym dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....searching using synonyms, see the page. To get the number of synonyms...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  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.... 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...
  4. Xlsx to Md | GroupDocs

    This article demonstrates how to convert Spreadsheet to Markdown with GroupDocs.Markdown for Python via .NET.... 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/markdown/python-net/convert/...
  5. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML files and XML documents using the Python programming language....file Leave feedback On this page This example demonstrates opening...TXT. It exposes the format , page_count , size , is_encrypted...

    docs.groupdocs.com/editor/python-net/edit-xml/
  6. Quick Start Guide | GroupDocs

    Set up a virtual environment, install groupdocs-editor-net, and run three minimal examples — round-trip edit a DOCX, convert DOCX → PDF through HTML, and read document info — in under five minutes....Guide Leave feedback On this page This guide provides a quick...get_document_info() returns format, page count, size, and encryption...

    docs.groupdocs.com/editor/python-net/quick-star...
  7. Specify spreadsheet rendering options | GroupDocs

    Render spreadsheet files (Excel, etc.) to HTML, PDF, or images using GroupDocs.Viewer's Python API options....options Leave feedback On this page GroupDocs.Viewer ships with...PdfViewOptions def render_hidden_pages (): # Load spreadsheet with...

    docs.groupdocs.com/viewer/python-net/specify-re...
  8. Get the format family and the additional inform...

    Get format family details & extra info about files using GroupDocs.Viewer for Python.... Get the file type and the pages count from a file The following...to get the file type and the pages count from a file: Python from...

    docs.groupdocs.com/viewer/python-net/how-to-get...
  9. Render DOC as HTML using Python

    Automate how to render doc as html using python. This walkthrough explains how to convert doc to html in python without installing extra software....into clean, embeddable HTML pages. If your goal is to convert...generate HTML pages from the DOC file Each page of the Word document...

    kb.groupdocs.com/viewer/python/render-doc-as-ht...
  10. 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/