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

formatting

(0.2 sec)
  1. 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...
  2. Java Konvertieren Sie HTML in Word DOC oder DOCX.

    Erfahren Sie, wie Sie HTML mithilfe der GroupDocs.Conversion Cloud REST API programmgesteuert in Java schnell und effizient in Word (DOC, DOCX) konvertieren....Dateiformate in jedes gewünschte Format. Sie können mehr als 50 Datei...docx"); // in das angegebene Format konvertieren List<StoredConvertedResul>...

    blog.groupdocs.cloud/de/conversion/convert-html...
  3. 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...
  4. 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...
  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...