Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 3,109 for

file format conversion

(0.08 sec)
  1. 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...
  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. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Conversion for .NET 3.1.0. with some...new release of GroupDocs.Conversion for .NET 3.1.0 new methods...

    blog.groupdocs.com/groupdocs.blog/page/90/
  4. 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-...
  5. Evaluation Limitations and Licensing | GroupDocs

    Note You can use GroupDocs.Assembly without the license. The usage and functionalities are pretty much same as the licensed one but you will face few limitations while using the API without license. Evaluation Version Limitations You can easily download GroupDocs.Assembly for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license....Conversion Product Solution GroupDocs...below regarding each supported format while using non-licensed GroupDocs...

    docs.groupdocs.com/assembly/java/evaluation-lim...
  6. Sign Document with Digital Signature | GroupDocs

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in Python with step-by-step instructions....Conversion Product Solution GroupDocs...cryptography standards, such as PFX format, are commonly used for this...

    docs.groupdocs.com/signature/python-net/sign-do...
  7. 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...
  8. 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...
  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. Edit Word | GroupDocs

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for .NET....Conversion Product Solution GroupDocs...used and known document family format, that includes DOC, DOT, DOCX...

    docs.groupdocs.com/editor/net/edit-word/