Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 3,594 for

import

(0.19 sec)
  1. HTML Viewer - Exclude fonts | Documentation

    When rendering documents into HTML, by default the fonts that are used in the document are added to HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original document will appear similar in the HTML, regardless of whether the fonts are installed on the viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-encoded fonts or as external resources....iewer-cloud-python-samples import groupdocs_viewer_cloud client_id...request ) Go package htmlViewer import ( "fmt" "github.com/groupd...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...
  2. Get View Info for Archive File | Documentation

    GroupDocs.Viewer Cloud provides additional information such as list of folders when calling Info method. To retrieve view information for Archive File call Info method and cast output result to ArchiveViewInfo type. Following example demonstrates how to print out archive contents. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....iewer-cloud-python-samples import groupdocs_viewer_cloud client_id...package RenderingArchiveFile import ( "fmt" "github.com/groupd...

    docs.groupdocs.cloud/viewer/get-view-info-for-a...
  3. Filter mail storage | Documentation

    Lotus Notes allows filtering messages inside folders by some text value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer also allows filtering the rendered messages using the following filters: Filter by subject and content using LotusNotesOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using LotusNotesOptions.AddressFilter; API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....iewer-cloud-python-samples import groupdocs_viewer_cloud client_id...package RenderingLotusNotesD import ( "fmt" "github.com/groupd...

    docs.groupdocs.cloud/viewer/filter-mail-storage/
  4. Render Outlook Data File Folder | Documentation

    GroupDocs.Viewer Cloud renders messages from all folders (including nested folders) by default. When you need to render items from a specific folder, set Folder property of the OutlookOptions class as shown in the example below. Please note that you should use the following convention for naming folders and subfolders to specify it in FolderName option: {Parent folder name}~~{Sub folder name}. Thus, if you need to render items from Inbox folder just specify Folder = “Inbox”; when you need to render subfolder named “Orion” that resides in a folder named “Urgent” that in turn resides in Inbox, set: Folder = “Inbox~~\Urgent~~\Orion”....iewer-cloud-python-samples import groupdocs_viewer_cloud client_id...package RenderingOutlookData import ( "fmt" "github.com/groupd...

    docs.groupdocs.cloud/viewer/render-outlook-data...
  5. Rename email fields | Documentation

    When rendering email messages, by default the API uses the English language to render field labels such as From, To, Subject etc. There might be the case when you want to change the label of the fields in email message’s header. GroupDocs.Viewer Cloud is flexible enough to allow you to use the custom field labels for email header. The API provides a new property FieldLabels in EmailOptions class to change the field labels....iewer-cloud-python-samples import groupdocs_viewer_cloud client_id...package RenderingEmailMessag import ( "fmt" "github.com/groupd...

    docs.groupdocs.cloud/viewer/rename-email-fields/
  6. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs developer newsletter of May 2017 describes APIs updates, major feature enhancements and bug fixes within GroupDocs documents manipulation APIs.... Import Annotations from Word and Presentation...The new version 17.1 allows importing TextField annotations from...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  7. 使用 REST API 解决方案在 Python 中将 PDF 转换为 TXT

    适用于 Python 的 GroupDocs.Conversion Cloud SDK 使开发人员能够在其应用程序中无缝地添加高保真文档转换功能... # 导入模块 import groupdocs_conversion_cloud...

    blog.groupdocs.cloud/zh/conversion/extract-text...
  8. PDF to HTML Conversion in Node.js | PDF to Web ...

    Learn how to convert PDF to HTML using GroupDocs.Conversion Cloud SDK for Node.js. Easily transform PDF files into web-ready HTML with REST API....js: 📌 Step 1: Import SDK and configure API: const...

    blog.groupdocs.cloud/conversion/pdf-to-html-onl...
  9. Convert HTML to JSON in Node.js | Online Web Pa...

    Convert HTML files into JSON format using GroupDocs.Conversion Cloud SDK for Node.js. Transform structured HTML documents into JSON format online with REST API....js: Step 1: Import SDK and configure API: const...

    blog.groupdocs.cloud/conversion/convert-html-to...
  10. CSV to JSON in Node.js | Convert CSV to JSON wi...

    Convert CSV to JSON in Node.js using GroupDocs.Conversion SDK. A scalable and secure REST API for transforming tabular data into structured JSON format....js project: Step 1: Import SDK and configure API : const...

    blog.groupdocs.cloud/conversion/convert-csv-to-...