Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 3,497 for

file format conversion

(0.58 sec)
  1. Redaction basics | GroupDocs

    This article shows that how Python developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document Formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Conversion Product Solution GroupDocs... . Wide range of document formats is supported, such as: PDF...

    docs.groupdocs.com/redaction/python-net/redacti...
  2. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation Files of PPT, PPTX, ODP and may other Formats with couple C# code lines and GroupDocs.Merger for .NET....Conversion Product Solution GroupDocs...NET / Developer Guide / Merge files / Merge PowerPoint Presentations...

    docs.groupdocs.com/merger/net/merge/powerpoint/
  3. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures....Conversion Product Solution GroupDocs...By default library uses json format serialization and symmetric...

    docs.groupdocs.com/signature/net/implement-cust...
  4. GroupDocs Newsletter April 2018 – Document Mani...

    Share this issue: Monthly Newsletter April 2018 Java APIs to Add & Remove Watermarks from PDF, Microsoft Office, Email and Image File Formats Perform complex watermarking operations with simple syntax, easy to use methods and a few lines of code within Java applications. GroupDocs.Watermark for Java is a powerful document watermarking API to add, search and remove watermarks in popular business and image File Formats. The watermarks added by the API are hard to be automatically removed by third-party tools, while it can be easily used for searching and removing previously added watermarks of popular types....Office, Email and Image File Formats Perform complex watermarking...popular business and image file formats. The watermarks added by...

    blog.groupdocs.com/total/groupdocs-newsletter-a...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...watermarks across all the supported formats. It also allows editing of...Office, Email and Image File Formats Perform complex watermarking...

    blog.groupdocs.com/groupdocs.blog/page/61/
  6. Split a worksheet into pages | GroupDocs

    This topic describes how to use the GroupDocs.Viewer Java to split worksheets into pages when rendering spreadsheet Files to HTML, PDF, and image Formats....Conversion Product Solution GroupDocs...basics / Render spreadsheet files / Split a worksheet into pages...

    docs.groupdocs.com/viewer/java/split-worksheet-...
  7. Introducing GroupDocs.Assembly for .NET | Group...

    GroupDocs.Assembly for .NET is a document automation and reports generation API designed to create custom documents from templates. This .NET reporting API intelligently assembles the given data with the defined template document and it is a report generator which generates an output document based on the data source, in the template’s Format as or in the specified output Format. Since GroupDocs.Assembly for .NET can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....Conversion Product Solution GroupDocs...template’s format as or in the specified output format. Since GroupDocs...

    docs.groupdocs.com/assembly/net/introducing-gro...
  8. GroupDocs.Total Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File Formats....document conversion, converting documents from one file formats to...been sent a file you couldn’t open, or had a file you sent somewhere...

    blog.groupdocs.com/categories/groupdocs.total-p...
  9. Remove Metadata from DOCX using C#

    In this tutorial, you'll learn how to remove metadata from DOCX using C#. Also, you'll be provided with a simple code example to clean metadata from DOCX in C#....Conversion Product Family GroupDocs...need to remove it from DOCX files for privacy, security, or compliance...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  10. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File Format inFormation. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain File Format inFormation advanced_usage.managing_metadata_for_specific_Formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Working with metadata...

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