Sort Score
Result 10 results
Languages All
Labels All
Results 9,821 - 9,830 of 11,297 for

formatting

(0.1 sec)
  1. Excel を HTML に変換 | XLS を HTML に変換 | Excel を HTM...

    XLS および XLSX を HTML にシームレスに変換するためのステップバイステップの手順と専門家のヒントをご覧ください。Excel を HTML に簡単に変換する方法。...xls", Format = "html", OutputPath = "output...\"FilePath\": \"{sourceFile}\", \"Format\": \"html\", \"ConvertOptions\":...

    blog.groupdocs.cloud/ja/conversion/convert-exce...
  2. C# .NET で HTML を PDF に変換する

    GroupDocs.Cloud 変換 API が HTML から PDF への変換を簡素化する方法をご覧ください。C# .NET を使用して、プログラムで簡単に HTML を PDF に変換します。...html", Format = "pdf", OutputPath = "resultant...\"{sourceFile}\", \"Format\": \"pdf\", \"LoadOptions\": { \"Format\": \"html\"...

    blog.groupdocs.cloud/ja/conversion/convert-html...
  3. C# Excel から PDF | XLS から PDF | XLSX から PDF オンライン

    C# .NET を使用して Excel ワークブックを PDF にシームレスに変換します。XLS および XLSX ファイルを高品質の PDF ドキュメントに変換するための専門的なテクニック。...xls", Format = "pdf", OutputPath = "output...\"FilePath\": \"{sourceFile}\", \"Format\": \"pdf\", \"OutputPath\":...

    blog.groupdocs.cloud/ja/conversion/convert-exce...
  4. Python 中的文檔分割 | Python PDF 文件分割器

    了解如何使用 GroupDocs.Merger Cloud SDK 在 Python 中將 PDF 文件拆分為多個 PDF 文件。使用本指南改進文檔組織。...format(e.message)) 下載文件 # 上面的代碼示例...print("Exception while calling API: {0}".format(e.message)) 通過應用數組過濾器在 Python...

    blog.groupdocs.cloud/zh-hant/merger/split-pdf-f...
  5. 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $watermark = new Model\Watermark..."SampleFiles/sample.docx" viewOptions . view_format = "HTML" viewOptions . watermark...

    docs.groupdocs.cloud/viewer/add-watermark/
  6. 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new...s.pptx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-document-wit...
  7. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new...n.xlsx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  8. 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....dwg" , "format" : "AutoCAD Drawing Database...ts.dwg" viewOptions . view_format = "HTML" request = GroupDocsViewerCloud...

    docs.groupdocs.cloud/viewer/get-view-info-for-c...
  9. 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.pdf" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/adjust-image-quality/
  10. แสดงเอกสาร Word ในหน้า HTML โดยใช้ PHP | ดู DOC...

    แสดงเอกสาร Word โดยทางโปรแกรมในหน้า HTML โดยใช้ REST API ใน PHP กับ GroupDocs.Viewer Cloud สำหรับ PHP SDK แสดงผล DOCX เป็นหน้าเว็บที่ตอบสนอง...at(Model\ViewOptions::VIEW_FORMAT_HTML); // กำหนดตัวเลือก HTML...at(Model\ViewOptions::VIEW_FORMAT_HTML); // กำหนดตัวเลือก HTML...

    blog.groupdocs.cloud/th/viewer/display-word-doc...