Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 558 for

file type specification

(0.09 sec)
  1. 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...
  2. 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...
  3. 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/
  4. 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...
  5. Load Presentation document with options | Docum...

    Learn this article and check how to load and convert Microsoft PowerPoint documents with advanced options using GroupDocs.Conversion for Java API....options for different document types / Load Presentation document...developers to load presentation files such as PPT, PPTX, and other...

    docs.groupdocs.com/conversion/java/load-present...
  6. Create a Docker Image to Run GroupDocs.Viewer f...

    Learn how to create a docker image to run GroupDocs.Viewer for node.js via java. It includes details on configuring the environment along with sample code....your project files Inside this directory, create a file named Dockerfile...application code and save it in a file named gdviewer.js Move both...

    kb.groupdocs.com/total/nodejs/create-a-docker-i...
  7. 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...
  8. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....formats at article Redaction types GroupDocs.Redaction comes with...the following redaction types: Type Description Classes Replaces...

    docs.groupdocs.com/redaction/net/redaction-basics/
  9. 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...
  10. Black Pages Appearing in Some PDF Files - Free ...

    I am currently using GroupDocs.Viewer for .NET and have encountered an issue where certain PDF Files are rendered with all pages completely black, even though the File size is not large and the PDFs open correctly in oth…...Pages Appearing in Some PDF Files GroupDocs.Viewer Product Family...an issue where certain PDF files are rendered with all pages...

    forum.groupdocs.com/t/black-pages-appearing-in-...