Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 6,864 for

page

(0.06 sec)
  1. Evaluation Limitations and Licensing | Document...

    Note You can use GroupDocs.Parser without the license. The usage and functionalities are pretty much same as the licensed one but you will face few limitations while using the non-licensed API. Evaluation Limitations You can easily download GroupDocs.Parser for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license. You will face following limitations while using the API without the license: API Limit Only 100 files per session Only 5 Pages (slides, sheets) of a document Text extraction Only 20 lines per fileOnly the first 1600 symbols Only the first 5 Pages (slides, sheets)+ Evaluation marks Formatted text and text structure extraction Only 20 rows for spreadsheetsOnly the first 1600 symbolsOnly the first 5 Pages (slides, sheets)+ Evaluation marks Metadata extraction Only 5 properties per file Licensing The license file contains details such as the product name, number of developers it is licensed to, subscription expiry date and so on....100 files per session Only 5 pages (slides, sheets) of a document...1600 symbols Only the first 5 pages (slides, sheets) + Evaluation...

    docs.groupdocs.com/parser/java/evaluation-limit...
  2. Migrating to GroupDocs.Assembly 18.9 or Higher ...

    Note This document describes the changes to the GroupDocs.Assembly API from version 18.7 to 18.9 or greater that may be of interest to module/application developers. It includes not only new and updated public methods, added & removed classes etc., but also a description of any changes in the behaviour behind the scenes in GroupDocs.Assembly. Breaking changes Removed members of DocumentAssembler were replaced with new ones. Removed members were not marked as obsolete (deprecated) before removal as usual, because this would complicate migration to new members of DocumentAssembler in Java....dataSourceName2)); 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/migrating-to-gr...
  3. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....box Removes specific range of pages (slides, worksheets, etc.) Apply...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/redaction/net/redaction-basics/
  4. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System.... 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/java/working-with-m...
  5. Evaluation Limitations and Licensing | Document...

    Note You can use GroupDocs.Assembly without the license. The usage and functionalities are pretty much same as the licensed one but you will face few limitations while using the API without license. Evaluation Version Limitations You can easily download GroupDocs.Assembly for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license.... 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/evaluation-lim...
  6. Merge Open Document files | Documentation

    Learn how to merge Open Document files, combine ODT, ODS, ODP files into one file programmatically in C# language using GroupDocs.Merger for .NET library.... 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/merge/open-document/
  7. Installation | Documentation

    Development environment Operating systems GroupDocs.Metadata for Java can be executed on any Operating System with Java JDK installed. Windows Desktops and Servers Linux Mac OS Supported runtime GroupDocs.Metadata for Java supports Java run-time version 7 (1.7) and above. Development environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs artifactory using Maven GroupDocs hosts all Java APIs on GroupDocs Artifactory. You can easily use GroupDocs.Metadata for Java API directly in your Maven projects with simple configurations.... println ( "Pages: " + info . getPageCount ());...the Licensing guide. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/metadata/java/installation/
  8. eSign document with Metadata signature | Docume...

    This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature...Spreadsheet eSign Words 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/signature/net/esign-document...
  9. In-Table List in Spreadsheet Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList report in Spreadsheet format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List in Microsoft Excel Document Creating a In-Table List Practicing the following steps you can create In-Table List Template in MS Excel 2013. Add a new Workbook. Select the range of cells that you want to include in the table.... 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/in-table-list-i...
  10. DPI setting ignored when converting MSG to PDF ...

    Hello, Converting the attached MSG file to PDF, creates a document with as size of 10.42 x 14.74 inch, according to Adobe Reader. image.png (66.0 KB) With the specified 750 x 1061 pixels at the default 96 dpi, that sh…...be applied to calculate the page size when converting a document...provided, the resulting document page size will be: PageWidth : 750...

    forum.groupdocs.com/t/dpi-setting-ignored-when-...