Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 4,016 for

import

(0.07 sec)
  1. MILK File - What is a MILK file and how to open...

    Learn about MILK file format and APIs that can create and open MILK files.... allowing others to easily import and use the same visual settings...

    docs.fileformat.com/plugin/milk/
  2. 使用 REST API 解决方案在 Python 中将 PDF 转换为 TXT

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

    blog.groupdocs.cloud/zh/conversion/extract-text...
  3. Digital Signing of PDF Documents in Node.js wit...

    Hello, first post here. I followed the Node.js SDK example and so far I got this: certificate = Assets.getBinary('keyStore.pfx') imagePath = Assets.getBinary('base_icon_transparent_background.png') axios.get(url, { re…...skipped the keys: import axios from 'axios' import signature_cloud...

    forum.groupdocs.cloud/t/digital-signing-of-pdf-...
  4. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows to merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows to join word documents without empty space between documents Values: Default, Continous Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....groupdocs_merger_cloud import * import groupdocs_merger_cloud...

    docs.groupdocs.cloud/merger/join-word-continous/
  5. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has to download, the faster he will see the rendered document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified....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-minify-...
  6. Specify Max Chars And Rows | Documentation

    When processing text files you can adjust page parameters like max characters per line and max lines per page with MaxCharsPerRow and MaxRowsPerPage options that have been added in v21.8 The following screenshot shows the difference when setting MaxRowsPerPage=30 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 RenderingTextFiles import ( "fmt" "github.com/groupd...

    docs.groupdocs.cloud/viewer/specify-max-chars-a...
  7. Adjust time unit | Documentation

    When rendering MS Project documents GroupDocs.Viewer Cloud tries to find optimal output size and time unit depending on the project’s overall length. In case you need to set your own page size or time unit, you can set ProjectManagementOptions class properties class as shown in code samples below. Time unit refers to smallest unit (days, third of a month or month) used in timescale bar. When the TimeUnit.Days is selected, you will get the most detailed view of your tasks....iewer-cloud-python-samples import groupdocs_viewer_cloud client_id...package RenderingMsProjectDo import ( "fmt" "github.com/groupd...

    docs.groupdocs.cloud/viewer/adjust-time-unit/
  8. Convert document direct async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async 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....rsion-cloud-python-samples import groupdocs_conversion_cloud...d-go-samples package async import ( "fmt" "os" "time" "github...

    docs.groupdocs.cloud/conversion/convert-documen...
  9. Verify multiple signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....groupdocs_signature_cloud import * import groupdocs_signature_cloud...

    docs.groupdocs.cloud/signature/verify-multiple-...
  10. Update Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....groupdocs_signature_cloud import * import groupdocs_signature_cloud...

    docs.groupdocs.cloud/signature/update-barcode-s...