Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 1,895 for

numbers

(0.28 sec)
  1. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Parser for Python via .NET. Extracting text, images, metadata, tables, and structured data from documents with template-based parsing support....text Hyperlinks Headings Numbering and bullets lists Tables HTML...surrounded by <hX> tag <ol> / <ul> Numbering and bullets lists <table>...

    docs.groupdocs.com/parser/python-net/features-o...
  2. Combinar documentos de Word usando C# | Unir to...

    Forma C# de fusionar dos o más documentos de Word en un solo archivo. Combine solo las páginas selectivas de varios archivos de Word dentro de su aplicación .NET....the starting and ending page number // Fusionar los documentos... 6 })); // Specifying page number(s) merger.Save("output_document...

    blog.groupdocs.com/es/merger/merge-word-files-u...
  3. How to Convert Excel to PDF using Java

    This is a basic tutorial on how to convert Excel to PDF using Java. Convert documents without the use of third-party software and distribute them fast to everyone.... You can also customize a number of settings for the converted...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. GroupDocs.Metadata for .NET 17.1.0 Now Detects ...

    GroupDocs team is really delighted to announce the release of** GroupDocs.Metadata for .NET version 17.01.0**. The latest release comes up with a number of new features and enhancements. Users can now detect or remove digital signatures from documents. The API has also improved document’s information retrieval and implements the ability to recognize file type of a document. And That’s not all! The API has also introduced some really exciting enhancements related to power point presentation documents and audio formats....latest release comes up with a number of new features and enhancements...

    blog.groupdocs.com/metadata/releasing-goupdocs....
  5. GroupDocs.Text for .NET 17.5.0 Now Supports FB2...

    We are really pleased to announce the monthly release of GroupDocs.Text for .NET 17.5.0 API. This release comes up with a number of new features. GroupDocs.Text for .NET now allows text extraction in Fiction books i-e in FB2 files. The latest version now support all the features it supported for other formats e-g extracting text, metadata, structured text, highlighted text etc for FB2 documents as well. The text extraction API has extended the media type detector class and can now detect FB2 documents....This release comes up with a number of new features. GroupDocs...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  6. Search operation table | GroupDocs

    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...
  7. Use advanced rasterization options | GroupDocs

    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...
  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. How to Add Arrow Annotation in PDF using C#

    You will learn how to add arrow annotation in PDF using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation into PDF in C#.... such as position and page number Call the Annotator.Add method...

    kb.groupdocs.com/annotation/net/how-to-add-arro...
  10. How to Convert PDF to CSV using C#

    Quickly review the detailed instructions to convert PDF to CSV using C# and how to consume this guide for the implementation of PDF to CSV C# capability....can be extended by defining a number of properties using the SpreadsheetConvertOp...

    kb.groupdocs.com/conversion/net/how-to-convert-...