Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 509 for

attachment

(0.06 sec)
  1. 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....html" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/adjust-time-unit/
  2. Render layers | Documentation

    GroupDocs.Viewer Cloud renders all layers of the CAD drawing by default. To render specific layers you can set the layers that you want to render by adding them into the CadOptions.Layers property. The following code sample shows how to render a specific layer of a CAD drawing. 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....html" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/render-layers/
  3. Image Viewer - Adjust image size | Documentation

    Image Viewer allows you to set custom output image size in pixels through Width and Height properties in ImageOptions. Keep in mind that aspect ratio is automatically applied when you set Width or Height only. This example demonstrates how to set output image size 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....jpg" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  4. 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....html" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  5. 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....png" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/specify-max-chars-a...
  6. Chuyển đổi Email sang PDF bằng API REST trong P...

    Lập trình chuyển đổi email (EML) và tin nhắn Outlook (MSG) sang tài liệu PDF bằng API REST trong PHP với GroupDocs.Conversion Cloud API....$settings->setFilePath("Msg_with_attachments.msg"); $settings->setFormat("pdf");...

    blog.groupdocs.cloud/vi/conversion/convert-emai...
  7. PHP에서 REST API를 사용하여 이메일을 PDF로 변환 | PHP에서 EML을 ...

    GroupDocs.Conversion Cloud API와 함께 PHP에서 REST API를 사용하여 프로그래밍 방식으로 이메일(EML) 및 Outlook 메시지(MSG)를 PDF 문서로 변환합니다....$settings->setFilePath("Msg_with_attachments.msg"); $settings->setFormat("pdf");...

    blog.groupdocs.cloud/ko/conversion/convert-emai...
  8. Convertir des e-mails en PDF à l'aide de l'API ...

    Convertissez par programmation des e-mails (EML) et des messages Outlook (MSG) en documents PDF à l'aide d'une API REST en PHP avec GroupDocs.Conversion Cloud API....$settings->setFilePath("Msg_with_attachments.msg"); $settings->setFormat("pdf");...

    blog.groupdocs.cloud/fr/conversion/convert-emai...
  9. Python の REST API を使用して PDF ドキュメントからテキストを抽出する

    Document Parser Cloud SDK for Python を使用して、Python のクラウド上で REST API を使用して PDF ドキュメントからプログラムでテキストを抽出します。...file_path = "PDF_with_attachements.pdf" options.file_info.password...

    blog.groupdocs.cloud/ja/parser/extract-text-fro...
  10. 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....html" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...