Sort Score
Result 10 results
Languages All
Labels All
Results 9,271 - 9,280 of 11,194 for

formatting

(0.38 sec)
  1. Word Dokument mit PHP in einer HTML-Seite anzei...

    Zeigen Sie Word Dokumente mithilfe einer REST-API in PHP mit GroupDocs.Viewer Cloud für PHP SDK programmgesteuert in einer HTML-Seite an. Rendern Sie DOCX in eine responsive Webseite....at(Model\ViewOptions::VIEW_FORMAT_HTML); // Definieren Sie HTML-Optionen...at(Model\ViewOptions::VIEW_FORMAT_HTML); // Definieren Sie HTML-Optionen...

    blog.groupdocs.cloud/de/viewer/display-word-doc...
  2. 使用 Node.js 從 PDF 文件中提取圖像 |在 Node.js 中解析 PDF

    使用 REST API 和適用於 Node.js 的 PDF Parser Cloud SDK 從 PDF 文件中提取圖像。本文介紹如何使用 Node.js 從 PDF 文件中提取圖像...log("Image format: " + image.fileFormat + "....downloadUrl); console.log("Image format: " + image.fileFormat + "....

    blog.groupdocs.cloud/zh-hant/parser/extract-ima...
  3. MPP を Excel に変換 | MPP を XLS にエクスポート | MPP を XLS...

    C# .NET を使用して MS Project (MPP) ファイルを Excel 形式 (XLS/XLSX) に変換する方法を学びます。MPP から XLS または MPP から XLSX への動的な変換。MPP から XLS へのコンバーター...mpp", Format = "xls", OutputPath = "converted...\"FilePath\": \"{inputMPP}\", \"Format\": \"xls\", \"OutputPath\":...

    blog.groupdocs.cloud/ja/conversion/convert-mpp-...
  4. C#: HTML を Word に変換 | HTML を DOC に変換 | HTML を D...

    ステップバイステップガイドを使用して、HTMLコンテンツをDOCX形式に変換します。簡単でシンプルなHTMLからWordへの変換チュートリアルで、WebからWordにエクスポートできます。...html", Format = "doc", OutputPath = "Converted...\"FilePath\": \"{sourceFile}\", \"Format\": \"docx\",\"OutputPath\":...

    blog.groupdocs.cloud/ja/conversion/convert-html...
  5. แปลง CSV เป็น JSON หรือ JSON เป็น CSV โดยทางโปร...

    แปลงอาร์เรย์ JSON เป็นตาราง CSV โดยใช้ C# REST API บทความนี้เกี่ยวกับวิธีแปลง CSV เป็น JSON หรือ JSON เป็น CSV โดยทางโปรแกรมใน C#...csv", Format = "json", OutputPath = "cs...WriteLine("Successfully converted CSV to JSON format online in C#: " + response[0]...

    blog.groupdocs.cloud/th/conversion/convert-csv-...
  6. 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.docx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  7. 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.mpp" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/adjust-time-unit/
  8. 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.txt" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/specify-max-chars-a...
  9. 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new...ts.dwg" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-layers/
  10. 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....( Model\ViewOptions :: VIEW_FORMAT_JPG ); $renderOptions = new..."SampleFiles/sample.docx" viewOptions . view_format = "JPG" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...