Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 5,402 for

microsoft word

(0.08 sec)
  1. 使用 Java 将 Markdown .md 文件转换为 HTML

    使用 Markdown 标记语言到 HTML API 将 Markdown 纯文本转换为 HTML。本文介绍如何使用 REST API 在 Java 中将 Markdown 转换为 HTML。...您可以轻松地在 Word、PDF、PowerPoint, Excel、HTML、CAD、光栅图像等...PDF 在 Python 中使用 REST API 将 Word 文档转换为 PDF 如何使用 REST API 在 Python...

    blog.groupdocs.cloud/zh/conversion/convert-mark...
  2. Change HTML to PDF using REST API in Python | H...

    Change HTML files to PDF documents using a REST API on the cloud in Python with Document Conversion Cloud SDK for Python....documents and images such as Word, PowerPoint, Excel, PDF, HTML...REST API in Python Convert Microsoft Project MPP to PDF using REST...

    blog.groupdocs.cloud/conversion/convert-html-to...
  3. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....docx" , "format" : "Microsoft Word Open XML Document" , "pages"...

    docs.groupdocs.cloud/viewer/get-document-inform...
  4. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not....8651 , "fileFormat" : "Microsoft Word Open XML Document" } SDK...

    docs.groupdocs.cloud/merger/get-document-inform...
  5. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts to be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object { "layoutNames": ["Floor1", "Floor3"] } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv Properties Description format The format of input file, (“docx”, for example)....defaultFont Default font for Words document. fontSubstitutes Substitute...specific fonts when converting Words document. password Password...

    docs.groupdocs.cloud/conversion/loadoptions/
  6. Common structures | Documentation

    Page contains description for common structures and its properties SignatureType properties Specifies enumeration of supported Signature Types. Example SignatureType object { "SignatureType": "Text" } Name Description Text Specifies Text signature type Image Specifies Image signature type Digital Specifies Digital signature type Barcode Specifies Barcode signature type QRCode Specifies QRCode signature type Stamp Specifies Stamp signature type PagesSetup properties Provides options to specify special or ordinary pages for Document processing. Example PagesSetup object...repeated to fit full length with word truncation at the end. BorderLine...signature method used in Microsoft Word 97-2003 .DOC binary documents...

    docs.groupdocs.cloud/signature/common-structures/
  7. 在 C# 中使用 REST API 分析文本或文档

    使用 GroupDocs.Classification for .NET SDK 在 C# 中使用 REST API 以编程方式对您的文档和任何原始文本执行情感分析。...它使您能够对支持的文件格式(例如 PDF、Word、OpenDocument、RTF 和 TXT)的文档进...business, " + "including Microsoft Word documents, Excel spreadsheets...

    blog.groupdocs.cloud/zh/classification/sentimen...
  8. Document Information | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Get Document Information This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Request curl -v "https://api.groupdocs.cloud/v1/signature/document.docx/document/info" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer _0zqJ6w3enMdpEw5C6ZKm3lgYvHell1lHdx3vztekvBpCbZGqMvMplrKNrsVXih9Xe6738GSej2hb0BnwKVVz-ANEOnW0bGqjeiJcEySo2Y9-9VZ1K_rs_p4zZcsMoGNuDkL9G4rowGX9Wd1frChwRXzsJCpJUs9G5fGK-0kochaFTVdMgoOHU8JjUOQ5wiu-_ZQSbR0bMKRamxEyc_P_gv9NU7LTJQTCrP1SIJwem1WTX7GaTr8JRUYE0zsXH2vHUkJ1rNh-1RPblqE6wwrfxkklTCGxAWTxvoaSG-Ax-h2Zl9nZkBCAjS48zzz2kqIWS-K5WUmGPP9hAWQL00_deMB0Qi7xqvf2MWoJ831mFnyse-ZQ80fAqPyFBdYpS-xVFC0Uuc8rVHehydCxD0_oIJWkCU_GuDJpNMv6q4IpM-1RzFn" Response { "fileName": "document....docx" , "fileFormat" : "Microsoft Words" , "size" : 324608 , "dateModified"...docx" , "fileFormat" : "Microsoft Words" , "size" : 324608 , "dateModified"...

    docs.groupdocs.cloud/signature/document-informa...
  9. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates. Following code sample shows how to retrieve and print out text (lines / Words / characters) of each document page with coordinates....and print out text (lines / words / characters) of each document...: ".docx" , "format" : "Microsoft Word Open XML Document" , "pages"...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  10. Working with Data | Documentation

    Programming techniques, designed to apply data filtering, grouping and formatting throughout the Report Generation process using GroupDocs Assembly Cloud....article “ ”, submitted by Microsoft. For example, given that d...Capitalizes a first letter of every word in a string The String firstCap...

    docs.groupdocs.cloud/assembly/developer-guide/w...