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

positioning

(0.14 sec)
  1. Dodawaj adnotacje do dokumentów PDF za pomocą i...

    Programowo dodawaj adnotacje do dokumentów PDF przy użyciu interfejsu API REST w chmurze w języku Python za pomocą zestawu Document Annotation Cloud SDK dla języka Python....annotation_position = groupdocs_annotation_cloud...annotation_position.x = 1 a1.annotation_position.y = 1 a1.box...

    blog.groupdocs.cloud/pl/annotation/annotate-pdf...
  2. Анотуйте 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...
  3. 在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...
  4. 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...
  5. اضافه کردن واترمارک به PNG در جاوا

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

    blog.groupdocs.cloud/fa/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. 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. 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...
  9. 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...
  10. إضافة علامة مائية إلى 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...