Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 6,234 for

file conversion

(0.05 sec)
  1. How to Sign DOCX with QR Code using C#

    In this topic, we will guide you on how to sign DOCX with QR Code using C#. We will also provide a code example to create QR Code in DOCX using C#....Conversion Product Family GroupDocs...passing the path of input DOCX file as an argument to its constructor...

    kb.groupdocs.com/signature/net/how-to-sign-docx...
  2. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Conversion Product Solution GroupDocs... result . getText ())); } } File Type Detection Old coding style...

    docs.groupdocs.com/parser/java/migration-notes/
  3. Inserting Images Dynamically | GroupDocs

    How to dynamically inserted image within your template...Conversion Product Solution GroupDocs...Base64-encoded bytes is available for file formats where dynamic image...

    docs.groupdocs.com/assembly/java/inserting-imag...
  4. Render PPTX as JPG using Python

    Learn how to render PPTX as JPG using Python. This tutorial explains how to convert PPTX to JPG in Python for slide image generation and sharing....Conversion Product Family GroupDocs...with block to open the PPTX file and manage resources automatically...

    kb.groupdocs.com/viewer/python/render-pptx-as-j...
  5. Render SVG as HTML using C#

    Learn efficiently how to render SVG as HTML using C#. Also, explore step-by-step instructions and C# code for rendering SVG to HTML without installing extra tools....Conversion Product Family GroupDocs...class object by passing the SVG file path as an argument to its constructor...

    kb.groupdocs.com/viewer/net/render-svg-as-html-...
  6. Configuring search network | GroupDocs

    This page contains information about configuring the search network....Conversion Product Solution GroupDocs...the class can be saved to a file or stream in the XML format...

    docs.groupdocs.com/search/java/configuring-sear...
  7. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert Files with just couple lines of code....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/basic-usage/
  8. eSign Document with Text Signature | GroupDocs

    This article explains how to sign a document with Text signature using GroupDocs.Signature for Python via .NET API. Learn how to add a digital signature to a PDF programmatically in Python....Conversion Product Solution GroupDocs...sample.pdf The following sample file is used in this example: Advanced...

    docs.groupdocs.com/signature/python-net/esign-d...
  9. Working with slide backgrounds | GroupDocs

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...Conversion Product Solution GroupDocs...= new PresentationWatermar ( File . ReadAllBytes ( "background...

    docs.groupdocs.com/watermark/net/working-with-s...
  10. Load from a stream | GroupDocs

    This example demonstrates how to load a File from a stream. advanced_usage.loading_Files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Conversion Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a stream Load from...

    docs.groupdocs.com/metadata/java/load-from-a-st...