Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 588 for

positioning

(0.14 sec)
  1. GroupDocs.Annotation Cloud | Kommentieren Sie P...

    Kommentieren Sie PDF Dokumente programmgesteuert mithilfe einer REST-API in der Cloud in Node.js mit dem Document Annotation Cloud SDK für Node.js.... Position, Typ, Text usw. Erstellen...zweite Instanz fest, z. B. Position, Typ, Text usw. Erstellen...

    blog.groupdocs.cloud/de/annotation/annotate-pdf...
  2. Rearrange PDF pages online free

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....déplacer des pages vers une position différente, de les réorganiser...

    blog.groupdocs.cloud/fr/tag/rearrange-pdf-pages...
  3. Java Swap PDF pages online

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....déplacer des pages vers une position différente, de les réorganiser...

    blog.groupdocs.cloud/fr/tag/java-swap-pdf-pages...
  4. adminlte.min.css

    /*! * AdminLTE v2.4.2 * Author: Almsaeed Studio * Website: Almsaeed Studio * License: Open source - MIT * Please visit http://opensource.org/licenses/MIT for more information ......wrapper{height:100%;position:relative;overflow-x:hidden;overflow-y:auto}...w:0 0 8px rgba(0,0,0,0.5);position:relative}.layout-boxed{background:url('...

    localhost:8080/css/admin/adminlte.min.css
  5. Extrahujte data z PDF pomocí REST API v Node.js

    Programově extrahujte data z PDF pomocí REST API v Node.js s Document Parser Cloud SDK. Tento článek je o automatické extrakci dat z PDF...."DetectorParameters": { "Rectangle": { "Position": { "X": 77.0, "Y": 279.0...60; size.width = 480; let position = new groupdocs_parser_cloud...

    blog.groupdocs.cloud/cs/parser/extract-data-fro...
  6. Извлечение данных из PDF с помощью REST API в N...

    Программно извлекайте данные из PDF с помощью REST API в Node.js с помощью Document Parser Cloud SDK. Эта статья посвящена автоматическому извлечению данных из PDF...."DetectorParameters": { "Rectangle": { "Position": { "X": 77.0, "Y": 279.0...60; size.width = 480; let position = new groupdocs_parser_cloud...

    blog.groupdocs.cloud/ru/parser/extract-data-fro...
  7. Видобувайте дані з PDF за допомогою REST API у ...

    Програмно вилучайте дані з PDF за допомогою REST API у Node.js за допомогою Document Parser Cloud SDK. У цій статті йдеться про автоматичне вилучення даних із PDF...."DetectorParameters": { "Rectangle": { "Position": { "X": 77.0, "Y": 279.0...60; size.width = 480; let position = new groupdocs_parser_cloud...

    blog.groupdocs.cloud/uk/parser/extract-data-fro...
  8. Features Overview | Documentation

    GroupDocs.Watermark Cloud is a REST API for managing watermarks in the documents of different file formats. It provides easy to use watermarking methods. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document. The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats. Adding Watermarks Groupdocs.Watermark Cloud allows to add text/image watermarks to supported document formats and images and save resultant file....size and font, colors and position. Creating watermarks only... text formatting, colors, position and image. Removing Watermarks...

    docs.groupdocs.cloud/watermark/features-overview/
  9. 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....DetectorParameters ": { " Rectangle ": { " Position ": { " X ": 77.0, " Y ": 116..."pageArea" : { "rectangle" : { "position" : { "x" : 85.050003051757813...

    docs.groupdocs.cloud/parser/parse-by-template-d...
  10. Add annotation with downloading output document...

    AnnotateDirect method allows to add annotations to the document and returns output document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation and get the result immediately HTTP PUT ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard.... annotation_position = groupdocs_annotation_cloud...annotation_position . x = 1 a1 . annotation_position . y = 1 a1...

    docs.groupdocs.cloud/annotation/add-direct/