Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 13,375 for

format

(0.18 sec)
  1. Saving documents | GroupDocs

    This section explains how to save document with different Formats and source with GroupDocs.Signature API....as images, save to another format. For more details please refer...signed documents with different formats Was this page helpful? Not...

    docs.groupdocs.com/signature/java/saving/
  2. Render Lotus Notes database files as HTML, PDF,...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG Formats....in HTML, PDF, PNG, and JPEG formats. Use this library to display...document to HTML, PDF, or image format. These methods allow you to...

    docs.groupdocs.com/viewer/nodejs-java/render-lo...
  3. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....components are specific to the file format. That means you cannot apply...

    docs.groupdocs.com/annotation/java/add-componen...
  4. Conversion options by document family | GroupDocs

    This section explains GroupDocs.Conversion for Java convert options specific to various document types...email attachment to different format Convert to Image with advanced...

    docs.groupdocs.com/conversion/java/conversion-o...
  5. Split text file | GroupDocs

    Follow this guide and learn how to split a text file into several resultant files by line numbers using GroupDocs.Merger for Python via .NET API....keyword arguments — file_path_format , line_numbers , and mode ...TextSplitOptions ( file_path_format = "./lines_ {0} .txt" , line_numbers...

    docs.groupdocs.com/merger/python-net/split-text...
  6. GroupDocs.Redaction for Python via .NET | Group...

    Native Python library that permanently redacts sensitive content — text, metadata, annotations, and image areas — from PDF, Word, Excel, PowerPoint, and image files on Windows, Linux, and macOS. No Microsoft Office or Adobe Acrobat required....across many formats. It provides a unified, format-independent...the result in its original format or as a rasterized PDF so redacted...

    docs.groupdocs.com/redaction/python-net/
  7. Get document information | GroupDocs

    This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger....document file type, extension, format name etc. - indicates count...

    docs.groupdocs.com/merger/net/get-document-info...
  8. Convert XLSX to PDF using Node.js

    Easily convert XLSX to PDF using Node.js. Follow this complete guide to export XLSX to PDF in Node.js with high accuracy using a reliable conversion library....documents to more portable formats is a common requirement in...conversion process Define the output format by creating a PdfConvertOptions...

    kb.groupdocs.com/conversion/nodejs/convert-xlsx...
  9. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original Format overwriting original file redactor.save(options); } } finally { redactor....Save the document in original format overwriting original file redactor...

    docs.groupdocs.com/redaction/java/save-overwrit...
  10. New release of GroupDocs.Viewer for .NET introd...

    GroupDocs is always keen to get the feedback from the customers and provide enhanced, improved and bug free version of the products. Our dedicated teams have been working on the the requirements and the suggestions of our valued customers and released GroupDocs.Viewer for .NET 3.2.0. The latest version of the API has come with many new and improved features. Moreover, bugs faced by the users in previous version have been fixed in the latest version....that returns document type format Implementation of method that...returns supported document formats Implementation of option that...

    blog.groupdocs.com/viewer/new-release-groupdocs...