Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 1,603 for

numbers

(0.09 sec)
  1. Features Overview | Documentation

    Note GroupDocs.Parser is a feature-reach document data parsing API. Here you may find description of the most important features. Parse Document by Template GroupDocs.Parser allows to parse documents by user-defined templates. It is easy to crate a template with data field definitions, table definitions. Then it’s easy to use the template (just pass the Template object to parseByTemplate(Template) method) and extract data such as prices, invoices, tables from your typical documents....text Hyperlinks Headings Numbering and bullets lists Tables HTML...surrounded by <hX> tag <ol> / <ul> Numbering and bullets lists <table>...

    docs.groupdocs.com/parser/java/features-overview/
  2. Sign document with Form Field signature - advan...

     This article explains how to sign document with Form field electronic signatures using advanced options with GroupDocs.Signature API....created signatures:" ); int number = 1 ; for ( BaseSignature temp...out . print ( "Signature #" + number ++ + ": Type: " + temp . getSignatureType...

    docs.groupdocs.com/signature/java/sign-document...
  3. Объединение документов Word с помощью Java | Пр...

    Java-способ объединения двух или более документов Word в один файл. Объединяйте в своем приложении только избранные страницы нескольких файлов Word....the starting and ending page number // Объединить документы merger... 6 })); // Specifying page number(s) merger.save("output_document...

    blog.groupdocs.com/ru/merger/merge-word-files-u...
  4. Tiled Rendering of CAD Documents using GroupDoc...

    We are pleased to announce the release of version 18.6 of GroupDocs.Viewer for .NET. The latest version provides the support of rendering DXF format as well as the tiled rendering of the CAD documents. Furthermore, we have added the feature of forced password validation for password protected documents. Along with the new features, there are 14 improvements and bug fixes in this monthly release. Below is the list of new features, improvements, and fixes added in GroupDocs....WriteLine("Page number: {0}", page.PageNumber); Stream...FontDirectories are added Wrong number of layouts in DXF Improvements...

    blog.groupdocs.com/viewer/tiled-rendering-of-ca...
  5. Unisci documenti Word usando C# | Unisciti a tu...

    Modo C# per unire due o più documenti Word in un singolo file. Combina solo le pagine selettive di più file Word all'interno della tua applicazione .NET....the starting and ending page number // Unire i documenti merger... 6 })); // Specifying page number(s) merger.Save("output_document...

    blog.groupdocs.com/it/merger/merge-word-files-u...
  6. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....“maxSpots” defines the maximal number of spots, which is random,...the document with the custom number and size of noise effects var...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  7. Search operation table | Documentation

    This article shows that how to provides syntax of all elements allowed in text search queries....range specifier start-number ~~ end-number Numeric range specifier...

    docs.groupdocs.com/search/nodejs-java/search-op...
  8. Sign document with Text signature - advanced | ...

     This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API....created signatures:" ); int number = 1 ; for ( BaseSignature temp...out . print ( "Signature #" + number ++ + ": Type: " + temp . getSignatureType...

    docs.groupdocs.com/signature/java/sign-document...
  9. Highlight multiple words in single document - F...

    My concern is when groupdocs highlight search result it creates a separate .html file, which highlight only that one particular query/word all over the document. Is there any way groupdocs can highlight multiple query/w…...hitN (where N is an integer number) and subsequent span tags with...

    forum.groupdocs.com/t/highlight-multiple-words-...
  10. Convert EML with Attachments to PDF using Java ...

    Hi, Is this fix in? Am evaluating GroupDocs for this purpose of how to convert EML with attachments to pdf using Java. Can you please assist?...multiple outputs (depending on number of attachments)....

    forum.groupdocs.com/t/convert-eml-with-attachme...