Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 8,049 for

paged

(0.17 sec)
  1. Convert to PDF with advanced options | GroupDocs

    Follow this guide and learn how a file convert to pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....options Leave feedback On this page GroupDocs.Conversion provides...converted to. sets the desired page width in points after conversion...

    docs.groupdocs.com/conversion/net/convert-to-pd...
  2. Extract text from PDF documents | GroupDocs

    To extract a text from PDF documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. Here are the steps to extract a text from PDF document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....or a text from the selected page. Here are the steps to extract...steps to extract a text from the page of PDF document: Instantiate...

    docs.groupdocs.com/parser/java/extract-text-fro...
  3. Get text coordinates | GroupDocs

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image.... foreach ( Page page in viewInfo . Pages ) { Console . WriteLine...WriteLine ( $"Page: {page.Number}" ); Console . WriteLine ( "Text...

    docs.groupdocs.com/viewer/net/image-viewer-get-...
  4. Render Word documents as HTML, PDF, and image f...

    Convert Word documents to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer and Python. Learn the basics of document rendering....files Leave feedback On this page allows you to render your Microsoft...entire document or specific pages. Supported Word Processing file...

    docs.groupdocs.com/viewer/python-net/render-wor...
  5. Search Text or Image Signatures in Documents us...

    With the release of version 19.10 of our electronic signature API - GroupDocs.Signature for .NET, we have introduced the features of searching text signatures and image signatures in the supported document formats. Not only this, the API now supports .NET Standard 2.0 which makes it compatible with any .NET implementation that targets .NET Standard specifications. So let’s have a brief overview of what is new, improved or fixed in the latest release....AllPages - Flag to search on each page of the document. MatchType -...For searching on a specific page. PagesSetup - To specify if...

    blog.groupdocs.com/signature/search-text-or-ima...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...or even highly confidential pages are required to be removed from...programmatically remove such pages from the PDF documents in Java...

    blog.groupdocs.com/groupdocs.blog/page/21/
  7. Extract text in Accurate Mode | GroupDocs

    This article explains that how to extract text in Accurate mode....document text or only a document page. To extract a text from the...document page. To retrieve the total number of document pages method...

    docs.groupdocs.com/parser/java/extract-text-in-...
  8. Render archives as HTML, PDF, and image files (...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) version before 24.10 to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive...version) Leave feedback On this page Note This article explaing working...is replaced with the current page number in the output file name...

    docs.groupdocs.com/viewer/net/old-render-archiv...
  9. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in documents using GroupDocs.Parser for Python via .NET. Search text with case sensitivity and whole word options....text Leave feedback On this page GroupDocs.Parser provides powerful...search_results = parser . search ( r "page number: \d+" , options ) # Check...

    docs.groupdocs.com/parser/python-net/search-text/
  10. Using redaction filters | GroupDocs

    GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types: page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions. You can combine these filters in one set in order to set the scope of redaction to an area on a specific page....the page-based scope for your redaction of two types: page range...range, a given number of pages at certain offset from the beginning...

    docs.groupdocs.com/redaction/python-net/redacti...