Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 627 for

positioning

(0.13 sec)
  1. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows to set rendering format, available values are: HTML, JPG, PNG, PDF...."string" , "Color" : "string" , "Position" : "string" , "Size" : 0 }...Watermark.Position The watermark position. Supported positions “Diagonal”...

    docs.groupdocs.cloud/viewer/viewoptions/
  2. Python'da bir REST API kullanarak PDF Belgeleri...

    Python için Document Annotation Cloud SDK ile Python'da bulutta bir REST API kullanarak PDF belgelerine Programlı Olarak Açıklama Ekleyin....annotation_position = groupdocs_annotation_cloud...annotation_position.x = 1 a1.annotation_position.y = 1 a1.box...

    blog.groupdocs.cloud/tr/annotation/annotate-pdf...
  3. Create or Update Template | Documentation

    This REST API provides the functionality to save or update files that can be used in Parse endpoint. It’s easy to define and save the template to extract data from invoices, prices or other kinds of your typical documents. 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....Provides a template field position. Possible values are: “Fixed”...used Table to define table position. Required if DetectorParameters...

    docs.groupdocs.cloud/parser/create-or-update-te...
  4. Multiple Annotation | Documentation

    This REST API allows to add multiple annotations to the 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 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/multiple-annota...
  5. Poznámky k dokumentům PDF pomocí REST API v Pyt...

    Programově anotujte dokumenty PDF pomocí REST API v cloudu v Pythonu pomocí Document Annotation Cloud SDK pro Python....annotation_position = groupdocs_annotation_cloud...annotation_position.x = 1 a1.annotation_position.y = 1 a1.box...

    blog.groupdocs.cloud/cs/annotation/annotate-pdf...
  6. علق مستندات PDF باستخدام واجهة برمجة تطبيقات RE...

    علق برمجيًا على مستندات PDF باستخدام واجهة برمجة تطبيقات REST على السحابة في Python باستخدام Document Annotation Cloud SDK لـ Python....annotation_position = groupdocs_annotation_cloud...annotation_position.x = 1 a1.annotation_position.y = 1 a1.box...

    blog.groupdocs.cloud/ar/annotation/annotate-pdf...
  7. Java中给Word添加水印

    让我们学习如何用Java给Word添加水印。 GroupDocs.Watermark 使您能够为您的业务应用程序构建水印创建器。... 创建Position类的实例并设置水印位置。 通过创建 AddRequest...// 创建Position类的实例并设置水印位置。 Position position = new Position(); position...

    blog.groupdocs.cloud/zh/watermark/add-watermark...
  8. ใส่คำอธิบายประกอบเอกสาร PDF โดยใช้ REST API ใน ...

    เขียนคำอธิบายประกอบเอกสาร PDF โดยทางโปรแกรมโดยใช้ REST API บนคลาวด์ใน Python ด้วย Document Annotation Cloud SDK สำหรับ Python...annotation_position = groupdocs_annotation_cloud...annotation_position.x = 1 a1.annotation_position.y = 1 a1.box...

    blog.groupdocs.cloud/th/annotation/annotate-pdf...
  9. Аннотировать PDF-документы с помощью REST API в...

    Программно комментируйте PDF-документы с помощью REST API в облаке на Python с помощью SDK Document Annotation Cloud для Python....annotation_position = groupdocs_annotation_cloud...annotation_position.x = 1 a1.annotation_position.y = 1 a1.box...

    blog.groupdocs.cloud/ru/annotation/annotate-pdf...
  10. Parse by Template | Documentation

    This REST API provides the functionality to extract data from documents. This method parses document content by a user-generated template. The template can be provided as an object or storage path. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when parsing documents by a template. Name Description Comment FileInfo.FilePath The path of the document, located in the storage....Provides a template field position. Possible values are: “Fixed”...used Table to define table position. Required if DetectorParameters...

    docs.groupdocs.cloud/parser/parse-by-template/