Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 3,254 for

file format conversion

(0.2 sec)
  1. Implement custom serialization with QR-Code sig...

    This article explains how to implement custom serialization for QR-code electronic signatures....Conversion Product Solution GroupDocs...serialization name and display format, same as to mark property of...

    docs.groupdocs.com/signature/net/implement-cust...
  2. Numbered List in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered 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. Numbered List in Microsoft PowerPoint Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS PowerPoint 2013. Add a new presentation slide....Conversion Product Solution GroupDocs...report in Presentation Document format based on the use case: Working...

    docs.groupdocs.com/assembly/net/numbered-list-i...
  3. Common List Image in Spreadsheet Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Spreadsheet 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. Common List in Microsoft Excel Document Creating a Common List Please follow below steps to create Common List Image in MS Excel 2013: Insert the desired shape to display image in it....Conversion Product Solution GroupDocs...report in Spreadsheet Document format based on the use case: Working...

    docs.groupdocs.com/assembly/net/common-list-ima...
  4. Save attachments | GroupDocs

    Save attachments and embedded Files from PDF, Outlook data File or email...Conversion Product Solution GroupDocs...Instantiate the object. Specify a file that contains attachments. Call...

    docs.groupdocs.com/viewer/net/how-to-extract-an...
  5. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a File of any supported Format....Conversion Product Solution GroupDocs...embedded into different media formats. The defined XMP data model...

    docs.groupdocs.com/metadata/java/working-with-x...
  6. How to Render DOCX as HTML using C#

    Let's learn how to render DOCX as HTML using C# without installing extra tools. We will also provide code to create HTML with embedded resources from DOCX using C#....Conversion Product Family GroupDocs...documents ( DOCX ) as HTML format in the realms of document processing...

    kb.groupdocs.com/viewer/net/how-to-render-docx-...
  7. Bulleted List in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Word Processing 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 Word Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS Word 2013. Add a bullet list at the place where you want it....Conversion Product Solution GroupDocs...in Word Processing Document format based on the use case: Working...

    docs.groupdocs.com/assembly/net/bulleted-list-i...
  8. Xlsx to Md | GroupDocs

    This article demonstrates how to convert Spreadsheet to Markdown with GroupDocs.Markdown for Python via .NET....Conversion Product Solution GroupDocs...Basic Usage / Convert files to various formats / Xlsx to Md Xlsx...

    docs.groupdocs.com/markdown/python-net/convert/...
  9. Updating metadata | GroupDocs

    The Example in this article demonstrates that how to update metadata properties using a combination of criteria...Conversion Product Solution GroupDocs...filter metadata properties. a file to be updated Specify a predicate...

    docs.groupdocs.com/metadata/java/updating-metad...
  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...