Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 5,398 for

file signature

(0.03 sec)
  1. How to Add Text Field Annotation in PDF using Java

    This topic will demonstrate how to add text field annotation in PDF using Java. We will also help you in writing code to insert text field annotation to PDF in Java....Signature Product Family GroupDocs.Metadata...class by passing the path of PDF file to its constructor Create an...

    kb.groupdocs.com/annotation/java/how-to-add-tex...
  2. How to Convert PowerPoint to HTML in C#

    Let's review the workflow to convert PowerPoint to HTML in C# using simple API calls and how to create code for the C# PPT to HTML converter application....Signature Product Family GroupDocs.Metadata...class for loading the input PPT file from the disk for transforming...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word (DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents thumbnails and preview document pages using GroupDocs.Merger for .NET API....Signature Product Solution GroupDocs...Console . WriteLine ( "Image file {0} is ready for preview" ,...

    docs.groupdocs.com/merger/net/generate-document...
  4. Edit and Update Form Fields | GroupDocs

    Editing Form Fields with GroupDocs.Editor for Java...Signature Product Solution GroupDocs...a InputStream from the input file path. InputStream fs = new FileInputStream...

    docs.groupdocs.com/editor/java/edit-and-update-...
  5. Edit TXT | GroupDocs

    This guide demonstrates how to edit plain text Files with encoding, lists recognition, pagination and other powerful features of GroupDocs.Editor for Java...Signature Product Solution GroupDocs.../ Edit document / Edit text files Edit TXT Leave feedback On this...

    docs.groupdocs.com/editor/java/edit-txt/
  6. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 Files....Signature Product Solution GroupDocs...MPEG audio properties from MP3 files. Note For more information on...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  7. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Signature Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Render HTML as Image using Python

    Learn how to render HTML as image using Python. This tutorial explains how to convert html to image in python with custom dimensions for static web previews....Signature Product Family GroupDocs.Metadata...as Image using Python HTML files are widely used to structure...

    kb.groupdocs.com/viewer/python/render-html-as-i...
  9. How to Convert MSG to PDF using C#

    In this topic, you will learn how to convert MSG to PDF using C# without installing third-party softwares. Also, we will provide code to export MSG to PDF in C#....Signature Product Family GroupDocs.Metadata...instances when converting these MSG files to the widely accessible PDF...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Protect PDF document | GroupDocs

    Protect PDF documents when rendering documents using GroupDocs.Viewer for .NET...Signature Product Solution GroupDocs...DenyPrinting ; // Create a PDF file. PdfViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/protect-pdf-docum...