Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 2,976 for

feature

(0.03 sec)
  1. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document....the code above and see the feature in action in our GitHub examples:...management App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/metadata/net/load-a-password...
  2. Generate sample report for document with variab...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.XmlDataSource("datasource.xml") DataSourceInfo = ga.DataSourceInfo(dataSource) array = [DataSourceInfo] print(assembler.assemble_document(input.ppt, output.ppt, array)) DataSource XML 0 1 LG Nexus 5 350 5 123456789qwertyu0025 The Recipe Set up the source document data path Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library Features, please refer to theadvanced usage section....To learn more about library features, please refer to the . GitHub...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/assembly/python-net/barcode/
  3. Extract text from PDF documents | Documentation

    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....have checked text extraction feature support earlier System . out...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/parser/java/extract-text-fro...
  4. Introducing API v2 of GroupDocs.Parser for .NET

    The all-new API v2 of GroupDocs.Parser for .NET has been released! It would be a piece of breaking news for those who are already using our document parsing API as well as who are looking for an easy to use solution for extracting text, images, and metadata from PDF, word processing documents, spreadsheets, presentations, emails, EPUB & ZIP file formats. What’s new in the API v2? We have done some major updates at the architecture level of the API to perform product optimization....for more details about every feature of the API. In case you would...

    blog.groupdocs.com/parser/introducing-api-v2-of...
  5. Spring MVC Front End Project for GroupDocs.View...

    Team GroupDocs is pleased to announce Spring MVC Front End sample project for GroupDocs.Viewer for Java users. The core idea behind the development of this project is to facilitate developers to write their own document viewer using GroupDocs.Viewer for Java 3.x. As the project is open source and published on GitHub, developers can customize it as per their needs. Spring MVC Front End - FeaturesThis Front End provides end users with tools needed for convenient viewing and navigation of documents in a browser....ways: # Got an idea of new feature – fix it and submit a pull...

    blog.groupdocs.com/viewer/spring-mvc-front-end-...
  6. Barcode Image Generation in Presentation Docume...

    Note This Feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft PowerPoint Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Document Leave feedback Note This feature is only compatible with GroupDocs...

    docs.groupdocs.com/assembly/net/barcode-image-g...
  7. Removing Empty Paragraphs | Documentation

    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....Paragraphs Leave feedback Note This feature is supported by version 18...

    docs.groupdocs.com/assembly/java/removing-empty...
  8. Barcode Image Generation in Spreadsheet Documen...

    Note This Feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Spreadsheet Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Document Leave feedback Note This feature is only compatible with GroupDocs...

    docs.groupdocs.com/assembly/net/barcode-image-g...
  9. Load from stream | Documentation

    This article explains how to load a document from a Stream with GroupDocs.Viewer within your Java applications.... You can use this feature to load a document from different...

    docs.groupdocs.com/viewer/java/load-document-fr...
  10. Move page | Documentation

    This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger for Java API....feedback provides a move page feature which allows you to manipulate...

    docs.groupdocs.com/merger/java/move-page/