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

file

(0.35 sec)
  1. Redact Text in PDF using Java

    In this tutorial, you will learn how to redact text in PDF using Java. Also, you will be provided with a straightforward code to replace text in PDF using Java....sensitive information from PDF files is crucial to protect data privacy...Java for redacting text in PDF file Instantiate the Redactor class...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  2. Scan QR Code from RTF using C#

    This guide explains how to scan QR Code from RTF using C#, with a code example to help you efficiently extract QR Code from RTF in C#, ensuring a smooth and seamless process....product details stored within the file. This capability is particularly...QR code extraction from RTF file Instantiate a Parser object...

    kb.groupdocs.com/parser/net/scan-qrcode-from-rt...
  3. How to Streamline Your Document Signing Using O...

    A steady document signing process is the back bone of any contract-oriented organization. Conventional signing process leaves you with piles of signed documents, difficult to handle and archive. Also, the documents are passed around different departments, either getting lost or eating up too much time delaying the signing process. Online signature is the answer to all these concerns. Save your time and effort with GroupDocs’ online signatureSay good bye to lost signed documents and tons of paper piling up in your office!...Choose a File:Here you have three options to choose a file. Use one...# Drag and drop the file in the DROP FILES HERE area. Use the...

    blog.groupdocs.com/signature/how-to-streamline-...
  4. Watermark PowerPoint Presentations | Text and I...

    Add text and image watermarks to PPT/PPTX Presentations. Apply watermarks using the online watermark application or using .NET and Java APIs....your PowerPoint file(s) or any presentation file format: Visit...website. Upload your PowerPoint file by clicking Browse or drag and...

    blog.groupdocs.com/watermark/watermark-presenta...
  5. GroupDocs.Conversion for .NET overview | Docume...

    GroupDocs.Conversion for .NET is a powerful and intuitive library used for File conversion between a variety of supported document and image types without using third-party tools....powerful and intuitive library for file conversion between a variety...Microsoft Office and OpenDocument file formats, PDF documents, HTML...

    docs.groupdocs.com/conversion/net/product-overv...
  6. How to run examples | Documentation

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....Open Visual Studio and go to File -> New -> Project . Select appropriate...can either download the ZIP file from or clone the repository...

    docs.groupdocs.com/viewer/net/how-to-run-examples/
  7. Excluding Fonts from Output HTML using GroupDoc...

    We are excited to release another monthly release, version 17.9, of GroupDocs.Viewer for .NET. This version allows you excluding fonts from HTML representation of the document and saving them as external resources. Also, we have extended the support of responsive HTML for MS Visio documents, SVG images, MS Word documents, Open Office Text and Rich Text document format. The latest version also includes some important bug fixes for the issues found in prior releases....eml message to image File extension field does not include...net to GroupDocs.Viewer . # File Extension Field does not Include...

    blog.groupdocs.com/viewer/releasing-groupdocs.v...
  8. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Node.js via Java search engine... forEach ( file => { var metadata = new groupdocs...Metadata ( Constants . inputPath + file ); if ( metadata . getFileFormat...

    docs.groupdocs.com/metadata/nodejs-java/adding-...
  9. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide.... get_Item ( 0 ); File imageFile = new File ( "background.png"...PresentationContent . class ); File imageFile = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/working-with-...
  10. Show Tracked Changes in Word Documents using Gr...

    We are excited to announce the release of version 17.5.0 of GroupDocs.Viewer for Java. The latest version has come with 9 new features, 16 improvements, and more than 20 bug fixes. Please continue to read more about this major release of GroupDocs.Viewer for Java. GroupDocs.Viewer for Java 17.5.0 - New Features Following are the most notable features of GroupDocs.Viewer for Java 17.5.0. Support of New File Formats We have added the support of following File formats in this latest release.... Support of New File Formats # We have added the...the support of following file formats in this latest release. VSTX...

    blog.groupdocs.com/viewer/show-tracked-changes-...