Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 3,138 for

file format conversion

(0.05 sec)
  1. GroupDocs.Redaction for Java | GroupDocs

    A Java API for redaction of sensitive and classified inFormation from the documents. You can redact in adobe pdf, redact in excel or in many of different File Formats....Conversion Product Solution GroupDocs...different file formats. The API provides a single format-independent...

    docs.groupdocs.com/redaction/java/
  2. Get document page preview | GroupDocs

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Conversion Product Solution GroupDocs...preview in on of these image formats: JPEG Image Portable Network...

    docs.groupdocs.com/redaction/java/get-document-...
  3. Merge EPUB files using Java

    This guide will provide essential instructions for merging EPUB Files using Java and will include a code snippet to demonstrate how to effectively combine EPUB Files in Java....Conversion Product Family GroupDocs...Merge EPUB files using Java EPUB is a popular e‑book format prized...

    kb.groupdocs.com/merger/java/merge-epub-files-u...
  4. Bulleted List in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Presentation Document Format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft PowerPoint Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS PowerPoint 2013. Add a new presentation slide. Add a bullet list at the place where you want it....Conversion Product Solution GroupDocs...report in Presentation Document format based on the use case: Working...

    docs.groupdocs.com/assembly/net/bulleted-list-i...
  5. 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 apply...

    docs.groupdocs.com/annotation/java/add-componen...
  6. Saving to HTML with External Resource Files | G...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Saving to HTML with External Resource Files Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource Files while an assembled document loaded from a non-HTML Format is being saved to HTML. From now on, when saving an assembled document to an HTML File, by default, external resource Files are stored to a folder having the same name as the HTML File without extension plus the “_Files” suffix....Conversion Product Solution GroupDocs...Resource Files / Saving to HTML with External Resource Files Saving...

    docs.groupdocs.com/assembly/java/saving-to-html...
  7. Product Overview | GroupDocs

    GroupDocs.Editor for .NET is a C# api allows to edit Microsoft Office documents like Word, Excel or PowerPoint or PDF without third party software installed....Conversion Product Solution GroupDocs...edit most popular document formats using 3rd party front-end WYSIWYG...

    docs.groupdocs.com/editor/net/product-overview/
  8. Generate previews | GroupDocs

    This article provides learning contents about how to generate page previews of documents in .NET using GroupDocs.Parser API...Conversion Product Solution GroupDocs...PreviewOptions ( pageNumber => File . Create ( GetOutputPath ( ...

    docs.groupdocs.com/parser/net/generate-previews/
  9. How to Extract Images from Word Document in C#

    Easily extract Images from Word document in C# in just a few lines of code and learn how to write code to develop the application for C# image extractor from Word....Conversion Product Family GroupDocs...We will use DOCX as an input file for getting images. However...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  10. 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....Conversion Product Solution GroupDocs...specific formats / Video / Working with metadata in AVI files Working...

    docs.groupdocs.com/metadata/java/working-with-m...