Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 1,097 for

font

(0.27 sec)
  1. GroupDocs Newsletter October 2017 Edition – Doc...

    GroupDocs developer newsletter of October 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....positioning, alignment, applying fonts, opacity, border options on...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  2. Bandingkan File PDF menggunakan REST API dengan...

    Secara terprogram bandingkan dua atau lebih file PDF menggunakan REST API di cloud dengan Python dengan GroupDocs.Comparison Cloud SDK untuk Python....font_color = "16711680" settings...settings.deleted_items_style.font_color = "14166746" settings...

    blog.groupdocs.cloud/id/comparison/compare-pdf-...
  3. Python'da REST API kullanarak PDF Dosyalarını K...

    GroupDocs.Comparison Cloud SDK for Python ile Python'da bulutta bir REST API kullanarak iki veya daha fazla PDF dosyasını programlı olarak karşılaştırın....font_color = "16711680" settings...settings.deleted_items_style.font_color = "14166746" settings...

    blog.groupdocs.cloud/tr/comparison/compare-pdf-...
  4. Сравните PDF-файлы с помощью REST API в Python ...

    Программно сравните два или более PDF-файла с помощью REST API в облаке на Python с помощью GroupDocs.Comparison Cloud SDK для Python....font_color = "16711680" settings...settings.deleted_items_style.font_color = "14166746" settings...

    blog.groupdocs.cloud/ru/comparison/compare-pdf-...
  5. Porównaj pliki PDF za pomocą REST API w Python ...

    Programowo porównaj dwa lub więcej plików PDF przy użyciu interfejsu API REST w chmurze w języku Python za pomocą GroupDocs.Comparison Cloud SDK dla języka Python....font_color = "16711680" settings...settings.deleted_items_style.font_color = "14166746" settings...

    blog.groupdocs.cloud/pl/comparison/compare-pdf-...
  6. Watermark Annotation | Documentation

    Watermark annotation adds text watermark 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.... font_color = 1201033 a1 . font_size = 12 a1 ....page_number = 0 $a1 . font_color = 1201033 $a1 . font_size = 12 $a1 ...

    docs.groupdocs.cloud/annotation/watermark-annot...
  7. Introdução do Java SDK para GroupDocs.Viewer Cloud

    Lançamento do Java SDK para uso público dos recursos de nuvem GroupDocs.Viewer em aplicativos baseados em Java....Recursos da página Recurso de Fontes Renderização de PDF Começando...

    blog.groupdocs.cloud/pt/viewer/introduction-of-...
  8. Plugin Penampil PDF untuk WordPress Resmi Diril...

    GroupDocs telah secara resmi merilis plugin penampil PDF untuk WordPress. Ini memungkinkan pengguna untuk menyematkan dan menampilkan dokumen PDF dengan mulus di situs web WordPress!... Font selalu terlihat tajam dan jelas...

    blog.groupdocs.cloud/id/viewer/announcing-pdf-v...
  9. Suporte dos formatos PPTM POTX XLTX e XLTM incl...

    Há 18 recursos e correções nesta versão: Adicionado suporte à opção Qualidade ao renderizar documentos do Microsoft Project como Imagem, opção para renderizar apenas a Área de Impressão, ativar a renderização de conteúdo oculto...documentos do Excel Excluir fontes ao renderizar para HTML Especifique...

    blog.groupdocs.cloud/pt/viewer/support-of-pptm-...
  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....Path of the folder, containing fonts, used for documents rendering...

    docs.groupdocs.cloud/viewer/viewoptions/