Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 5,796 for

file conversion

(0.48 sec)
  1. Add Area Annotation to JPG using C#

    In this topic, you will learn how to add area annotation to JPG using C#. It also includes comprehensive steps and code example to insert area annotation to JPG in C#....Conversion Product Family GroupDocs...Annotator class, providing the JPG file path as an argument to its constructor...

    kb.groupdocs.com/annotation/net/add-area-annota...
  2. GroupDocs.Metadata Overview | Documentation

    The metadata is a data which shows information about other data. It should not be considered as the content of the data. Various types of metadata are existed such as, descriptive, structural, administrative, reference, statistical and legal metadata....Conversion Product Solution GroupDocs...unified way regardless of the file format. Why use GroupDocs.Metadata...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  3. GroupDocs.Metadata Overview | GroupDocs

    What is GroupDocs.Metadata? GroupDocs.Metadata for Java is a full featured class library which allows users to read and edit metadata associated with various document, image, audio, video and many other formats. It works with most notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific metadata properties. The Metadata API is very flexible and easy to operate with. It provides extended capabilities allowing working with metadata in a unified way regardless of the File format....Conversion Product Solution GroupDocs...unified way regardless of the file format. Why use GroupDocs.Metadata...

    docs.groupdocs.com/metadata/java/product-overview/
  4. Remove Metadata from ODT using C#

    Discover how to effectively remove metadata from ODT using C#. This guide provides a code snippet showing the process of how to delete metadata from ODT in C#....Conversion Product Family GroupDocs...Open Document Text ( ODT ) files are commonly used with word...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  5. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Signature for .NET...Conversion Product Solution GroupDocs...and search with any supported file format. Document signature options...

    docs.groupdocs.com/signature/net/migration-notes/
  6. Merge DOC files using C#

    Develop your skills in how to merge DOC Files using C#. We will supply you with a sample code to combine DOC Files in C# without the need for any extra softwares....Conversion Product Family GroupDocs...Family Merge DOC files using C# Merging DOC files is often essential...

    kb.groupdocs.com/merger/net/merge-doc-files-usi...
  7. Render DOCX to PDF using Node.js

    Let's learn how to render DOCX to PDF using Node.js with simple steps. There is no need to install any extra software to render DOCX to PDF in Node.js....Conversion Product Family GroupDocs...component with the path to your DOCX file to prepare it for processing...

    kb.groupdocs.com/viewer/nodejs/render-docx-to-p...
  8. Comparison basic | GroupDocs

    Quick Start section about main features of GroupDocs.Comparison API, describes how to compare documents with just couple lines of code....Conversion Product Solution GroupDocs...feedback Get supported file formats Get file info Compare documents...

    docs.groupdocs.com/comparison/java/basic-usage/
  9. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....Conversion Product Solution GroupDocs...components are specific to the file format. That means you cannot...

    docs.groupdocs.com/annotation/java/add-componen...
  10. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...Conversion Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...