Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 590 for

file type specification

(0.12 sec)
  1. 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...
  2. GroupDocs editor Example for pptx and xlsx - Fr...

    Hello Team, few months back I requested for the Editor Example for Word File and I get the code like below [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")] //To create empty word doc public async Task<SPRespo…...the Editor Example for Word file and I get the code like below...MemoryStream(); // Determine the file type and format switch (request...

    forum.groupdocs.com/t/groupdocs-editor-example-...
  3. Introduction | GroupDocs

    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...
  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. 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...
  6. Introduction | GroupDocs

    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/
  7. 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...
  8. Introduction | GroupDocs

    This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for .NET API....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/net/introduction/
  9. 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...
  10. 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/