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”....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.ost" viewOptions . view_format = "HTML" viewOptions . render_options...
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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.msg" viewOptions . view_format = "HTML" viewOptions . render_options...
API การแปลงไฟล์ GroupDocs ช่วยให้คุณแปลงไฟล์เป็นรูปแบบใดก็ได้ทางออนไลน์ บทความนี้แสดงวิธีการแปลง Text เป็น HTML และ HTML เป็น Text ใน Python...format = "html" settings.output_path...-sample-file.txt" settings.format = "html" settings.output_path...
在 C# 中在線將 HTML 網頁轉換為 PDF 文檔以保留格式或打印它。本文介紹如何使用 REST API 在 C# 中將 HTML 轉換為 PDF。...html", Format = "pdf", OutputPath = "csh...WriteLine("Successfully converted HTML to PDF format online in C#: " + response[0]...
Konvertieren Sie PowerPoint PPT in Java mit der benutzerfreundlichen Cloud REST API in HTML. In diesem Artikel geht es um die Konvertierung von PowerPoint PPT oder PPTX in HTML mithilfe der Java-API....html"); // in das angegebene Format konvertieren List<StoredConvertedResul>...html"); // in das angegebene Format konvertieren List<StoredConvertedResul>...
Chuyển đổi trang web HTML thành tài liệu PDF trực tuyến bằng C# để giữ nguyên định dạng hoặc in nó. Bài viết này nói về cách chuyển đổi HTML sang PDF trong C# bằng API REST....html", Format = "pdf", OutputPath = "csh...WriteLine("Successfully converted HTML to PDF format online in C#: " + response[0]...
Změňte orientaci jedné stránky ve wordu, aby bylo slovo na šířku nebo na výšku pomocí Pythonu. Podívejme se, jak změnit orientaci stránky v dokumentech Word pomocí Pythonu...format(e.message)) Jak změnit orientaci...print("Exception while calling API: {0}".format(e.message)) Jak změnit orientaci...
Легке і просте перетворення HTML у документ Word за допомогою Java REST API. Використовуйте Java REST API для перетворення HTML-файлу в документ MS Word DOC або DOCX онлайн...\"FilePath\": \"{sourceFile}\", \"Format\": \"docx\",\"OutputPath\":...\"FilePath\": \"{sourceFile}\", \"Format\": \"docx\"}" \ -o "{resultantFile}"...