Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 5,450 for

file signature

(0.64 sec)
  1. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer Java API to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats....Signature Product Solution GroupDocs...as HTML, PDF, PNG, and JPEG files Leave feedback On this page...

    docs.groupdocs.com/viewer/java/render-xml-docum...
  2. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Signature Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/java/working-with-b...
  3. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Comparison for Node.js via Java API....Signature Product Solution GroupDocs...= new InputStream ( 'sample-files/source.docx' ); // Initialize...

    docs.groupdocs.com/comparison/nodejs-java/gener...
  4. Render MSG as HTML using Java

    In this guide, we'll explore how to render MSG as HTML using Java, without installing extra software. Also, we'll supply you with Java code for rendering MSG to HTML....Signature Product Family GroupDocs.Metadata...Java Microsoft Outlook MSG files, which are frequently utilized...

    kb.groupdocs.com/viewer/java/render-msg-as-html...
  5. Add Image Watermark to DOCX Using Java

    Learn how to add image watermark to DOCX using Java without extra software installation. Also, we'll supply you code to insert image watermark to DOCX in Java....Signature Product Family GroupDocs.Metadata...markers can include logos, signatures, or custom graphics, enhancing...

    kb.groupdocs.com/watermark/java/add-image-water...
  6. Render XLSX as HTML using C#

    In this topic, we will explore how to render XLSX as HTML using C# without need for additional tool. Also, we will furnish you with C# code for rendering XLSX to HTML....Signature Product Family GroupDocs.Metadata...processing, rendering Excel files in the XLSX format to HTML using...

    kb.groupdocs.com/viewer/net/render-xlsx-as-html...
  7. How to Convert DOCX to TXT using C#

    In this tutorial, we will provide simple steps to convert DOCX to TXT using C#. Furthermore, we will furnish a code example representing how to export DOCX to TXT in C#....Signature Product Family GroupDocs.Metadata...you may need to convert a DOCX file into plain text (TXT). This...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Add Arrow Annotation in PDF using C#

    You will learn how to add arrow annotation in PDF using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation into PDF in C#....Signature Product Family GroupDocs.Metadata...providing the path of the PDF file as an argument to its constructor...

    kb.groupdocs.com/annotation/net/how-to-add-arro...
  9. How to Convert DOCX to RTF using C#

    You can find the directions to convert docx to RTF using C# in this topic. Moreover, we will help you to write an application to export docx to RTF using C#....Signature Product Family GroupDocs.Metadata...DOCX and RTF are both document file formats used to create, store...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Extract images to files | GroupDocs

    This article explains that how to extract images to Files....Signature Product Solution GroupDocs...Extract images to files Extract images to files Leave feedback Here...

    docs.groupdocs.com/parser/java/extract-images-t...