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

file type specification

(0.17 sec)
  1. Load options for different document types | Gro...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API....document types Load options for different document types Leave feedback...options tailored to specific document types. This feature enables...

    docs.groupdocs.com/conversion/java/load-options...
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...we’ve created an add-on specifically for Concrete5 users to make...adds an ability to display 50+ types of documents right on your ExpressionEngine...

    blog.groupdocs.com/groupdocs.blog/page/92/
  3. 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...
  4. Groupdocs Parser - Free Support Forum - groupdo...

    Hi team, I am currently using trial evaluation version of Abby as well as Atalasoft to extract text based on templates, the results are fine but I want to use a single set of component in our application, as I am alread…...Could you share the problematic file and probably a screenshot to...the file but for your reference sharing one of the file below...

    forum.groupdocs.com/t/groupdocs-parser/15108
  5. GroupDocs.Annotation .NET Python Integration | ...

    Learn to integrate GroupDocs.Annotation for .NET with Python using pythonnet. Master two proven methods to solve assembly loading challenges, featuring complete code samples for wrapper-based and reflection-based annotation approaches....Succeeds Strategy 2: Manual Type Resolution (Comprehensive Control)...interfaces to comprehensive manual type resolution. Key learning outcomes:...

    blog.groupdocs.com/annotation/python-integration/
  6. 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...
  7. Free Support Policies - Free Support Forum - gr...

    Free Support Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…...is available for all license types and whether you have a subscription...content) Error converting DCM file Image Export failed exception...

    forum.groupdocs.com/t/free-support-policies/6034
  8. 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...
  9. Render CAD drawings and models as HTML, PDF, an...

    Convert CAD Files (DWG, DGN, DXF) to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....rendering basics / Render CAD files / Render CAD drawings and models...models as HTML, PDF, and image files Leave feedback On this page...

    docs.groupdocs.com/viewer/python-net/render-cad...
  10. How to Extract Images from Word Document in C#

    Easily extract Images from Word document in C# in just a few lines of code and learn how to write code to develop the application for C# image extractor from Word....We will use DOCX as an input file for getting images. However...how to get Images from Word file using C# . Steps to Extract...

    kb.groupdocs.com/parser/net/how-to-extract-imag...