Sort Score
Result 10 results
Languages All
Labels All
Results 8,481 - 8,490 of 10,470 for

formatting

(0.09 sec)
  1. Render with custom fonts | Documentation

    GroupDocs.Viewer Cloud provides the feature to add custom font sources. Following code snippet shows how to set custom font source. 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. Swagger UI lets you call this REST API directly from the browser....( Model\ViewOptions :: VIEW_FORMAT_HTML ); // NOTE: Upload fonts...nt.odg" viewOptions . view_format = "HTML" # NOTE: Upload fonts...

    docs.groupdocs.cloud/viewer/render-with-custom-...
  2. Get View Info for Outlook Data File | Documenta...

    GroupDocs.Viewer Cloud provides additional information for Outlook Data Files when calling Info method. Following example demonstrates how to retrieve view information for Outlook Data File. 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....ost" , "format" : "Outlook Offline Data File"..."SampleFiles/sample.ost" viewOptions . view_format = "HTML" request = GroupDocsViewerCloud...

    docs.groupdocs.cloud/viewer/get-view-info-for-o...
  3. PDF Viewer - Protect PDF document | Documentation

    GroupDocs.Viewer Cloud enables you to protect output PDF document by setting permissions, password for opening and password for changing permissions. Following example demonstrates how to protect output PDF document. 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_PDF ); $renderOptions = new..."SampleFiles/sample.docx" viewOptions . view_format = "PDF" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/pdf-viewer-protect-...
  4. HTML Viewer - Limit image size | Documentation

    GroupDocs.Viewer Cloud also provides the feature to set limits for width/height for the output image. Follow the below steps to achieve this functionality. If you want to render single image in PDF/HTML you can set width/height for the output image. If you set ImageMaxWidth/ImageMaxHeight options, if the image exceeds one of these limits - it will be resized proportionally. The following code sample shows how to set the output image size limits when rendering the document....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.jpg" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/html-viewer-limit-i...
  5. Render all layouts | Documentation

    When GroupDocs.Viewer Cloud renders CAD drawings we get only Model representation. In order to render Model and all non-empty Layouts within CAD drawing, the property CadOptions.RenderLayouts is used. The following code sample shows how to render layouts along with the Model 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-all-layouts/
  6. Node.js: MPP を PDF に変換 | MS Project MPP を PDF に...

    MS Project (MPP) ファイルを PDF 形式に簡単に変換する方法を、Node.js 用の GroupDocs.Conversion Cloud SDK を使用して学びましょう。迅速で正確な MPP から PDF への変換。...format = "pdf"; settings.outputPath...\"FilePath\": \"{sourceMPP}\", \"Format\": \"pdf\", \"OutputPath\":...

    blog.groupdocs.cloud/ja/conversion/convert-mpp-...
  7. Node.js를 사용하여 JPG를 PDF로 변환 | 이미지를 PDF로 변환

    Node.js용 GroupDocs.Conversion Cloud SDK를 사용하여 Node.js의 클라우드에서 REST API를 사용하여 프로그래밍 방식으로 JPG를 PDF로 변환합니다....format = "pdf"; settings.outputPath...filePath = "sample.jpg"; settings.format = "pdf"; // PDF 변환 옵션 정의 let...

    blog.groupdocs.cloud/ko/conversion/convert-imag...
  8. 在 Python 中将 Excel 转换为 CSV |在 Python 中将 CSV 转换为 ...

    使用 Python 中的 REST API 和 GroupDocs.Conversion Cloud API,以编程方式将 Excel 文件转换为 CSV,将 CSV 转换为云端的 Excel。...format = "csv" # Output format settings.output_path...file_path = "sample.xlsx" settings.format = "csv" settings.output_path...

    blog.groupdocs.cloud/zh/conversion/convert-exce...
  9. Python'da Metni HTML'ye ve HTML'yi Metne Dönüşt...

    GroupDocs dosya dönüştürme API'si, bir dosyayı çevrimiçi olarak herhangi bir biçime dönüştürmenize olanak tanır. Bu makale, Python'da Metnin HTML'ye ve HTML'nin Metne nasıl dönüştürüleceğini gösterir....format = "html" settings.output_path...-sample-file.txt" settings.format = "html" settings.output_path...

    blog.groupdocs.cloud/tr/conversion/convert-text...
  10. تحويل CSV إلى JSON أو JSON إلى CSV برمجيًا في C#

    تحويل مصفوفة 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/ar/conversion/convert-csv-...