Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 8,271 for

page

(0.1 sec)
  1. Getting Started | GroupDocs

    Getting started section for GroupDocs.Metadata for Python...Licensing How to Run 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/metadata/python-net/getting-...
  2. Advanced Usage | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......standards Saving files 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/metadata/nodejs-java/advance...
  3. Text Extraction | GroupDocs

    This section describes various text extraction methods - raw mode, accurate mode, formatted text, text structure, text search, and more using GroupDocs.Parser for Python via .NET....Extract text areas 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/parser/python-net/developer-...
  4. Features Overview | GroupDocs

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....information about hidden document pages, digital signatures, user comments...(ID3, Lyrics, APE) Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/metadata/java/features-overv...
  5. Load from stream | GroupDocs

    This article explains how to load a document from a Stream with GroupDocs.Viewer within your Java applications....Please refer to the following pages for examples: Load from FTP...Azure Blob Storage Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/java/load-document-fr...
  6. 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/
  7. Developer Guide | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Usage Advanced Usage 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/search/nodejs-java/developer...
  8. 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-...
  9. Extract text from Microsoft Office Excel spread...

    To extract a text from Microsoft Office Excel spreadsheets getText and getText(int) method is 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 Microsoft Office Excel spreadsheets: Instantiate Parser object for the initial spreadsheet; 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...// Check if the document has pages if ( documentInfo == null ||...

    docs.groupdocs.com/parser/java/extract-text-fro...
  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...