Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 513 for

file type specification

(0.1 sec)
  1. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Signature for Java...document with various signature types with further verification and...and search with any supported file format. Document signature options...

    docs.groupdocs.com/signature/java/migration-notes/
  2. Load PDF document with options | Documentation

    Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for .NET API....options for different document types / Load PDF document with options...Option Description The document type is auto-detected during loading...

    docs.groupdocs.com/conversion/net/load-pdf-docu...
  3. GroupDocs Viewer displaying as Unlicensed versi...

    We are encountering an issue with the Groupdocs Viewer where the error message “Unlicensed version of GroupDocs.Viewer for .NET allows 15 views per hour” occasionally appears when previewing media Files. The issue appea…...appears when previewing media files. The issue appears to only occur...GroupDocs.Viewer.lic license file is present and identical on...

    forum.groupdocs.com/t/groupdocs-viewer-displayi...
  4. Remove metadata properties | Documentation

    This article shows that how to remove metadata properties from a File is to use corresponding tags that allow you to locate the desired properties across all metadata packages....remove metadata properties from a file is to use corresponding tags...demonstrates how to remove specific metadata properties using...

    docs.groupdocs.com/metadata/net/remove-metadata...
  5. Extracting common image information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME Type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Usage / Managing metadata for specific formats / Images / Extracting...such as width and height, MIME type, byte order, etc. Please see...

    docs.groupdocs.com/metadata/java/extracting-com...
  6. Secure PDFs with Password Protection & Permissi...

    Step-by-step guide to implementing PDF document security with GroupDocs.Signature - add passwords, set user permissions, and control document access for enhanced protection... depending on the signature type. Configure Save Options Instantiate...) { // Setup QRCode encoding type EncodeType = QrCodeTypes.QR...

    blog.groupdocs.com/signature/protect-signed-pdf...
  7. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Conversion for .NET...conversion process to any supported file format (instead of ConversionHander...approx. depending on document type). Document convert options simplified...

    docs.groupdocs.com/conversion/net/migration-notes/
  8. Migration notes | Documentation

    How to migrate from earlier versions of GroupDocs.Conversion for Java...conversion process to any supported file format (instead of the ConversionHander...approx. depending on the document type). Document conversion options...

    docs.groupdocs.com/conversion/java/migration-no...
  9. Load PDF document with options | Documentation

    Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for Java API....options for different document types / Load PDF document with options...loading specific pages, and defining other document-specific properties...

    docs.groupdocs.com/conversion/java/load-pdf-doc...
  10. Introduction | Documentation

    This is an introduction to editing documents, explaining the main stages of document opening, editing, and saving results within Node.js via Java applications....is not concerned with which specific editor software is used, but...an input document (through a file path or byte stream) along with...

    docs.groupdocs.com/editor/nodejs-java/introduct...