Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 3,725 for

import

(2.27 sec)
  1. Reduce image quality | GroupDocs

    Compress images in PDF files to reduce size. Adjust image quality (0-100%) using the GroupDocs.Viewer Python API....viewer import Viewer from groupdocs.viewer.options import PdfViewOptions...

    docs.groupdocs.com/viewer/python-net/optimizati...
  2. Adjusting comparison sensitivity | GroupDocs

    Learn more about document comparison sensitivity and how to adjust it to achieve best performance and accuracy when compare documents with GroupDocs.Comparison for Java....Java import com.groupdocs.comparison.Comparer ; import com.groupdocs...comparison.options.CompareOptions ; import java.nio.file.Path ; // .....

    docs.groupdocs.com/comparison/java/adjusting-co...
  3. GroupDocs.Comparison for Python via .NET Overvi...

    GroupDocs.Comparison for Python via .NET compares 50+ document formats — DOCX, PDF, XLSX, PPTX, images, AutoCAD, source code — detecting text, style, and formatting changes at paragraph, word, and character level with accept/reject workflows, multi-source compare, and AI-pipeline-friendly change extraction....comparison import Comparer def compare_documents...options from groupdocs.comparison import Comparer from groupdocs.comparison...

    docs.groupdocs.com/comparison/python-net/produc...
  4. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document....markdown import MarkdownConverter , LoadOptions...py from groupdocs.markdown import MarkdownConverter , LoadOptions...

    docs.groupdocs.com/markdown/python-net/load-a-p...
  5. Convert HTML to Image using Python

    Convert HTML to Image using Python for pixel-perfect rendering. Easily export HTML to Image in Python to create visual snapshots for reports, previews, or archives....NET in your Python workflows Import essential modules such as Converter...NET in your workflow. Next, import essential modules such as Converter...

    kb.groupdocs.com/conversion/python/convert-html...
  6. How to Extract Text from HTML in Java

    This article describes a step-by-step procedure to extract text from HTML in Java and how to use these steps for developing the Java get Text from HTML application....text from the HTML document Import essential classes for developing...the second step guide you to import the required classes for doing...

    kb.groupdocs.com/parser/java/how-to-extract-tex...
  7. Swap pages | GroupDocs

    This article explains how to swap two document pages within PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Python via .NET....merger import Merger from groupdocs.merger...merger.domain.options import SwapOptions def swap_document_pages...

    docs.groupdocs.com/merger/python-net/swap-pages/
  8. Move page | GroupDocs

    This article demonstrates how to move a document page to a new position within PDF, Word, Excel, PowerPoint and other document types using GroupDocs.Merger for Python via .NET API....merger import Merger from groupdocs.merger...merger.domain.options import MoveOptions def move_document_page ():...

    docs.groupdocs.com/merger/python-net/move-page/
  9. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector.... To import words from a file, use the...ExportDictionary ( @"C:\Words.txt" ); // Import words from a file index . Dictionaries...

    docs.groupdocs.com/search/net/spelling-corrector/
  10. Show Revisions | GroupDocs

    Toggle whether revisions are displayed in the comparison result using GroupDocs.Comparison for Python via .NET — useful when producing clean deliverables for end users....comparison import Comparer from groupdocs.comparison...comparison.options import CompareOptions def hide_revisions ():...

    docs.groupdocs.com/comparison/python-net/develo...