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

positioning

(0.1 sec)
  1. Anotar arquivos DOCX usando uma API REST em Python

    Anote arquivos DOCX programaticamente usando a API REST na nuvem em Python com o Document Annotation Cloud SDK para Python....annotation_position = groupdocs_annotation_cloud...annotation_position.x = 1 a1.annotation_position.y = 1 a1.box...

    blog.groupdocs.cloud/pt/annotation/annotate-doc...
  2. Аннотируйте файлы DOCX с помощью REST API в Python

    Программно добавляйте аннотации к файлам DOCX с помощью 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/ru/annotation/annotate-doc...
  3. Анотуйте 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/uk/annotation/annotate-pdf...
  4. Analysis of Text or Documents using a REST API ...

    Programmatically Perform Sentiment Analysis of your Documents and any Raw Text using a REST API in C# with GroupDocs.Classification for .NET SDK....whether the text or data is positive, negative, or neutral. It...REST API in C# . ClassName :Positive ClassProbability :83.35 ----------...

    blog.groupdocs.cloud/classification/sentiment-a...
  5. Python에서 REST API를 사용하여 DOCX 파일에 주석 달기

    Python용 Document Annotation Cloud SDK를 사용하여 Python의 클라우드에서 REST API를 사용하여 프로그래밍 방식으로 DOCX 파일에 주석을 추가합니다....annotation_position = groupdocs_annotation_cloud...annotation_position.x = 1 a1.annotation_position.y = 1 a1.box...

    blog.groupdocs.cloud/ko/annotation/annotate-doc...
  6. 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...
  7. 在Java中为PNG添加水印

    GroupDocs.Watermark 为 Java 开发人员提供轻量级且强大的 Cloud SDK 和 REST API,以编程方式向 PNG 图像添加水印。... 创建Position类的对象并设置水印位置。 通过创建 AddRequest...// 创建Position类的对象并设置水印位置。 Position position = new Position(); position...

    blog.groupdocs.cloud/zh/watermark/add-watermark...
  8. اضافه کردن واترمارک به PNG در جاوا

    GroupDocs.Watermark Cloud SDK و REST APIهای سبک و قوی را برای توسعه دهندگان جاوا فراهم می کند تا به صورت برنامه نویسی واترمارک به تصاویر PNG اضافه کنند.... یک شی از کلاس Position ایجاد کنید و موقعیت واترمارک...ptions); // یک شی از کلاس Position ایجاد کنید و موقعیت واترمارک...

    blog.groupdocs.cloud/fa/watermark/add-watermark...
  9. Adicionar marca d’água a PNG em Java

    GroupDocs.Watermark fornece Cloud SDKs e APIs REST leves e robustos para desenvolvedores Java adicionarem marca d'água programaticamente a imagens PNG.... Crie um objeto da classe Position e defina a posição da marca...classe Position e defina a posição da marca d'água. Position position...

    blog.groupdocs.cloud/pt/watermark/add-watermark...
  10. 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/