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

positioning

(0.08 sec)
  1. Wasserzeichen zu PNG in Java hinzufügen

    GroupDocs.Watermark bietet Java-Entwicklern leichte und robuste Cloud-SDKs und REST-APIs zum programmgesteuerten Hinzufügen von Wasserzeichen zu PNG bildern....Positionsklasse und legen Sie die Position des Wasserzeichens fest. Erstellen...die Position des Wasserzeichens fest. Position position = new...

    blog.groupdocs.cloud/de/watermark/add-watermark...
  2. Java中给Word添加水印

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

    blog.groupdocs.cloud/zh/watermark/add-watermark...
  3. 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...
  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. 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/
  8. 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...
  9. أضف علامة مائية إلى PNG في Java

    توفر GroupDocs.Watermark حزم SDK سحابية خفيفة الوزن وقوية وواجهات برمجة تطبيقات REST لمطوري Java لإضافة علامة مائية برمجيًا إلى صور PNG.... Position position = new Position(); position.setX(180...setX(180.0); position.setY(450.0); watermarkDetails.setPosition(position);...

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