Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 624 for

table

(0.04 sec)
  1. Parse by Template Stored in User Storage | Docu...

    This REST API allows extracting document’s fields and Tables defined in a template file saved in user storage and specified by template path. The following example demonstrates how to extract data from a source document by a saved template. Here you can see how to parse text fields by regular expressions and a Table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template Store in User Storage example....extracting document’s fields and tables defined in a template file...by regular expressions and a table inside the document. Resource...

    docs.groupdocs.cloud/parser/parse-by-template-s...
  2. Add Watermarks | Documentation

    This REST API allows adding watermarks inside the documents. With this API you can add watermarks with following features: The watermark could be either a text or an image: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; For a Text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc.... The table below contains the full list...

    docs.groupdocs.cloud/watermark/add-watermarks/
  3. Parse by Template Defined as an Object | Docume...

    This REST API allows us to extract document’s fields and Tables defined in a template object passed as a method parameter. The following example demonstrates how to extract data from a source document by a user-defined template. Here you can see how to parse text fields by regular expressions and a Table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template defined as an object example....extract document’s fields and tables defined in a template object...by regular expressions and a table inside the document. Resource...

    docs.groupdocs.cloud/parser/parse-by-template-d...
  4. C# Convert HTML to PDF | Web Page to PDF with ....

    How to convert HTML to PDF in C# .NET. Our step-by-step guide to programmatically transform HTML and web pages to high-quality PDF documents with REST API... Table of Contents HTML to PDF Conversion...

    blog.groupdocs.cloud/conversion/convert-html-to...
  5. Compare Two or More Excel (XLS, XLSX) Files in ...

    Discover how to compare Excel files and pinpoint variations with Java using a REST API. Streamline your data analysis and reporting process with this step-by-step guide.... Table of Contents # What is GroupDocs...

    blog.groupdocs.cloud/comparison/compare-two-exc...
  6. screen.css

    /* Original style from softwaremaniacs.org (c) Ivan Sagalaev */ .swagger-section pre code { display: block; padding: 0.5em; background: #F0F0F0; } .swagger-section pre ......swagger-ui-wrap table { border-collapse: collapse;...swagger-section .swagger-ui-wrap table thead tr th { padding: 5px;...

    reference.groupdocs.cloud/storage/css/screen.css
  7. Move Pages | Documentation

    This REST API provides a move page feature that allows you to manipulate page ordering by moving any page(s) to a new position within a document. For moving page to a new position, it’s needed to specify current and new page numbers along with the path to document in storage. For protected documents, it is also required to provide a password. The Table below contains the full list of properties that can be specified while moving document pages.... The table below contains the full list...

    docs.groupdocs.cloud/merger/move-pages/
  8. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The Table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage Required FileInfo.... The table below contains the full list...

    docs.groupdocs.cloud/watermark/search-watermarks/
  9. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a path to document in storage. For protected documents, it is also required to provide a password. The Table below contains the full list of properties that can be specified while swapping document pages.... The table below contains the full list...

    docs.groupdocs.cloud/merger/swap-pages/
  10. Remove Pages | Documentation

    This REST API provides an ability to remove a single page or a collection of specific page numbers from the source document. There are several ways to specify page numbers to be removed from a document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password.... The table below contains the full list...

    docs.groupdocs.cloud/merger/remove-pages/