Sort Score
Result 10 results
Languages All
Labels All
Results 3,911 - 3,920 of 16,699 for

file

(0.2 sec)
  1. Watermark Documents on GroupDocs Blog | Documen...

    Watermark Documents on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark Documents on GroupDocs Blog | Document Automation Solutions for .NET & J......menghapus watermark, dan melindungi file menggunakan API GroupDocs.Watermark...

    blog.groupdocs.com/id/tag/watermark-documents/i...
  2. Add Image Watermark on GroupDocs Blog | Documen...

    Add Image Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Add Image Watermark on GroupDocs Blog | Document Automation Solutions for .NET & J......menghapus watermark, dan melindungi file menggunakan API GroupDocs.Watermark...

    blog.groupdocs.com/id/tag/add-image-watermark/i...
  3. Extract highlights | GroupDocs

    Learn how to extract text highlights (context snippets) from documents using GroupDocs.Parser for Python via .NET. Extract text with surrounding context for search results and previews....pdf The following sample file is used in this example: Expected...sample.docx The following sample file is used in this example: Expected...

    docs.groupdocs.com/parser/python-net/extract-hi...
  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. 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...
  6. Pen Style is Improved in GroupDocs.Annotation f...

    This month release of GroupDocs.Annotation for .NET 18.9 comes up with some improvements and fixes. Using this latest version, you can annotate documents with improved pen styles. We therefore recommend you to download this latest release of the API to enhance your document annotation experience. Improvements FontColor cleanup in Slides PenStyle property for following formats: Words Cells Diagrams PDF Slides Images Bug Fixes TIFF/Multi TIFF File is either corrupted or black and white when annotated Unstable sorting for Slides and Diagrams documents Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....Bug Fixes # TIFF/Multi TIFF file is either corrupted or black...

    blog.groupdocs.com/annotation/groupdocs.annotat...
  7. Create PDF Binder in .NET: Easy Way with GroupD...

    If you've ever exported Word and Excel to PDF by hand just to glue them onto another PDF, this one's for you. A short .NET walkthrough using GroupDocs.Merger....contract would come in as three files — the main agreement in Word...PDF-merger app, drag three files in, check the order, save. It...

    blog.groupdocs.com/groupdocs.merger/pdf-binder-...
  8. Add Ellipse Annotation in Slides

    We try our best to provide minimal yet appropriate solutions to our customers. Hence, in this month’s release of GroupDocs.Annotation for .NET 19.3 you will observe some new “easy-to-implement” features. Lets start with ellipse annotation. You might be looking for it, we’ve now added its support for different document formats. Ellipse Annotation GroupDocs.Annotation for .NET 19.3 provides GetThumbnail method for PageImage class, that helps you in getting thumbnails of PDF document pages....to hear that multipage TIFF file can be processed by API. Have...

    blog.groupdocs.com/annotation/add-ellipse-annot...
  9. 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...
  10. 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...