Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 5,783 for

file signature

(0.5 sec)
  1. How to Convert DOCX to ODT using C#

    In this article, you will explore how to convert DOCX to ODT using C# without extra software installation. Also, we will provide the code to export DOCX to ODT in C#....Signature Product Family GroupDocs.Metadata...by providing the path of DOCX file to its constructor Call the...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Basic Usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - File type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks....Signature Product Solution GroupDocs...document type and structure - file type, size, page count, etc...

    docs.groupdocs.com/watermark/java/basic-usage/
  3. 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...
  4. Remove Text Watermark from XLS Using Python

    Remove text watermark from XLS using Python and clean legacy Excel Files efficiently. Discover how Python can locate and delete watermark text in spreadsheets....Signature Product Family GroupDocs.Metadata...Watermark from XLS Using Python XLS files are still commonly used for...

    kb.groupdocs.com/watermark/python/remove-text-w...
  5. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Editor for Java...Signature Product Solution GroupDocs...editing process to any supported file format (instead of EditorHander...

    docs.groupdocs.com/editor/java/migration-notes/
  6. Render HTML as PDF using Python

    If you want to laern how to render HTML as PDF using Python, this topic is for you. Learn how to convert HTML to PDF in Python for printing, sharing, or archiving....Signature Product Family GroupDocs.Metadata...Python , allowing markup-based files to be transformed into portable...

    kb.groupdocs.com/viewer/python/render-html-as-p...
  7. Extract Images from DOCX using C#

    Learn how to extract images from DOCX using C# quickly with this guide. Obtain practical C# code to extract images from DOCX to improve your document processing....Signature Product Family GroupDocs.Metadata...with images embedded in DOCX files is a crucial task for many developers...

    kb.groupdocs.com/parser/net/extract-images-from...
  8. How to Convert ODT to SVG using Java

    In this topic, you will learn how to convert ODT to SVG using Java without installing third-party software. Also, we will provide code to export ODT to SVG in Java....Signature Product Family GroupDocs.Metadata...Open Document Text ( ODT ) files to SVG, you’ve come to the perfect...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Add Arrow Annotation to JPG using Java

    In this tutorial, you'll discover how to add arrow annotation to JPG using Java. Furthermore, we'll furnish a code example to insert arrow annotation to JPG in Java....Signature Product Family GroupDocs.Metadata...arrow annotations into JPG files using Java. Arrow annotations...

    kb.groupdocs.com/annotation/java/add-arrow-anno...
  10. Scan Barcode from RTF using C#

    This guide explains how to scan barcode from RTF using C#, with a code example to help you efficiently extract barcode from RTF in C#, ensuring a smooth and seamless process....Signature Product Family GroupDocs.Metadata...barcodes efficiently from RTF files in your C# applications. By...

    kb.groupdocs.com/parser/net/scan-barcode-from-r...