Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 11,368 for

format

(0.3 sec)
  1. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation Formats please refer to Supported document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file Format inFormation. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file Format inFormation advanced_usage....Managing metadata for specific formats / Documents / Working with...of supported presentation formats please refer to . Detecting...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Edit and Manage Metadata in Python Apps - Group...

    Discover how to utilize GroupDocs.Metadata for Python via .NET to extract, update and remove metadata in your applications....work with different document formats. In this article, we will look...metadata across various document formats in Python applications. While...

    blog.groupdocs.com/metadata/edit-metadata-in-py...
  3. Image redactions | GroupDocs

    This article shows that how to redact data of sensitive nature from images of various Formats like JPG, PNG, TIFF and others....nature from images of various formats like JPG, PNG, TIFF and others..."*_Redacted.*" file in original format redactor . Save ( new SaveOptions...

    docs.groupdocs.com/redaction/net/image-redactions/
  4. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc...Managing metadata for specific formats / Documents / Working with...list of supported document formats please refer to . Detecting...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Saving documents | GroupDocs

    The articles explain that how to save documents in different ways after making redactions....these guides: Save in original format Save in rasterized PDF Save...

    docs.groupdocs.com/redaction/python-net/saving-...
  6. Product Overview | GroupDocs

    Apply annotations to your documents in the form of textual comments, explanations with highlighted notes, watermarks, polylines, text/resource redactions and much more....documents of any supported format; Use annotations of different...

    docs.groupdocs.com/annotation/net/product-overv...
  7. Numbered List in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in HTML Document Format. Note The code uses some of the objects defined in The Business Layer. Numbered List in HTML Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show the client names in a numbered list. Report must be generated in the HTML document. Adding Syntax to be evaluated by GroupDocs....List report in HTML Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/numbered-list-...
  8. List attachments | GroupDocs

    Retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents with GroupDocs.Viewer for Java...provided code snippet suits all format families that support attachments:...

    docs.groupdocs.com/viewer/java/how-to-list-atta...
  9. Convert to Presentation with advanced options |...

    Follow this guide and learn how to convert documents to PowerPoint presentations of PPT, PPTX Formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....when convert to presentation format. Along with from base class...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file Format inFormation. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file Format inFormation advanced_usage.managing_metadata_for_specific_Formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Managing metadata for specific formats / Documents / Working with...extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...