Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 11,084 for

format

(0.05 sec)
  1. Save overwriting original file | Documentation

    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...
  2. How to Convert PDF to Image in Java

    This tutorial shows how to convert PDF to Image in Java. You can set resolution, brightness and other parameters for the image when convert PDF to Image using Java....file and convert it to the JPG format in this guide. This guide includes...image to convert other image formats such as PNG, GIF, TIFF, BMP...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST documents to different Format based on content type using GroupDocs.Conversion for .NET....OST documents to different formats Convert PST or OST documents...documents to different formats Leave feedback GroupDocs.Conversion provides...

    docs.groupdocs.com/conversion/net/convert-pst-o...
  4. Render Word documents as Clean HTML using C# | ...

    Render the Word DOC/DOCX documents to minified HTML using C#. Convert the Word files with embedded or external resources within the .NET application....document is converted to HTML format using some tools. You can get...into HTML, PDF, and image formats within the .NET application...

    blog.groupdocs.com/viewer/render-word-documents...
  5. Add Microsoft Office Files, PDF and Image Annot...

    GroupDocs.Annotation for .NET is a downloadable library that allows developers to add cross-platform, multi-Format document annotation functionality to any web-based app or site. Recently we’ve created an add-on specifically for Concrete5 users to make it easy to integrate the library into their websites. The add-on has been approved by Concrete5 admins and is now available for download from the official Concrete5 marketplace. How can Concrete5 site owners and developers benefit from this release?...to add cross-platform, multi-format document annotation functionality...your website. Supported file formats include: PDF and Microsoft...

    blog.groupdocs.com/annotation/add-microsoft-off...
  6. Conversion options by document family | Documen...

    This section explains GroupDocs.Conversion for .NET convert options specific to various document types...OST documents to different formats Convert each email attachment...attachment to different format Convert to HTML with advanced options...

    docs.groupdocs.com/conversion/net/conversion-op...
  7. Saving documents | Documentation

    The articles explain that how to save documents in different ways after making redactions....these guides: Save in original format Save in rasterized PDF Save...

    docs.groupdocs.com/redaction/net/saving-documents/
  8. Saving documents | Documentation

    Saving a document, GroupDocs.Redaction puts it in the same folder as the original file, renaming or rewriting original. If you need to save the document to any custom location, you’ll have to open a Stream to this location. As a save option by default, GroupDocs.Redaction converts all pages (slides, worksheets) in a document into images and puts them in a single PDF file, so you can share the redacted document without any additional conversions....these guides: Save in original format Save in rasterized PDF Save...

    docs.groupdocs.com/redaction/java/saving-docume...
  9. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for Java since version 20.4: Comparer class introduced as a single entry point to compare documents of any supported file Format with various options and ability to accept/reject found differences in resultant document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....documents of any supported file format with various options and ability...

    docs.groupdocs.com/comparison/java/migration-no...
  10. In-Paragraph List in HTML Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate In-ParagraphList report in HTML Document Format. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in HTML Document Reporting Requirement As a report developer, you are required to share the following key requirements: A descriptive or inFormative line like “We provide support for the following clients:”. Show all the clients along with the above sentence....In-ParagraphList report in HTML Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/in-paragraph-l...