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

formatting

(0.22 sec)
  1. تحويل PPT إلى نص عبر الإنترنت باستخدام محول Pow...

    عزز مهام تحويل الملفات باستخدام GroupDocs.Conversion. دعونا نتعلم كيفية تحويل PPT إلى نص عبر الإنترنت باستخدام محول PowerPoint المستند إلى الويب....pptx", Format = "txt", OutputPath = "tes...filePath = "first.pptx"; settings.format = "txt"; settings.outputPath...

    blog.groupdocs.cloud/ar/conversion/convert-ppt-...
  2. 在 Ruby 中使用 REST API 以编程方式将 PDF 转换为文本

    GroupDocs API 允许您将 PDF 高质量地转换为文本文件。让我们学习如何使用 Ruby 中的 REST API 以编程方式将 PDF 转换为文本文件。...format = "pdf" loadOptions = Grou..."pdf-to-text/four-pages.pdf" settings.format = "pdf" loadOptions = Grou...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  3. 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...
  4. 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...
  5. 使用 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...
  6. 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-...
  7. 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...
  8. แปลง 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-...
  9. 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-...
  10. 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/