Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 1,549 for

numbers

(0.05 sec)
  1. Extract metadata from Microsoft Office PowerPoi...

    To extract metadata from Microsoft Office PowerPoint presentations getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. comments The comments of the presentation. content-status The content status of the presentation. category The category of the presentation. company The company of the presentation. manager The manager of the presentation....application-version The version number of the application that created... revision-number The presentation revision number. total-editing-time...

    docs.groupdocs.com/parser/java/extract-metadata...
  2. How to Convert PDF to HTML using C#

    Learn how to convert PDF to HTML using C# on any platform without any third-party software. Check out the guide and sample code to convert PDF to HTML in C#....list of pages indexes and the number of pages. However, you can...including the starting page number, the zoom level, and many more...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Render Word documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Word documents to HTML, PDF, PNG, and JPEG formats....replaced with the current page number in the file name. var viewOptions...replaced with the current page number in the file name. Dim viewOptions...

    docs.groupdocs.com/viewer/net/render-word-docum...
  4. Detect Documents Encoding using GroupDocs.Searc...

    Like every month, team GroupDocs has released another version of the API and implements a number of new features and improvements in this monthly release. The latest version i-e 17.9.0 includes features like storing the text of documents during indexing, filtering files before indexing, encoding detection of text files etc. Not only this the API has also added support for CHM documents to the list of supported document formats. The API has removed some of the obsolete methods in this release as well....of the API and implements a number of new features and improvements...Search for .NET introduces a number of new features in this release...

    blog.groupdocs.com/search/groupdocs.search-for-...
  5. Extract metadata from Microsoft Office PowerPoi...

    This article explains that how to extract metadata from Microsoft Office PowerPoint(.ppt, .pptx) presentations...application-version The version number of the application that created... revision-number The presentation revision number. total-editing-time...

    docs.groupdocs.com/parser/net/extract-metadata-...
  6. Template Syntax - Part 2 of 2 | Documentation

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression....fact enables you to build numbered or bulleted lists in reports...can get a report with their numbered list using the following template...

    docs.groupdocs.com/assembly/java/template-synta...
  7. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API....created signatures:" ); int number = 1 ; for ( BaseSignature temp...out . print ( "Signature #" + number ++ + ": Type: " + temp . getSignatureType...

    docs.groupdocs.com/signature/java/locating-sign...
  8. Evaluation Limitations and Licensing | Document...

    Free search api version is available to evaluate the API which will be similar as licensed but with few limitations....Search API : Total number of indexed documents in one...files. Indexing stops when number of indexed documents in an...

    docs.groupdocs.com/search/java/evaluation-limit...
  9. Split a worksheet into pages | Documentation

    Split worksheets into pages when rendering spreadsheets to HTML, PDF, and image formats using GroupDocs.Viewer Python API....xlsx" ) as viewer : # Specify number of rows for every page. rows_per_page...( "output.pdf" ) # Split by number of rows. viewOptions . spreadsheet_options...

    docs.groupdocs.com/viewer/python-net/split-work...
  10. Saving | Documentation

    The SaveOptions class provides the following properties to customize the saving process: AnnotationTypes defines annotation types to be saved into output document; FirstPage defines the first page number to save specific page range; LastPage defines the last page number to save specific page range; OnlyAnnotatedOptions indicates whether to save only annotated pages or not. For details, see the following pages:...FirstPage defines the first page number to save specific page range;...LastPage defines the last page number to save specific page range;...

    docs.groupdocs.com/annotation/java/saving/