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

positioning

(0.53 sec)
  1. Analyse de texte ou de documents à l'aide d'une...

    Effectuez par programmation une analyse des sentiments de vos documents et de tout texte brut à l'aide d'une API REST en C# avec GroupDocs.Classification pour .NET SDK....WriteLine("-------- } ClassName :Positive ClassProbability :83.35 ----------...WriteLine("-------- } ClassName : Positive ClassProbability : 69.41 ----------...

    blog.groupdocs.cloud/fr/classification/sentimen...
  2. Comment déplacer, réorganiser et réorganiser le...

    La réorganisation des pages est une excellente solution pour optimiser la conception des documents sans rien supprimer. Apprenons à réorganiser et réorganiser les pages dans Word à l'aide de Ruby...quelle page vers une nouvelle position dans le document Word par...@options.page_number = 3 # Position pour déplacer la page docx...

    blog.groupdocs.cloud/fr/merger/how-to-move-reor...
  3. Rearrange PDF Pages: Move, Swap and Delete PDF ...

    In this tutorial, explore how to move pages in pdf file, how to rearrange pdf pages online free, how to swap pages in pdf and remove pages from pdf document...by moving any page to a new position in PDF document programmatically...using Ruby # We can swap the position of two pages within a PDF...

    blog.groupdocs.cloud/merger/rearrange-pdf-pages...
  4. Annotate PDF Documents using REST API in PHP | ...

    Programmatically Annotate PDF documents using a REST API on the cloud in PHP with Document Annotation Cloud SDK for PHP. Add multiple annotations using PHP...., position, type, text, etc. Then, repeat...annotation properties e.g., position, text, etc. Then, set annotation...

    blog.groupdocs.cloud/annotation/annotate-pdf-do...
  5. Node.js | में REST API का उपयोग करके PDF फ़ाइलो...

    .NET के लिए GroupDocs.Watermark Cloud SDK के साथ C# में क्लाउड पर REST API का उपयोग करके Word दस्तावेज़ों में प्रोग्रामेटिक रूप से टेक्स्ट या इमेज वॉटरमार्क जोड़ें।...वॉटरमार्क स्थिति सेट करें Position = new Position() { X = 230.0, Y =...वॉटरमार्क स्थिति सेट करें Position = new Position() { X = 180.0, Y =...

    blog.groupdocs.cloud/hi/watermark/add-watermark...
  6. Get Template | Documentation

    This REST API provides the functionality to retrieve templates that are used in Parse endpoint. Simply get the API response and use it as a template parameter in Parse by the Template method. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Get Template example...."Fixed" , "rectangle" : { "position" : { "x" : 13.0 , "y" : 35..."detectorParameters" : { "rectangle" : { "position" : { "x" : 300.0 , "y" : 385...

    docs.groupdocs.cloud/parser/get-template/
  7. Bearbeiten Sie Dokumente mit der REST-API in PH...

    Ordnen Sie PDF-Seiten mithilfe der REST-API in der Cloud in Node.js mit dem Document Merger Cloud SDK für Node.js programmgesteuert neu an. Ordnen Sie PDF-Seiten in Node.js neu an oder tauschen Sie sie aus...in der Cloud an eine neue Position innerhalb eines PDF Dokuments...pageNumber = 1; // An welche Position bewegt werden soll options...

    blog.groupdocs.cloud/de/merger/rearrange-pdf-pa...
  8. GroupDocs.Merger Cloud Product Family

    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....ensure GroupDocs REST APIs position as leader of Document Manipulation...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  9. Node.js में REST API का उपयोग करके PDF से डेटा ...

    दस्तावेज़ पार्सर क्लाउड SDK के साथ Node.js में REST API का उपयोग करके प्रोग्रामेटिक रूप से PDF से डेटा निकालें। यह लेख PDF से स्वचालित डेटा निष्कर्षण के बारे में है।..."DetectorParameters": { "Rectangle": { "Position": { "X": 77.0, "Y": 279.0...60; size.width = 480; let position = new groupdocs_parser_cloud...

    blog.groupdocs.cloud/hi/parser/extract-data-fro...
  10. Point Annotation | Documentation

    Point annotation sticks comments to any point in a 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JWT token curl -v "https://api.... annotation_position = groupdocs_annotation_cloud...annotation_position . x = 1 a1 . annotation_position . y = 1 a1...

    docs.groupdocs.cloud/annotation/point-annotation/