Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 14,018 for

file

(0.07 sec)
  1. Install GroupDocs.Viewer for Python via .NET | ...

    Install GroupDocs.Viewer for Python via pip or download assemblies from the official website.... Download the Wheel File: On the download page, locate...download link to download the wheel file containing the package. Choose...

    docs.groupdocs.com/viewer/python-net/installation/
  2. Load from Stream | Documentation

    This article shows that how to load File from stream using redaction API...As an alternative to a local file, can open a document from stream...Stream: C# using ( Stream stream = File . Open ( @"sample.docx" , FileMode...

    docs.groupdocs.com/redaction/net/load-from-stream/
  3. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to email attachments (all the attachments of supported types in an email message)...) { // Check if the attached file is supported by GroupDocs.Watermark...Save changes in the attached file attachedWatermarker . Save ();...

    docs.groupdocs.com/watermark/net/add-watermarks...
  4. Upcoming Release of GroupDocs.Search for Java

    We are about to release GroupDocs.Search for Java, a full-featured, back-end API that could easily be utilized by Java developers in their projects. It is a fascinating document search API that extracts text and metadata from documents. Furthermore, it performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithms. API also supports full-text search. Features Offered by GroupDocs.Search for JavaGroupDocs will keep on updating this API with new features....indexes Track all changes to file in index folder View progress...updating Prevent unnecessary file indexing Subscribe to events...

    blog.groupdocs.com/search/upcoming-release-of-g...
  5. GroupDocs Editor Not Working with Kendo - Free ...

    Hello, I am working with GroupDocs Editor, previously we were using TinyMCE and now going ahead with Kendo as we are already using Kendo Editor in some of our functionalities. There were few errors in TinyMCE as well l…...t=" + File.GetLastWriteTime(Server.MapPath(Url...src="@Url.Content("~/config.js?t=" + File.GetLastWriteTime(Server.MapPath(Url...

    forum.groupdocs.com/t/groupdocs-editor-not-work...
  6. 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...
  7. Show Revisions | Documentation

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Node.js via Java.... Specify the source file path or stream. Call the add()...add() method. Specify the target file path or stream. Instantiate...

    docs.groupdocs.com/comparison/nodejs-java/show-...
  8. 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...
  9. Add watermarks to email attachments | Documenta...

    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...
  10. Edit Excel Spreadsheets | Online Editing & Prog...

    Discover efficient ways to edit Excel spreadsheets. Either edit XLS/XLSX Files online or do it programmatically using C# & Java....XLSX, and ODS are types of files that we use a lot for spreadsheets...know how to work with these files. In this article, we’re going...

    blog.groupdocs.com/editor/edit-excel-spreadsheet/