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

file type specification

(0.06 sec)
  1. Introduction | Documentation

    This is an introduction into edit document techniques explanation like main stages of document opening, editing and saving results within Java applications....pass an input document (through file path or byte stream) along with...for saving. Detecting document type Sometimes it is necessary to...

    docs.groupdocs.com/editor/java/introduction/
  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 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...
  3. 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 FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } 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/net/extracting-comm...
  4. 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...
  5. 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...
  6. 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/
  7. 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...
  8. Features overview | Documentation

    GroupDocs.Merger for Python via .NET is a powerful API to merge several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation, manage document protection, render documents as images and more....documents into one document, join specific pages or page ranges from...single page or a collection of specific page numbers from the source...

    docs.groupdocs.com/merger/python-net/features-o...
  9. 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...
  10. How to Sign DOCX with Barcode Signature using Java

    Efficiently obtain assistance to sign DOCX with Barcode signature using Java. Also, we will supply code example to to create Barcode signature in DOCX using Java....class by passing input DOCX file’s path as an argument to its...specify the Barcode signature type along with the desired signing...

    kb.groupdocs.com/signature/java/how-to-sign-doc...