Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 618 for

positioning

(0.08 sec)
  1. علق مستندات 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...
  2. 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...
  3. اضافه کردن واترمارک به PNG در جاوا

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

    blog.groupdocs.cloud/fa/watermark/add-watermark...
  4. 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...
  5. 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...
  6. 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...
  7. Dodaj znak wodny do PNG w Javie

    GroupDocs.Watermark zapewnia lekkie i niezawodne pakiety Cloud SDK oraz interfejsy API REST dla programistów Java, umożliwiające programowe dodawanie znaku wodnego do obrazów PNG.... Utwórz obiekt klasy Position i ustaw pozycję znaku wodnego...klasy Position i ustaw pozycję znaku wodnego. Position position...

    blog.groupdocs.cloud/pl/watermark/add-watermark...
  8. Aggiungi filigrana a Word in Java

    Impariamo come aggiungere filigrana a Word in Java. GroupDocs.Watermark ti consente di creare un creatore di filigrane per la tua applicazione aziendale....Crea un’istanza della classe Position e imposta la posizione della...Crea un'istanza della classe Position e imposta la posizione della...

    blog.groupdocs.cloud/it/watermark/add-watermark...
  9. اضافه کردن واترمارک به Word در جاوا

    بیایید یاد بگیریم که چگونه واترمارک را به Word در جاوا اضافه کنیم. GroupDocs.Watermark شما را قادر می سازد تا برای برنامه تجاری خود یک ایجاد کننده واترمارک بسازید.... یک نمونه از کلاس Position ایجاد کنید و موقعیت واترمارک...ons); // یک نمونه از کلاس Position ایجاد کنید و موقعیت واترمارک...

    blog.groupdocs.cloud/fa/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/