Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 6,234 for

file conversion

(0.05 sec)
  1. eSign Presentation with Metadata signature | Gr...

    This article explains how to add metadata signatures to Presentation document with GroupDocs.Signature...Conversion Product Solution GroupDocs...sign Presentation document files. Presentation document metadata...

    docs.groupdocs.com/signature/java/esign-present...
  2. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document using GroupDocs.Metadata for Python via .NET....Conversion Product Solution GroupDocs.../ Advanced Usage / Loading files / Load a password-protected...

    docs.groupdocs.com/metadata/python-net/load-a-p...
  3. report.pdf

    Eloquent JavaScript 4th edition Marijn Haverbeke Copyright © 2024 by Marijn Haverbeke This work is licensed under a Creative Commons attribution-noncommercial license (http://creativecommons.org/li...... 27 Automatic type conversion . . . . . . . . . . . . ... . . . . 237 Parsing an INI file . . . . . . . . . . . . . ....

    docs.groupdocs.com/markdown/net/_sample_files/r...
  4. Features Overview | GroupDocs

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Conversion Product Solution GroupDocs...from images, audio and video files Calculating common document...

    docs.groupdocs.com/metadata/java/features-overv...
  5. Save to stream | GroupDocs

    You might need to save a document to any custom File at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream FileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_File....Conversion Product Solution GroupDocs...save a document to any custom file at any location on the local...

    docs.groupdocs.com/redaction/java/save-to-stream/
  6. Extract data from Microsoft Office Excel spread...

    This article shows how to to extract data from Microsoft Office Excel spreadsheets....Conversion Product Solution GroupDocs...Microsoft Office Excel Add-In File XLAM Microsoft Office Excel...

    docs.groupdocs.com/parser/java/extract-data-fro...
  7. Composing signature with radial gradient brush ...

     This article explains how to fill signature background with radial gradient brush...Conversion Product Solution GroupDocs...Image }; // sign document to file signature . Sign ( "signed.pdf"...

    docs.groupdocs.com/signature/net/composing-sign...
  8. How to verify signatures with predicate functio...

    This article explains how to verify signatures using predicate functions (Func) with GroupDocs.Signature API to filter signatures before verification, optimizing performance by skipping unnecessary verification operations....Conversion Product Solution GroupDocs...// Define the path to the PDF file. string filePath = Constants...

    docs.groupdocs.com/signature/net/verify-signatu...
  9. Limitations when rendering CAD drawings | Group...

    This article is about the limitations of GroupDocs.Viewer of rendering CAD Drawings....Conversion Product Solution GroupDocs...config or web.config project files. The following example shows...

    docs.groupdocs.com/viewer/net/limitations-when-...
  10. Create and edit new WordProcessing document | G...

    This article demonstrates how to create and edit WordProcessing documents using GroupDocs.Editor for .NET. It also covers supported formats like spreadsheets and presentations....Conversion Product Solution GroupDocs...optionally save it to a physical file or return it via API. See also...

    docs.groupdocs.com/editor/net/create-document/