Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 858 for

range

(0.9 sec)
  1. Extract text areas | GroupDocs

    Learn how to extract text areas with coordinates and formatting information from documents using GroupDocs.Parser for Python via .NET. Extract text with position data, rectangles, and text styles....over pages for page_index in range ( info . page_count ): print...

    docs.groupdocs.com/parser/python-net/extract-te...
  2. Quick Start Guide | GroupDocs

    Set up a virtual environment, install groupdocs-conversion-net, and run three minimal examples — DOCX → PDF, PDF → per-page PNG, and ZIP → consolidated PDF — in under five minutes....PNG file for page_number in range ( 1 , pages_count + 1 ): png_convert_options...

    docs.groupdocs.com/conversion/python-net/gettin...
  3. Get Document Information | GroupDocs

    Inspect a document — file type, page count, attachments, and format-specific metadata — with the Viewer.get_view_info and Viewer.get_file_info methods in GroupDocs.Viewer for Python via .NET.... — date range and time-unit options. Was this...

    docs.groupdocs.com/viewer/python-net/developer-...
  4. Convert spreadsheets | GroupDocs

    Follow this guide and learn how to convert MS Excel workbooks - XLSX, XLS, XLSB using JavaScript language and GroupDocs.Conversion for Node.js via Java....Microsoft Excel files into a wide range of Microsoft Word formats (please...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  5. Merge and split EPUB files in C# - GroupDocs.Me...

    Learn how to merge and split EPUB files using C# with GroupDocs.Merger for .NET. Try the powerful features for managing your EPUB documents....Flexibility : Supports a wide range of workflows, including merging...

    blog.groupdocs.com/merger/merge-and-split-epub-...
  6. Convert a Document to Multiple Page Files | Gro...

    Render every page of a multi-page document into its own output file — loop page_number with pages_count=1 and Converter.convert() to produce one PNG, PDF, or image per page with GroupDocs.Conversion for Python via .NET....PNG file for page_number in range ( 1 , pages_count + 1 ): png_convert_options...

    docs.groupdocs.com/conversion/python-net/develo...
  7. Extract text in Raw mode | GroupDocs

    Learn how to extract text in Raw mode from documents using GroupDocs.Parser for Python via .NET. Fast text extraction with improved performance for large documents....over pages for page_index in range ( info . raw_page_count ): print...

    docs.groupdocs.com/parser/python-net/extract-te...
  8. Create PDF Binder in .NET: Easy Way with GroupD...

    If you've ever exported Word and Excel to PDF by hand just to glue them onto another PDF, this one's for you. A short .NET walkthrough using GroupDocs.Merger.... Pull out a page range from the finished binder without...need it, that’s where page ranges, rotation, and insert positions...

    blog.groupdocs.com/groupdocs.merger/pdf-binder-...
  9. PDF Binder Demo: Merging Multiple Formats into ...

    An engineering walkthrough of four ways to wire GroupDocs.Merger for .NET into a real document pipeline — from a single-shot controller to a full microservice split....typically lands in the 300–700 ms range on modest hardware. Memory peaks...an appendix, a specific page range. Re-merging sources for this...

    docs.groupdocs.com/merger/net/getting-started/u...
  10. Agents and LLM Integration | GroupDocs

    GroupDocs.Merger for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven document assembly pipelines....`EVEN_PAGES` narrow a start/end range. ```python from groupdocs.merger..."reordered.pdf" ) # extract a range, even pages only ExtractOptions...

    docs.groupdocs.com/merger/python-net/agents-and...