Sort Score
Result 10 results
Languages All
Labels All
Results 3,391 - 3,400 of 8,275 for

paged

(0.06 sec)
  1. Options and Configuration | GroupDocs

    Control parsing behavior with options from groupdocs.parser.options in GroupDocs.Parser for Python via .NET....Configuration Leave feedback On this page Most parsing scenarios work...the API reference. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/python-net/options/
  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. How to Extract Text from PDF using C#

    Learn how to efficiently extract text from PDF using C#. Also, explore step-by-step instructions and code of C# read PDF text without installing extra tools....Pages property to access the entire...entire list of document pages Iterate through the collection of lines...

    kb.groupdocs.com/viewer/net/how-to-extract-text...
  4. Add Image Watermark to DOC Using Python

    This tutorial explains how to add image watermark to DOC using Python, allowing you to embed a centered logo watermark in Word 97–2003 documents....consistent visibility across all pages. Automating this process reduces...appears evenly on document pages Apply the image watermark to...

    kb.groupdocs.com/watermark/python/add-image-wat...
  5. Render images as HTML, PDF, PNG, and JPEG files...

    This topic describes how to use the GroupDocs.Viewer Java API to convert images to HTML, PDF, PNG, and JPEG formats....files Leave feedback On this page allows you to load images in...so on), you can specify the pages to render. Supported image file...

    docs.groupdocs.com/viewer/java/render-images/
  6. Creating an index | GroupDocs

    The articles in this section describe advanced search index creation topics. Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured ....Search index settings 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/java/creating-an-index/
  7. Creating an index | GroupDocs

    The articles in this section describe advanced search index creation topics. Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured ....Search index location 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/net/creating-an-index/
  8. Check document password-protection | GroupDocs

    This article explains how to check whether PDF, Word, Excel, PowerPoint document is password protected or not, and how to do this using GroupDocs.Merger for .NET....IsPasswordSet (); } 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/merger/net/check-document-pa...
  9. Merger Use Cases | GroupDocs

    This section will describe typical problems with merging files and ways to solve them using GroupDocs.Merger for Java library...WAV files using Java 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/merger/java/getting-started/...
  10. Working with Multiple Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.1.0 or later releases. Explicit Support for Multiple Data Sources Using DocumentAssembler.AssembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique. Parameters DataSources An array of data source objects like object[] dataSources. DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames....Presentation Document 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/net/working-with-mu...