Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 3,284 for

feature

(0.14 sec)
  1. 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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....PDF documents The inspection feature that is introduced in this...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. 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....PDF documents The inspection feature that is introduced in this...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. GroupDocs.Redaction Product Family on GroupDocs...

    GroupDocs.Redaction Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Redaction Product Family on GroupDocs Blog | Document Aut......requirements by introducing new features and improving the existing...has brought a quite useful feature for the developers who are...

    blog.groupdocs.com/categories/groupdocs.redacti...
  4. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET 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 FileType property to obtain file format information AdvancedUsage....presentations The inspection feature that is introduced in this...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Dynamic Insertion of Links to Bookmarks, Cells ...

    Document Automation (or document assembly) is widely used by organizations for their reporting services and GroupDocs.Assembly for .NET and Java APIs provide a complete package of Features required to build reports dynamically. Keeping the modern trends in mind and to meet the emerging requirements of our customers, we keep introducing the new Features. Recently, we have released the v19.11 of our document automation API with quite a useful set of Features....provide a complete package of features required to build reports...we keep introducing the new features. Recently, we have released...

    blog.groupdocs.com/assembly/net-java-document-a...
  6. Add watermarks to spreadsheet documents | Group...

    GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document....The API also provides the feature to set some additional options...watermark will be drawn. This feature allows you to mimic watermark...

    docs.groupdocs.com/watermark/net/add-watermarks...
  7. Support of Emails format and Cloning Document M...

    GroupDocs team is excited to publish another monthly release of GroupDocs.Comparison for .NET 17.6.0 API with new Features like adding support for Emails format and Settings for Cloning Document Metadata. This monthly release is also adding improvements like enhanced Cells & HTML Comparison Performance and Improved Summary Pages information along with fixes. Major Changes are done for HTML, Cells, Emails and Words document formats. Detailed information is listed below. Please Click here to download the latest API....0 API with new features like adding support for Emails...17.6.0 introducing four new features, like support of Check Box...

    blog.groupdocs.com/comparison/groupdocs.compari...
  8. Add watermarks to spreadsheet documents | Group...

    Adding watermark to a particular worksheet GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document. Adding watermark to a particular Excel worksheet using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Create SpreadsheetWatermarkShapeOptions and call setWorksheetIndex() Add watermark to the worksheet Save the document Following code shows how to add watermark to a particular worksheet....The API also provides the feature to set some additional options...watermark will be drawn. This feature allows you to mimic watermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  9. Render Files Contained in ZIP Archive using Gro...

    Hello everyone! We are back with another exciting release announcement. In this post, I am going to give you an overview of what’s new as well as what’s improved and fixed in the latest release of GroupDocs.Viewer for .NET. In this release, we majorly focused on providing bug fixes and improvements. Along with this, we have introduced the support of CDR file format and the Feature of rendering files contained in the ZIP archives....of CDR file format and the feature of rendering files contained...have a walk through the new features that we introduced in the...

    blog.groupdocs.com/viewer/render-files-containe...
  10. Verify Text signatures in the document | GroupDocs

    This topic explains how to verify Text electronic signatures with GroupDocs.Signature API....more about document eSign features, please refer to the . GitHub...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/signature/java/verify-text-s...