Sort Score
Result 10 results
Languages All
Labels All
Results 9,881 - 9,890 of 11,332 for

formatting

(0.82 sec)
  1. Extract Pages From Word Documents using Rest AP...

    Easily extract specific pages from word documents as individual files. This article is about how to extract pages from word documents using Rest API in Ruby...easily for any supported file formats such as PDF, Powerpoint, and...

    blog.groupdocs.cloud/merger/extract-pages-from-...
  2. GroupDocs.Conversion Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....값) 파일을 PDF(Portable Document Format)로 원활하게 변환하는 기능이 필수적입니다. 이 기사에서는...

    blog.groupdocs.cloud/ko/categories/groupdocs.co...
  3. Masukkan Kata Sandi di File PDF | Simpan File P...

    Pelajari cara mengamankan dokumen PDF Anda di Node.js menggunakan REST API. Terapkan perlindungan kata sandi untuk keamanan tambahan dan lindungi data berharga Anda....menulis artikel blog baru dalam format file berbeda dan menguraikannya...

    blog.groupdocs.cloud/id/merger/lock-pdf-with-pa...
  4. Bandingkan Dua Gambar dengan Python | API Istir...

    Identifikasi perbedaan antara dua gambar dengan mudah menggunakan Python! Panduan langkah demi langkah kami membantu Anda membandingkan gambar dan menentukan perbedaan secara efisien. Tingkatkan keterampilan analisis gambar Anda hari ini!...baru yang mempelajari berbagai format file dan teknik parsing menggunakan...

    blog.groupdocs.cloud/id/comparison/compare-two-...
  5. Adjust page size | Documentation

    GroupDocs.Viewer Cloud allows setting output page size for rendering Email messages into HTML, PDF, and images. To enable this feature, the PageSize property of the EmailOptions class is used. The following are the pages sizes that are supported and provided in PageSize enumeration: Unspecified - The default, unspecified page size Letter - The size of the Letter page in points is 792 × 612 Ledger - The size of the Ledger page in points is 1224 × 792 A0 - The size of the A0 page in points is 3371 × 2384 A1 - The size of the A1 page in points is 2384 × 1685 A2 - The size of the A2 page in points is 1684 × 1190 A3 - The size of the A3 page in points is 1190 × 842 A4 - The size of the A4 page in points is 842 × 595 This example demonstrates how to adjust output page size....( Model\ViewOptions :: VIEW_FORMAT_PDF ); $renderOptions = new..."SampleFiles/sample.msg" viewOptions . view_format = "PDF" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/adjust-page-size/
  6. Adjust text overflow in cells | Documentation

    When Spreadsheet is rendered overflowed text inside the cell overlays subsequent cells until it meets non-empty cell. GroupDocs.Viewer Cloud provides a setting to configure the mode which will be used for rendering overflowed text: To set the overflowed text to be hidden, set SpreadsheetOptions.TextOverflowMode to HideText as shown in the example below. To set the overflowed text to overlay subsequent cells until it meets non empty cell, set SpreadsheetOptions.TextOverflowMode to OverlayIfNextIsEmpty....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.xlsx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  7. PDF Viewer - Optimization options | Documentation

    GroupDocs.Viewer Cloud allows you to optimize the output PDF file for a web browser or to reduce the file size by optimizing resources. Optimization for a web allows a browser to display the first pages of a PDF file when you open the document, instead of waiting for the entire file to download. Resource optimization allows you to reduce the size of the output PDF file. While optimizing, GroupDocs.Viewer may reduce the image size or quality, remove notes or form fields, remove objects, fonts, or personal information from a document, and so on....( Model\ViewOptions :: VIEW_FORMAT_PDF ); $renderOptions = new...e.pptx" viewOptions . view_format = "PDF" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/pdf-viewer-optimiza...
  8. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you to reorder the document pages. The order of the pages in the source document is never changed, instead, the API applies reordering to the resultant PDF document. The following code snippet shows how to reorder pages. 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/reorder-pages/
  9. Limit count of items to render | Documentation

    GroupDocs.Viewer Cloud allows rendering the items in Outlook Data Files (OST/PST). OutlookOptions is used to set rendering options for OST and PST formats. The following code samples show how to render the items in an Outlook Data File by setting a maximum limit. 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....rendering options for OST and PST formats. The following code samples..."SampleFiles/sample.ost" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/limit-count-of-item...
  10. रूबी में एमएसजी फाइलों को पीडीएफ में कैसे बदलें

    आउटलुक ईमेल और ऑफिसलॉजिक ग्रुपवेयर एमएसजी फाइल फॉर्मेट को पीडीएफ फॉर्मेट में कन्वर्ट करें। यह लेख एमएसजी फाइलों को रूबी में पीडीएफ में बदलने के तरीके के बारे में है।...format = "pdf" settings.output_path..."outlook-mail/email.msg" settings.format = "pdf" # संदेश लोड विकल्प...

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