Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 15,514 for

file

(0.06 sec)
  1. Render CHM as HTML using Python

    Let's learn the detail of how to render CHM as HTML using Python. This tutorial shows how to convert CHM to HTML in Python for browser-based viewing and integration....CHM as HTML using Python CHM files—compiled HTML help archives—are...a with block to load the CHM file and handle resources efficiently...

    kb.groupdocs.com/viewer/python/render-chm-as-ht...
  2. Simple JSP Front End example for GroupDocs.View...

    We are excited to announce a simple front-end for GroupDocs.Viewer for Java API so newbies can start using it quickly, instead of learning the rich features and complexities provided in GroupDocs.Viewer for Java using Struts2 or GroupDocs.Viewer for Java Using Servlets. Simplicity comes with many advantages and disadvantages. JSP front-end is a minimum implementation and demonstrates how simple it is to get started with GroupDocs.Viewer for Java. This removes features some useful features, like the user cannot download the document, cannot print, zoom, etc....Downloading Document Printing File Browser Watermark Ajax-based...directory Copy your desired file to storage folder Set the filename...

    blog.groupdocs.com/viewer/groupdocs-viewer-java...
  3. Rearrange Pages in Word using C# | Organize DOC...

    Reorder the pages of Word Files using C#. The running example shows how to change the order of pages in DOC/DOCX Files using the .NET API....one of the most commonly used file formats that are used to create...simply merge the same type of files into one single document. In...

    blog.groupdocs.com/merger/move-word-pages-using...
  4. Show results of comparison as a Word Track Chan...

    This article explains how to use the Microsoft Word Track Changes comparing as a built in feature in GroupDocs.Comparison for .NET.... Specify the source file path or stream. Call the method...method. Specify the target file path or stream. Instantiate the...

    docs.groupdocs.com/comparison/net/word-track-ch...
  5. Load from stream | GroupDocs

    Load documents directly from streams (URLs, FTP, etc.) in your Python applications using GroupDocs.Viewer....stream without saving it as a file on a disk. You can use this...docx sample.docx is the sample file used in this example. Click...

    docs.groupdocs.com/viewer/python-net/load-docum...
  6. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached File is supported by GroupDocs....()) { // Check if the attached file is supported by GroupDocs.Watermark...Save changes in the attached file attachment . updateContent (...

    docs.groupdocs.com/watermark/java/add-watermark...
  7. Comparing Folders | GroupDocs

    This page describes how to compare two folders and find out which Files/folders were deleted, added or modified.... Comparer ( 'sample-files/SourceFolder' , compareOptions...against comparer . add ( 'sample-files/TargetFolder' , compareOptions...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  8. Render XLSX as HTML using Python

    Learn how to render XLSX as HTML using Python. This tutorial also explains how to convert XLSX to HTML in Python for browser-based viewing....with statement to load the XLSX file securely and efficiently Configure...view(viewOptions) method to convert the XLSX file into HTML format for viewing...

    kb.groupdocs.com/viewer/python/render-xlsx-as-h...
  9. How to Convert RTF to JPG using C#

    In this article, we will showcase how to convert RTF to JPG using C# without installing third-party software. also, we will provide code to export RTF to JPG in C#....from RTF (Rich Text Format) files to JPG (JPEG) format proves...Converter class by providing the RTF file path as an argument to its constructor...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Convert PDF to PPTX using Java

    Learn how to quickly convert PDF to PPTX using Java by carefully following our comprehensive tutorial. Additionally, we'll give you a Java code example to export PDF to PPTX using Java....(Portable Document Format) files into PowerPoint presentations...converting PDF to PPTX Supply the PDF file’s path to the constructor of...

    kb.groupdocs.com/conversion/java/convert-pdf-to...