Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 5,515 for

file merger

(0.04 sec)
  1. GroupDocs.Classification for .NET | Documentation

    Home Note Welcome to the GroupDocs.Classification for .NET GroupDocs.Classification for .NET is a powerful and intuitive library used for texts and documents classification with several taxonomies. Documents could be in various formats,including Microsoft Word and OpenDocument Writer File formats, PDF documents, RTF and TXT. Classification results can be easily customized with multiple and flexible options. GroupDocs.Classification for .NET Resources Following are the links to some useful resources you may need to accomplish your tasks....Merger Product Solution GroupDocs...Word and OpenDocument Writer file formats, PDF documents, RTF...

    docs.groupdocs.com/classification/net/
  2. GroupDocs.Redaction for .NET | Documentation

    A .NET 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 using c#...Merger Product Solution GroupDocs...from the documents of different file formats. The API provides a...

    docs.groupdocs.com/redaction/net/
  3. Render XLSX as JPG using Python

    In this topic, we will learn how to render XLSX as JPG using Python. This tutorial explains how to convert XLSX to JPG in Python for static image generation....Merger Product Family GroupDocs.Redaction...technical documents. Rendering XLSX files to images removes software dependencies...

    kb.groupdocs.com/viewer/python/render-xlsx-as-j...
  4. Add text watermarks | Documentation

    Add text watermarks to rendered documents using GroupDocs.Viewer in your Python applications....Merger Product Solution GroupDocs...as viewer : # Create an HTML file. viewOptions = gvo . HtmlViewOptions...

    docs.groupdocs.com/viewer/python-net/add-text-w...
  5. Load from Stream | Documentation

    Load from Stream As an alternative to a local File, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Merger Product Solution GroupDocs...As an alternative to a local file, Redactor can open a document...

    docs.groupdocs.com/redaction/java/load-from-str...
  6. How to Sign XLSX with Image Signature using Java

    Quickly learn how to sign XLSX with image signature using Java. Moreover, a code example will be provided to create image signature in XLSX using Java....Merger Product Family GroupDocs.Redaction...Signature class by using XLSX file path in its constructor Instantiate...

    kb.groupdocs.com/signature/java/how-to-sign-xls...
  7. Features Overview | Documentation

    Learn how to add, search, and remove watermarks from documents and images using GroupDocs.Watermark for Java. Supports text, image, and invisible watermarks for document security....Merger Product Solution GroupDocs...watermarks from a wide range of file formats. Whether you’re looking...

    docs.groupdocs.com/watermark/java/features-over...
  8. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason Files have non-standard extensions or if its format is supported, but not pre-configured....Merger Product Solution GroupDocs...be used when for some reason files have non-standard extensions...

    docs.groupdocs.com/redaction/python-net/extend-...
  9. GroupDocs.Total for .NET | Documentation

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs....Merger Product Solution GroupDocs...spreadsheets, presentations, PDF files, emails, images, and 3D models...

    docs.groupdocs.com/total/net/
  10. Save specific page range | Documentation

    This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for .NET API....Merger Product Solution GroupDocs...( "input.pdf" )) { //Result file will be contain only 3 pages...

    docs.groupdocs.com/annotation/net/save-specific...