Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 5,732 for

file conversion

(0.06 sec)
  1. 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/
  2. 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/
  3. Remove Metadata from RTF using C#

    Quickly grasp the knowledge of how to remove metadata from RTF using C#. Moreover, you'll be provided with a code demonstrating how to clean metadata from RTF in C#....Conversion Product Family GroupDocs...using C# RTF (Rich Text Format) files often contain metadata that...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  4. How to Add Digital Signature to DOCX using Java

    This topic provides guidance on how to add digital signature to DOCX using Java. You will also find a code example to insert digital signature into DOCX using Java....Conversion Product Family GroupDocs...digital signature into DOCX file format Include the necessary...

    kb.groupdocs.com/signature/java/how-to-add-digi...
  5. Add Text Watermark to PNG using Java

    Explore the method how to add text watermark to PNG using Java. Additionally, you'll be provided a code example illustrating how to insert text watermark to PNG in Java....Conversion Product Family GroupDocs...to add a watermark to a PNG file Create an instance of the Watermarker...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  6. Add Text Watermark to JPG using C#

    Discover how to add text watermark to JPG using C#. Moreover, you'll receive a code snippet demonstrating how to insert text watermark to JPG in C# programming....Conversion Product Family GroupDocs...adding a watermark to a JPG file Create an instance of the Watermarker...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  7. 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...
  8. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a File of any supported format....Conversion Product Solution GroupDocs...To access XMP metadata in a file of any supported format, GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-xm...
  9. 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...
  10. Working with metadata in EPUB E-Books | GroupDocs

    What is EPUB? EPUB is an e-book File format that uses the “.epub” File extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB Files. The following are the steps to read native EPUB metadata. Load an EPUB File Get the root metadata package Extract the native metadata package using EpubRootPackage....Conversion Product Solution GroupDocs...is an e-book file format that uses the “.epub” file extension....

    docs.groupdocs.com/metadata/net/working-with-me...