Sort Score
Result 10 results
Languages All
Labels All
Results 9,521 - 9,530 of 11,299 for

formatting

(0.64 sec)
  1. Render tracked changes | Documentation

    GroupDocs.Viewer Cloud does not render tracked changes of Word Processing documents by default. If you want to see tracked changes in your rendering result, use WordProcessingOptions.RenderTrackedChanges property. The following code sample shows how to render a Word document including tracked changes. 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...s.docx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-tracked-chan...
  2. 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...
  3. Get attachments | Documentation

    GroupDocs.Viewer Cloud API enables you to to retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents. Following example demonstrates on how to get all attachments from MSG 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $request = new Req...ts.msg" viewOptions . view_format = "HTML" request = GroupDocsViewerCloud...

    docs.groupdocs.cloud/viewer/get-attachments/
  4. Render selected pages | Documentation

    GroupDocs.Viewer Cloud also provides the features to render only the selected page numbers. You can specify a list of the document pages to be rendered. Follow the below steps to achieve this functionality. The following code sample shows how to render first and third pages of a 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_HTML ); $renderOptions = new..."SampleFiles/sample.docx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-selected-pages/
  5. पायथन में वर्ड डॉक्यूमेंट से पेज कैसे निकालें

    वर्ड डॉक्यूमेंट से पेज निकालने के लिए वर्ड डॉक्यूमेंट को कई डॉक्यूमेंट में विभाजित करें। यह लेख इस बारे में है कि पायथन में वर्ड डॉक्यूमेंट से पेज कैसे निकाले जाते हैं।...format(e.message)) पायथन में वर्ड...print("Exception while calling API: {0}".format(e.message)) फ़िल्टर लागू करके...

    blog.groupdocs.cloud/hi/merger/how-to-extract-p...
  6. पायथन में REST API का उपयोग करके ज़िप फ़ाइलें द...

    दस्तावेज़ व्यूअर पायथन एसडीके के साथ पायथन में REST API का उपयोग करके HTML में ज़िप फ़ाइलों की सामग्री को प्रोग्रामेटिक रूप से देखें। ZIP को HTML, ZIP को PDF और JPG में रेंडर करें।...view_format = "HTML" # HTML विकल्पों को..."sample.zip" view_options.view_format = "HTML" view_options.render_options...

    blog.groupdocs.cloud/hi/viewer/view-zip-files-u...
  7. Ruby のファイル変換 API を使用して PowerPoint を PDF に変換する

    GroupDocs.Conversion API は、さまざまなファイル形式の変換に役立ちます。このチュートリアルは、Ruby のファイル変換 API を使用して PowerPoint を PDF に変換する方法について説明します。...format = "pdf" # プレゼンテーション変換の LoadOptions..."pptx-to-pdf/5pages.pptx" @settings.format = "pdf" @convertOptions = ...

    blog.groupdocs.cloud/ja/conversion/convert-powe...
  8. CSharp でプログラム的に Word DOC を PDF に変換する

    形式を変更せずに、Word 文書を高品質で PDF ファイルにすばやく変換します。この記事では、C# でプログラムによって Word を PDF に変換する方法について説明します。...docx", Format = "pdf", OutputPath = "csh...converted Word document to PDF file format: " + response[0].Url); } catch...

    blog.groupdocs.cloud/ja/conversion/convert-word...
  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. Add Text Watermarks | Documentation

    This REST API allows adding text watermarks to the document. With this API you can add watermarks with following features: For a text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc.; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....transforming properties; There are format-specific options. These options...allow to leverage specific format features and often allow to...

    docs.groupdocs.cloud/watermark/add-text-waterma...