Sort Score
Result 10 results
Languages All
Labels All
Results 9,641 - 9,650 of 11,236 for

formatting

(0.12 sec)
  1. 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/
  2. 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/
  3. 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-...
  4. 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...
  5. 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...
  6. แปลง 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-...
  7. 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...
  8. 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...
  9. تبدیل آنلاین HTML به سند ورد | تبدیل HTML به DO...

    تبدیل آسان و ساده HTML به سند Word با استفاده از Java REST API. از Java REST API برای تبدیل فایل HTML به سند MS Word DOC یا DOCX به صورت آنلاین استفاده کنید....\"FilePath\": \"{sourceFile}\", \"Format\": \"docx\",\"OutputPath\":...\"FilePath\": \"{sourceFile}\", \"Format\": \"docx\"}" \ -o "{resultantFile}"...

    blog.groupdocs.cloud/fa/conversion/convert-html...
  10. Ruby를 사용하여 Word를 TIFF 파일 형식으로 변환하는 방법

    TIFF 태그 이미지 파일 형식은 래스터 그래픽 및 이미지 정보를 저장하는 데 사용됩니다. 이 문서는 Ruby를 사용하여 Word를 TIFF 파일 형식으로 변환하는 방법에 관한 것입니다....format = "tiff" # DOCX LoadOptions..."docx-to-tiff/four-pages.docx" @settings.format = "tiff" # DOCX LoadOptions...

    blog.groupdocs.cloud/ko/conversion/how-to-conve...