Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 611 for

file type specification

(0.13 sec)
  1. Load Presentation document with options | Group...

    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...
  2. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF Files to HTML, PNG, and JPEG formats....documents as HTML and image files Leave feedback On this page...allows you to render your PDF files in HTML, PNG, and JPEG formats...

    docs.groupdocs.com/viewer/java/render-pdf-docum...
  3. GroupDocs.Assembly for .NET 25.12 Release Notes...

    GroupDocs.Assembly for .NET 25.12 Release Notes – the latest updates and fixes....explicit OOXML compliance specification for Words documents ASSEMBLYNET-69...etc.) and is ignored for other file formats How to Specify Explicit...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  4. Remove Annotations from PDF & Word Documents in...

    Programmatically remove annotations from PDF & Word Files in Java. Remove all annotations, remove by IDs, or by annotation Types using Java Annotation API....like PDF and Word DOC/DOCX files in Java . The following topics...from PDF, Word, and many other types of documents. You can visit...

    blog.groupdocs.com/annotation/remove-annotation...
  5. Features overview | GroupDocs

    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...
  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. Load WordProcessing document with options | Gro...

    Learn this article and check how to convert Microsoft Word DOC/DOCX and Open Document ODT/OTT Files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API....options for different document types / Load WordProcessing document...Option Description The document type is auto-detected during loading...

    docs.groupdocs.com/conversion/net/load-wordproc...
  8. 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...
  9. Migration Notes | GroupDocs

    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/
  10. Extracting Common Image Information | GroupDocs

    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...