Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 509 for

attachment

(0.07 sec)
  1. Adjust image quality | Documentation

    GroupDocs.Viewer Cloud enables you to adjust quality of output images contained by the source PDF document. To adjust image quality use PdfOptions.ImageQuality option. PdfOptions.ImageQuality can be set to: Low - The acceptable quality, best performance and least size of the output image. Medium - Better quality and slower performance. High - Best quality but slow performance. NOTE: this option is supported when rendering to HTML only. Following code snippet shows how to adjust image quality when rendering to HTML....html" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/adjust-image-quality/
  2. Adjust text overflow in cells | Documentation

    When Spreadsheet is rendered overflowed text inside the cell overlays subsequent cells until it meets non-empty cell. GroupDocs.Viewer Cloud provides a setting to configure the mode which will be used for rendering overflowed text: To set the overflowed text to be hidden, set SpreadsheetOptions.TextOverflowMode to HideText as shown in the example below. To set the overflowed text to overlay subsequent cells until it meets non empty cell, set SpreadsheetOptions.TextOverflowMode to OverlayIfNextIsEmpty....html" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  3. Get View Info for CAD Drawing | Documentation

    GroupDocs.Viewer Cloud provides additional information about CAD drawings such as list of layouts and layers when calling Info method. To retrieve view information for CAD drawing call Info method and cast output result to CadViewInfo type. Following example demonstrates how to retrieve view information for 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....true , "lines" : [] } ], "attachments" : [], "archiveViewInfo"...

    docs.groupdocs.cloud/viewer/get-view-info-for-c...
  4. Adjust page size | Documentation

    GroupDocs.Viewer Cloud allows setting output page size for rendering Email messages into HTML, PDF, and images. To enable this feature, the PageSize property of the EmailOptions class is used. The following are the pages sizes that are supported and provided in PageSize enumeration: Unspecified - The default, unspecified page size Letter - The size of the Letter page in points is 792 × 612 Ledger - The size of the Ledger page in points is 1224 × 792 A0 - The size of the A0 page in points is 3371 × 2384 A1 - The size of the A1 page in points is 2384 × 1685 A2 - The size of the A2 page in points is 1684 × 1190 A3 - The size of the A3 page in points is 1190 × 842 A4 - The size of the A4 page in points is 842 × 595 This example demonstrates how to adjust output page size....Resonse { "pages" : null , "attachments" : [], "file" : { "path"...

    docs.groupdocs.cloud/viewer/adjust-page-size/
  5. PDF Viewer - Optimization options | Documentation

    GroupDocs.Viewer Cloud allows you to optimize the output PDF file for a web browser or to reduce the file size by optimizing resources. Optimization for a web allows a browser to display the first pages of a PDF file when you open the document, instead of waiting for the entire file to download. Resource optimization allows you to reduce the size of the output PDF file. While optimizing, GroupDocs.Viewer may reduce the image size or quality, remove notes or form fields, remove objects, fonts, or personal information from a document, and so on....Resonse { "pages" : null , "attachments" : [], "file" : { "path"...

    docs.groupdocs.cloud/viewer/pdf-viewer-optimiza...
  6. Node.js를 사용하여 PDF 파일에서 이미지 추출 | Node.js에서 PDF 구...

    Node.js용 PDF Parser Cloud SDK와 함께 REST API를 사용하여 PDF 파일에서 이미지를 추출합니다. 이 문서는 Node.js를 사용하여 PDF 파일에서 이미지를 추출하는 방법에 관한 것입니다....filePath = "PDF_with_Attachment.pdf"; fileInfo.password =...

    blog.groupdocs.cloud/ko/parser/extract-images-f...
  7. تبدیل ایمیل ها به PDF با استفاده از REST API در...

    با استفاده از یک REST API در PHP با GroupDocs.Conversion Cloud API ایمیل‌ها (EML) و پیام‌های Outlook (MSG) را به صورت برنامه‌نویسی به اسناد PDF تبدیل کنید....$settings->setFilePath("Msg_with_attachments.msg"); $settings->setFormat("pdf");...

    blog.groupdocs.cloud/fa/conversion/convert-emai...
  8. 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...
  9. 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...
  10. 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...