Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 2,287 for

numbers

(0.25 sec)
  1. Add annotations | GroupDocs

    Add area, ellipse, point, arrow, distance, polyline, highlight, underline, strikeout, squiggly, text-field, replacement, redaction, watermark, link, and image annotations to a document with GroupDocs.Annotation for Python via .NET.... page_number is 0-based — 0 is the first... opacity = 0.7 area . page_number = 0 area . message = "This...

    docs.groupdocs.com/annotation/python-net/add-an...
  2. Generate Document Pages Preview | GroupDocs

    Render lightweight thumbnail images for selected document pages using PreviewOptions and Document.generate_preview() from GroupDocs.Comparison for Python via .NET....def create_page_stream ( page_number ): # Return a writable stream...return open ( f "./page- { page_number } .png" , "wb" ) def release_page_stream...

    docs.groupdocs.com/comparison/python-net/develo...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... This release comes with number of new features. The most notable...latest release comes up with a number of new features and improvements...

    blog.groupdocs.com/groupdocs.blog/page/68/
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Nested or the multi-level numbered lists allow you to group the...there was issue in footnote number conversion. A Word document...

    blog.groupdocs.com/groupdocs.blog/page/42/
  5. Extrair dados de arquivos de arquivo usando C# ...

    Extraia dados de arquivos compactados como arquivos ZIP, RAR, TAR, GZIP, BZIP2 usando C# no aplicativo .NET. Analise arquivos e extraia todo o texto dentro dos arquivos....sample text, bulleted list, numbered list and more. • Bullet Item...there is a numbered list: 1. Numbered Item 1 2. Numbered Item 2 3...

    blog.groupdocs.com/pt/parser/extract-zip-files-...
  6. Get Document Information | GroupDocs

    Detect file type, file size, and page count of a document using GroupDocs.Comparison for Python via .NET — from file paths or streams.... page_count — number of pages. size — file size...file_format } " ) print ( f "Number of pages: { info . page_count...

    docs.groupdocs.com/comparison/python-net/develo...
  7. Working with Templates | GroupDocs

    Create templates with fields and tables to extract structured data using GroupDocs.Parser for Python via .NET....TemplateRegexPositio ( r "Invoice Number\s+(?<value>[A-Z0-9\-]+)" )...template ) if data : invoice_number = data [ "InvoiceNumber" ]...

    docs.groupdocs.com/parser/python-net/working-wi...
  8. Get file info | GroupDocs

    Read file type, page count, file size, and page dimensions before comparison using IDocumentInfo from GroupDocs.Comparison for .NET....+ "Page number: {5}\n" + "File type: {0}\n" + "Number of pages:...+ "Page number: {5}\n" + "File type: {0}\n" + "Number of pages:...

    docs.groupdocs.com/comparison/net/get-file-info/
  9. Result of added watermarks | GroupDocs

    Review the AddWatermarkResult returned by add() — the count and per-watermark details such as id, type, page number, and position — using GroupDocs.Watermark for Python via .NET.... It exposes number_applied_watermarks and a succeeded...the watermark_type , the page_number , the watermark_position ,...

    docs.groupdocs.com/watermark/python-net/result-...
  10. Indexing reports | GroupDocs

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....You can configure the maximum number of stored reports using the...total number of documents in the index; The total number of words...

    docs.groupdocs.com/search/nodejs-java/indexing-...