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

attachment

(0.04 sec)
  1. Render document with notes | Documentation

    GroupDocs.Viewer Cloud does not include notes in the rendering results. However, you can choose between to show or hide the notes in the output. If you want to see notes in your rendering result, use RenderNotes property of the HtmlOptions (or JpgViewOptions, or PdfOptions). The following code sample renders Presentation with notes. 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-document-wit...
  2. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you to reorder the document pages. The order of the pages in the source document is never changed, instead, the API applies reordering to the resultant PDF document. The following code snippet shows how to reorder pages. 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/reorder-pages/
  3. Add watermark | Documentation

    GroupDocs.Viewer Cloud enables you to apply a watermark on the output pages (HTML / Image / PDF). The following code sample shows how to apply the watermark to the output pages. 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/add-watermark/
  4. PHP में REST API का उपयोग करके ईमेल को PDF में ...

    GroupDocs.Conversion Cloud API के साथ PHP में REST API का उपयोग करके ईमेल (EML) और आउटलुक संदेशों (MSG) को प्रोग्रामेटिक रूप से PDF दस्तावेज़ों में बदलें।...$settings->setFilePath("Msg_with_attachments.msg"); $settings->setFormat("pdf");...

    blog.groupdocs.cloud/hi/conversion/convert-emai...
  5. 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...
  6. 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...
  7. 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...
  8. Render hidden columns and rows | Documentation

    Sometimes Excel document may contain hidden columns and rows (as shown in the image below). GroupDocs.Viewer doesn’t render hidden columns and rows by default. However, there may be the case when you want to control the inclusion of hidden content in the rendering results. GroupDocs.Viewer Cloud provides RenderHiddenRows and RenderHiddenColumns options in SpreadsheetOptions class which enables rendering hidden rows and columns as shown in the following code samples. API Usage There are steps that usage of GroupDocs....html" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/render-hidden-colum...
  9. 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....true , "lines" : [] } ], "attachments" : [ { "name" : "file (12)...

    docs.groupdocs.cloud/viewer/get-view-info-for-a...
  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...