Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 9,357 for

page

(0.22 sec)
  1. Extracting document metainfo | GroupDocs

    Following this guide you will learn how to obtain basic document metadata like Pages count, size, file type before editing it with GroupDocs.Editor for Java API....metainfo Leave feedback On this page This demonstration shows and...positive number, that returns page count for WordProcessing documents...

    docs.groupdocs.com/editor/java/extracting-docum...
  2. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its Pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....custom location and convert its pages to images final FileOutputStream...redactor . close (); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/redaction/java/save-to-stream/
  3. Search for Electronic Signatures in Document | ...

    This topic explains how to search for document electronic signatures and their details using Python...) print ( f "Page number: { text_signature . page_number } " )...🔍 Digital 🔍 Texts Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/python-net/search-...
  4. Convert files to various formats | GroupDocs

    This Page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of С# code....resultant documents, change page orientation, set images height/width...formats Database formats Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/conversion/net/convert/
  5. Extract Text from PDF using Python

    Learn how to extract Text from PDF using Python. This guide walks through setup and code needed to extract text from PDF in Python without installing extra software....retrieve structured page data Loop through each page and access its...get_view_info() method returns page-level data, including lines...

    kb.groupdocs.com/viewer/python/extract-text-fro...
  6. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....= null ); } } Text Page Old coding style // Create an...null ) { // Extract the first page System . out . println ( pte...

    docs.groupdocs.com/parser/java/migration-notes/
  7. Extract Metadata from Documents | GroupDocs

    Extract metadata (author, title, custom properties) from PDF, Office, images, emails, and other formats using GroupDocs.Parser for Python via .NET....Documents Leave feedback On this page GroupDocs.Parser extracts metadata...basic usage topics. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/python-net/extract-me...
  8. Search reports | GroupDocs

    This article shows that how to perform the operations on generated search reports....about index settings on the page . Each index search report contains...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/net/search-reports/
  9. Update Document Password | GroupDocs

    Replace the existing open password of a PDF, Word, Excel, or PowerPoint document with a new password using UpdatePasswordOptions with GroupDocs.Merger for Python via .NET....Password Leave feedback On this page lets you replace an existing...LoadOptions . See also Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/merger/python-net/update-doc...
  10. Removing Empty Paragraphs | GroupDocs

    Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for Java API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member **REMOVE_EMPTY_PARAGRAPHS **is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.setOptions(), the engine additionally removes empty paragraphs....Document The Code Download Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/java/removing-empty...