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

font

(0.17 sec)
  1. Python を使用して 2 つ以上の Word 文書を比較する

    Document Comparison Cloud SDK for Python を使用して、Python のクラウド上で REST API を使用して 2 つ以上の Word ドキュメントをプログラム的に比較します。...font_color = "16711680" settings...settings.deleted_items_style.font_color = "14166746" settings...

    blog.groupdocs.cloud/ja/comparison/compare-word...
  2. GroupDocs

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....programaticamente, como tamanho da fonte, negrito, itálico, etc. O resumo...

    blog.groupdocs.cloud/pt/tag/groupdocs/
  3. 使用 Ruby 將 Word 文檔轉換為 PowerPoint 演示文稿

    PowerPoint PPTX 幫助用戶有更大的視覺衝擊力。本文介紹如何使用 Ruby 將 Word 文檔轉換為 PowerPoint 演示文稿...hide\word\tracked\changes、default\font 和 load\options 值。 創建 PptxConvertOptions...= true @loadOptions.default_font = "Arial" @settings.load_options...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  4. पायथन में REST API का उपयोग करके HTML को PDF मे...

    पायथन के लिए दस्तावेज़ रूपांतरण क्लाउड एसडीके के साथ पायथन में क्लाउड पर REST API का उपयोग करके HTML फ़ाइलों को प्रोग्रामेटिक रूप से पीडीएफ दस्तावेज़ों में परिवर्तित करें।...unembed_fonts = True # Make fonts not embedded बदलनाOptions...watermark.bold = True; watermark.font_size = 34; watermark.color =...

    blog.groupdocs.cloud/hi/conversion/convert-html...
  5. 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-...
  6. 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-...
  7. 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...
  8. Convert Word Document to PowerPoint Presentatio...

    PowerPoint PPTX help users to have greater visual impact. This article is about how to convert Word Document to PowerPoint Presentation using Ruby...hide_word_tracked_changes, default_font and load_options values. Create...

    blog.groupdocs.cloud/conversion/convert-word-do...
  9. Modul Penampil PDF DNN (DotNetNuke) oleh GroupDocs

    GroupDocs merilis modul penampil dokumen untuk DotNetNuke. Dengan menggunakan modul, Anda dapat menyematkan dan melihat dokumen PDF dan Office langsung di halaman web DNN Anda.... Font selalu tajam bahkan saat me...

    blog.groupdocs.cloud/id/viewer/online-document-...
  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/