Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 3,309 for

file converter

(0.14 sec)
  1. Accept or Reject detected changes | GroupDocs

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for Node.js via Java API....following example compares two DOCX files from disk, rejects the first...'java.util.Arrays' ); // Define file paths for source, target, and...

    docs.groupdocs.com/comparison/nodejs-java/accep...
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...working with metadata of popular file formats. It is powerful as well...for a number of file formats. API gets the file as an input and...

    blog.groupdocs.com/groupdocs.blog/page/66/
  3. Formatting inconsistency with numbered bullets ...

    Hi, there is a formatting inconsistency occurring with numbered bullets when editing Word documents. The original word document contains some numbered lists. image.png (80.6 KB) for this test we are using GroupDocs.ed…...I share the source file and the converted html Thanks!! Editor-error... 2025, 11:00pm 3 The source file contains multiple list size...

    forum.groupdocs.com/t/formatting-inconsistency-...
  4. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. use_advanced_rasterization_options.py from groupdocs.redaction import Redactor from groupdocs.redaction.options import SaveOptions, AdvancedRasterizationOptions from groupdocs.redaction.redactions import ExactPhraseRedaction, ReplacementOptions def use_advanced_rasterization_options(): # Specify the redaction options repl_opt = ReplacementOptions("[personal]") ex_red = ExactPhraseRedaction("John Doe", repl_opt) # Load the document to be redacted with Redactor("....document with advanced options (convert pages into images, and save...enabled = True so . redacted_file_suffix = "_scan" so . rasterization...

    docs.groupdocs.com/redaction/python-net/use-adv...
  5. Deleting slides from presentation | GroupDocs

    This article describes the feature of the GroupDocs.Editor for Python via .NET - deleting (removing) one or many slides from the loaded and edited presentation during its saving to the output format...generates a new presentation file with one slide using the method...instance, and output stream or file path for writing to the method...

    docs.groupdocs.com/editor/python-net/deleting-s...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...remove IPTC metadata in PSD file format. Furthermore, memory...metadata operations for PSD and MP3 file formats. We recommend you to...

    blog.groupdocs.com/groupdocs.blog/page/56/
  7. Render RTF as PNG using Python

    Let's quickly learn how to render RTF as PNG using Python. You will get code and steps to create PNG images from RTF in Python for custom dimensions for output....documents often requires converting them into easily viewable...perfect for scenarios where RTF files need to be displayed online...

    kb.groupdocs.com/viewer/python/render-rtf-as-pn...
  8. How to Render DOCX as HTML using Java

    Discover how to convert DOCX to HTML in Java without the need for additional software installations. We'll also supply the code to generate HTML with embedded resources from a DOCX File using Java....web content development to convert Microsoft Word documents (...HTML format. Knowing how to convert Word documents to HTML may...

    kb.groupdocs.com/viewer/java/how-to-render-docx...
  9. Render RTF as PDF using Python

    You can render RTF as PDF using Python to convert rich text Files into professional, shareable documents. This approach lets you create PDF from RTF in Python effortlessly....used for creating styled text files that include fonts, tables,...to sharing or archiving, converting them to PDF ensures consistency...

    kb.groupdocs.com/viewer/python/render-rtf-as-pd...
  10. Render SVG as PDF using Python

    In this topic, you will learn how to render SVG as PDF using Python. Also, you will get code and steps to convert SVG to PDF in Python for sharing vector graphics....SVG as PDF using Python SVG files are commonly used for creating...resolution-independent graphics, but converting them into PDF format ensures...

    kb.groupdocs.com/viewer/python/render-svg-as-pd...