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

formatting

(0.11 sec)
  1. GroupDocs.Merger 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....the default presentation file format for new PowerPoint presentations...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  2. Edit PPTX Online using an Online PPT Editor

    Edit PPTX online using an enterprise-level online PPT editor. GroupDocs.Editor provides a browser-based powerpoint editing software to edit PPT/PPTX online....downling edited files in PDF file format, creating a new document, and...

    blog.groupdocs.cloud/editor/edit-pptx-online-us...
  3. How to Merge Word Documents in Ruby using REST API

    How to Merge Word Documents in Ruby using REST API...splitting of all popular document formats such as Word, Excel, PowerPoint...

    blog.groupdocs.cloud/merger/how-to-merge-word-d...
  4. Node.js का उपयोग करके PDF फ़ाइलों से छवियाँ निक...

    नोड.जेएस के लिए पीडीएफ पार्सर क्लाउड एसडीके के साथ रेस्ट एपीआई का उपयोग करके पीडीएफ फाइलों से छवियां निकालें। यह आलेख इस बारे में है कि Node.js का उपयोग करके PDF फ़ाइलों से चित्र कैसे निकाले जाएँ...log("Image format: " + image.fileFormat + "....downloadUrl); console.log("Image format: " + image.fileFormat + "....

    blog.groupdocs.cloud/hi/parser/extract-images-f...
  5. แสดงเอกสาร Word ในหน้า HTML โดยใช้ PHP | ดู DOC...

    แสดงเอกสาร Word โดยทางโปรแกรมในหน้า HTML โดยใช้ REST API ใน PHP กับ GroupDocs.Viewer Cloud สำหรับ PHP SDK แสดงผล DOCX เป็นหน้าเว็บที่ตอบสนอง...at(Model\ViewOptions::VIEW_FORMAT_HTML); // กำหนดตัวเลือก HTML...at(Model\ViewOptions::VIEW_FORMAT_HTML); // กำหนดตัวเลือก HTML...

    blog.groupdocs.cloud/th/viewer/display-word-doc...
  6. Bandingkan File PDF menggunakan REST API di Nod...

    Secara terprogram Ekstrak Metadata File MP3 menggunakan REST API di cloud di Java dengan Metadata Manipulation Cloud SDK for Java...jenis dokumen, gambar, dan format file multimedia. Anda hanya...metadata yang ditentukan dalam format file yang didukung . API bekerja...

    blog.groupdocs.cloud/id/metadata/extract-metada...
  7. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new...n.xlsx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  8. Render document with notes | Documentation

    GroupDocs.Viewer Cloud does not include notes in the rendering results. However, you can choose between to show or hide the notes in the output. If you want to see notes in your rendering result, use RenderNotes property of the HtmlOptions (or JpgViewOptions, or PdfOptions). The following code sample renders Presentation with notes. 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.pptx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-document-wit...
  9. Get View Info for CAD Drawing | Documentation

    GroupDocs.Viewer Cloud provides additional information about CAD drawings such as list of layouts and layers when calling Info method. To retrieve view information for CAD drawing call Info method and cast output result to CadViewInfo type. Following example demonstrates how to retrieve view information for 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....dwg" , "format" : "AutoCAD Drawing Database...ts.dwg" viewOptions . view_format = "HTML" request = GroupDocsViewerCloud...

    docs.groupdocs.cloud/viewer/get-view-info-for-c...
  10. Adjust image quality | Documentation

    GroupDocs.Viewer Cloud enables you to adjust quality of output images contained by the source PDF document. To adjust image quality use PdfOptions.ImageQuality option. PdfOptions.ImageQuality can be set to: Low - The acceptable quality, best performance and least size of the output image. Medium - Better quality and slower performance. High - Best quality but slow performance. NOTE: this option is supported when rendering to HTML only. Following code snippet shows how to adjust image quality when rendering to HTML....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.pdf" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/adjust-image-quality/