Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 3,381 for

file format conversion

(0.09 sec)
  1. 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 class...

    kb.groupdocs.com/signature/java/how-to-add-digi...
  2. Save HTML to Folder | GroupDocs

    This article explains how to save an edited document in HTML form to a folder on local disk using GroupDocs.Editor for Node.js via Java features....Conversion Product Solution GroupDocs...and save it to disk as an HTML file with a resource folder using...

    docs.groupdocs.com/editor/nodejs-java/save-html...
  3. In-Table List in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList report in PresentationFormat based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List in Microsoft PowerPoint Document Creating a In-Table List Practicing the following steps you can create In-Table List Template in MS PowerPoint 2013. Add a new presentation slide. Press “Insert” tab....Conversion Product Solution GroupDocs...is a presentation document format which can be used as an alternative...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  4. Generate signature preview | GroupDocs

    This topic explains how to get signature preview with the SignOptions by GroupDocs.Signature API....Conversion Product Solution GroupDocs...interface ); image preview format - PNG / JPG / BMP, unique signature...

    docs.groupdocs.com/signature/java/generate-sign...
  5. Features overview | GroupDocs

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....Conversion Product Solution GroupDocs...watermark to supported document formats Searching and removing text/image...

    docs.groupdocs.com/watermark/net/features-overv...
  6. Save output to a stream for GroupDocs.Viewer-fo...

    Is it possible to save the output to a stream if using GroupDocs.Viewer-for-.NET-UI? GitHub - groupdocs-viewer/GroupDocs.Viewer-for-.NET-UI: UI - User Interface for GroupDocs.Viewer for .NET document viewer and automatio…...handle the conversion of source files into various formats such as...can utilize these rendered files in your UI application. To save...

    forum.groupdocs.com/t/save-output-to-a-stream-f...
  7. Extracting metadata | GroupDocs

    Extract the metadata properties you need from Files of different types with GroupDocs.Metadata for Python via .NET using tags, categories and property attributes....Conversion Product Solution GroupDocs...metadata properties you need from files of different types. You don’t...

    docs.groupdocs.com/metadata/python-net/extracti...
  8. Merge pages from various documents | GroupDocs

    This article explains how to merge some pages from different documents into single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java....Conversion Product Solution GroupDocs...Java / Developer Guide / Merge files / Merge pages from various documents...

    docs.groupdocs.com/merger/java/merge-pages-from...
  9. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_Formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Working with BMP...

    docs.groupdocs.com/metadata/java/working-with-b...
  10. Remove Metadata from RTF using Java

    Quickly grasp the knowledge of how to remove metadata from RTF using Java. Also, you'll be provided with a code demonstrating how to clean metadata from RTF in Java....Conversion Product Family GroupDocs...using Java RTF (Rich Text Format) files commonly hold metadata like...

    kb.groupdocs.com/redaction/java/remove-metadata...