Sort Score
Result 10 results
Languages All
Labels All
Results 8,821 - 8,830 of 10,470 for

formatting

(0.07 sec)
  1. Java réorganise les pages PDF en ligne

    Découvrez comment réorganiser les pages d'un document PDF. Suivez les instructions étape par étape pour déplacer, échanger et supprimer des pages dans un PDF en fonction de vos besoins....(Portable Document Format) est un format de fichier largement...développeurs de travailler sur divers formats , y compris les documents PDF...

    blog.groupdocs.cloud/fr/merger/rearrange-pdf-pa...
  2. Exibir documento do Word em página HTML usando ...

    Exiba programaticamente o documento do Word na página HTML usando uma API REST em PHP com GroupDocs.Viewer Cloud para PHP SDK. Renderize DOCX em uma página da Web responsiva....at(Model\ViewOptions::VIEW_FORMAT_HTML); // Definir opções de...at(Model\ViewOptions::VIEW_FORMAT_HTML); // Define HTML options...

    blog.groupdocs.cloud/pt/viewer/display-word-doc...
  3. แปลง 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-...
  4. 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/
  5. 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/
  6. 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...
  7. 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...
  8. 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-...
  9. تحويل HTML إلى PDF في C# باستخدام REST API

    قم بتحويل صفحة ويب HTML إلى مستند PDF عبر الإنترنت في C# للاحتفاظ بالتنسيق أو طباعته. تتناول هذه المقالة كيفية تحويل HTML إلى PDF في C# باستخدام REST API....html", Format = "pdf", OutputPath = "csh...WriteLine("Successfully converted HTML to PDF format online in C#: " + response[0]...

    blog.groupdocs.cloud/ar/conversion/convert-html...
  10. 使用 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...