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

positioning

(1.8 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. 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...
  3. Node.js'de REST API kullanarak PDF Dosyalarını ...

    .NET için GroupDocs.Watermark Cloud SDK ile C# dilinde bulutta bir REST API kullanarak Word Belgelerine Programlı Olarak Metin veya Görüntü Filigranı Ekleyin....ve TextWatermarkOptions ve Position’ı ayarlayın WatermarkOptions...filigran konumunu ayarla Position = new Position() { X = 230.0, Y =...

    blog.groupdocs.cloud/tr/watermark/add-watermark...
  4. Tambahkan Tanda Air ke Word di Java

    Mari pelajari cara menambahkan Tanda Air ke Word di Java. GroupDocs.Watermark memungkinkan Anda membuat pembuat Tanda Air untuk aplikasi bisnis Anda.... Position position = new Position(); position.setX(180...setX(180.0); position.setY(450.0); watermarkDetails.setPosition(position);...

    blog.groupdocs.cloud/id/watermark/add-watermark...
  5. إضافة علامة مائية إلى Word في Java

    دعونا نتعلم كيفية إضافة علامة مائية إلى Word في Java. يمكّنك GroupDocs.Watermark من إنشاء منشئ علامة مائية لتطبيق عملك.... Position position = new Position(); position.setX(180...setX(180.0); position.setY(450.0); watermarkDetails.setPosition(position);...

    blog.groupdocs.cloud/ar/watermark/add-watermark...
  6. 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...
  7. 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...
  8. 在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...
  9. 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/
  10. 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...