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

format

(0.16 sec)
  1. We are encountering an issue while comparing HT...

    We are encountering an issue while comparing HTML documents. When a bullet point is changed to a different bullet style, this change is not reflected in the comparison results. Please find attached the issue while compar…...files or embedded in another format? What .NET runtime and operating...

    forum.groupdocs.com/t/we-are-encountering-an-is...
  2. 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...
  3. 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/
  4. 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...
  5. 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...
  6. 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...
  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. 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...
  9. 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...
  10. Manage EPUB Metadata using Java – Metadata Editor

    Discover ways to view and edit EPUB eBook metadata using Java. Programmatically update specific EPUB properties and Dublin Core items....EPUB file is a digital book format that includes text, pictures...management for different file formats in Java applications. This...

    blog.groupdocs.com/metadata/manage-epub-metadat...