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

file

(0.14 sec)
  1. GroupDocs Apps Suite: Online Document Managemen...

    Businesses relish the economic opportunities SaaS and cloud based platforms offer. Organizations worldwide are reacting to a shift in the document management space. Lawmakers in various countries stresses the need to save documents and Files online, rather than the traditional way: paper. Different verticals such as pharmaceuticals, IT, and banking have started implementing and harnessing the benefits from online document management. There are many advantages: digital File storing and sharing is safe and secure, protects unauthorized use through security layers, and reduces cost, to mention a few....need to save documents and files online, rather than the traditional...are many advantages: digital file storing and sharing is safe...

    blog.groupdocs.com/total/online-document-manage...
  2. How to Insert Area Annotation to PDF using Java

    This topic demonstrates how to insert area annotation to PDF using Java. It also provides all instructions and a code example to add area annotation to PDF in Java....class by passing the path of PDF file to its constructor Create an...inserts area annotation into a PDF file. Code to Insert Area Annotation...

    kb.groupdocs.com/annotation/java/how-to-insert-...
  3. How to Convert XLSX to CSV using Java

    The focus of this topic is to guide you on how to convert XLSX to CSV using Java, and help you in developing a Java application to change XLSX to CSV in Java....XLSX and CSV are two common file formats used for storing and...by passing path of input XLSX file to its constructor Call Converter...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Convert MSG to HTML using Node.js

    Easily convert MSG to HTML using Node.js with a few simple steps. This tutorial also explains how to export MSG to HTML in Node.js using a reliable conversion library....js Handling email message files efficiently is essential for...Java to support converting MSG files into HTML format Add the groupdocs...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  5. Manage XMP and EXIF Data of HEIF HEIC Images us...

    Manage XMP and EXIF data of HEIF, HEIC images using C#. Read, update, remove EXIF and XMP data using Metadata automation API within .NET applications....However, EXIF (Exchangeable Image File Format) is the standard and...traverse the metadata for many file formats. Various metadata standards...

    blog.groupdocs.com/metadata/manage-xmp-and-exif...
  6. Redact PDF and Scanned Documents in Java | Blac...

    Redact text in PDF and other documents using Java in your applications. Redact documents to blackout text and also the text within the embedded images....within documents of various file formats from your Java-based...scanned PDF files. The complete list of supported file formats is...

    blog.groupdocs.com/redaction/redact-text-and-sc...
  7. Latest release for Modern SharePoint WebPart fo...

    Great news for SharePoint Developers, GroupDocs proudly announces latest release for GroupDocs.Viewer for .NET Modern SharePoint WebPart. In this v1.1 we updated all features that were implemented in ASP.NET MVC Modern UI v1.1. Our aim is to provide same features in all of our modern front ends, so that customer’s across different platforms can enjoy similar features. We have introduced a bunch of new features in this new version. We would recommend you to download this release and provide your valuable feedback....msg file via file browser. The application...

    blog.groupdocs.com/viewer/latest-release-modern...
  8. Watermark PDF Documents | Text and Image Waterm...

    Add text and image watermarks to PDF documents. Apply watermarks using the online watermark application or using .NET and Java libraries programmatically....methods to add watermarks to PDF files, both through online tools and...to adding watermarks to PDF files conveniently, online tools prove...

    blog.groupdocs.com/watermark/watermark-pdf-docu...
  9. Add component to the document | Documentation

    The page describes how to add components to a document using GroupDocs.Annotation API....components are specific to the file format. That means you cannot...component to Word, Image, or diagram file, etc. For more information,...

    docs.groupdocs.com/annotation/java/add-componen...
  10. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...document as a rasterized PDF file: final Redactor redactor = new...rasterized PDF with no suffix in file name redactor . save ( tmp0...

    docs.groupdocs.com/redaction/java/save-in-raste...