Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 591 for

file type specification

(0.1 sec)
  1. Render archives as HTML, PDF, and image files (...

    This topic describes how to use the GroupDocs.Viewer Java API to convert archive Files to HTML, PDF, PNG, and JPEG formats....archive files / Render archives as HTML, PDF, and image files (old...archives as HTML, PDF, and image files (old version) Leave feedback...

    docs.groupdocs.com/viewer/java/old-render-archi...
  2. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF Files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Usage / Managing metadata for specific formats / Video / Working...metadata in ASF files Working with metadata in ASF files Leave feedback...

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

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....various formats to a CSV or Excel file. The GroupDocs.Metadata API...the ability to recognize file type of a document. And That’s...

    blog.groupdocs.com/categories/groupdocs.metadat...
  4. Render Outlook data files as HTML, PDF, and ima...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Outlook data Files (PST and OST) to HTML, PDF, PNG, and JPEG formats....Render Outlook data files Render Outlook data files as HTML, PDF, and...and image files Leave feedback On this page allows you to render...

    docs.groupdocs.com/viewer/nodejs-java/render-ou...
  5. Show/Hide Comments when Rendering Word and Spre...

    Today, we are excited to announce version 17.5.0 of GroupDocs.Viewer for .NET API. This brand new release came up with 20 important bug fixes and key improvements. It also supports rendering of comments in Word and Spreadsheet documents. Furthermore, we have introduced settings to adjust quality and size when rendering documents as PDF. We recommend you to please upgrade to the latest version to get improved results. GroupDocs.Viewer for ....GroupDocsViewerExcep when file type can’t be determined for passed...output HTML/image Fix - File data file updated on each GetDocumentInfo...

    blog.groupdocs.com/viewer/show-comments-renderi...
  6. GroupDocs.Search .NET in Python | Complete Inte...

    Master GroupDocs.Search for .NET integration with Python using pythonnet. Learn 2 implementation approaches to solve dependency resolution challenges, with complete code examples for wrapper-based and manual Type resolution methods....Approach Works Method 2: Manual Type Resolution Approach (Full Control)...wrapper-based APIs to full manual type resolution. What you’ll learn:...

    blog.groupdocs.com/search/python-integration/
  7. Extract images from document | GroupDocs

    Learn how to extract images from documents using GroupDocs.Parser for Python via .NET. Extract images with position data, rotation, and format information from PDF, Word, Excel....} " ) print ( f " Type: { image . file_type } " ) print ( f "...sample.pdf The following sample file is used in this example: Expected...

    docs.groupdocs.com/parser/python-net/extract-im...
  8. How to verify signatures with predicate functio...

    This article explains how to verify signatures using predicate functions (Func) with GroupDocs.Signature API to filter signatures before verification, optimizing performance by skipping unnecessary verification operations....checking that the signature type is Barcode and that the SignatureId...// Define the path to the PDF file. string filePath = Constants...

    docs.groupdocs.com/signature/net/verify-signatu...
  9. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document.... Following signature types are supported: Native text signatures...signatures based on certificate files and ability to support digital...

    docs.groupdocs.com/signature/java/features-over...
  10. Watermark Protected Files using C# | Text & Ima...

    Add text watermarks and image watermarks to password-protected Word, PDF, PowerPoint, Excel Files using C#. Customize watermark appearance using .NET API....illegal use; branding your files; mentioning your documents as...In order to watermark your files programmatically, this article...

    blog.groupdocs.com/watermark/watermark-password...