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

numbers

(0.06 sec)
  1. maven-app.zip

    maven-app/formatting.docx Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ §......3 Lists Numbered list: 1. Item 1 2. Item 2...Merge field «FirstName» Page number 5 Hyperlink Aspose.com TOC...

    docs.groupdocs.com/viewer/java/sample-apps/gett...
  2. 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/
  3. 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...
  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. Объединение документов 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...
  6. 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...
  7. 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-...
  8. 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...
  9. Get Document Metadata without Editing in C#

    We have added a lot of new options and features in this major release/update of GroupDocs.Editor for .NET 19.9. All public methods/classes have been moved to Legacy namespace and they are marked as obsolete. Now, when you update to this latest version, it is required to make project-wide replacement of namespace usages from GroupDocs.Editor. to GroupDocs.Editor.Legacy to resolve build issues. Access release notes here. Why to migrate? Editor class introduced as a single entry point to manage the document editing process to any supported file format (instead of EditorHander class from previous versions) Architecture is redesigned to decrease memory usage Simplified document editing and saving options See difference in code...document format Encryption flag Number or pages/tabs Size How it works...

    blog.groupdocs.com/editor/get-document-metadata...
  10. 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...