Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 5,908 for

file merger

(0.63 sec)
  1. Working with slide backgrounds | GroupDocs

    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....Merger Product Solution GroupDocs... get_Item ( 0 ); File imageFile = new File ( "background.png"...

    docs.groupdocs.com/watermark/java/working-with-...
  2. Redact Text in RTF using Java

    This tutorial will walk you through the steps of how to redact text in RTF using Java. Additionally, you will get a code example to replace text in RTF using Java....Merger Product Family GroupDocs.Redaction...Java to redact text in RTF files Create an instance of the Redactor...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...presentation documents from stream to file is now fixed, please visit the...presentations from stream to file is not working properly Only...

    blog.groupdocs.com/groupdocs.blog/page/54/
  4. Add Text Watermark to JPG using Java

    Discover how to add text watermark to JPG using Java. Moreover, you'll receive a code snippet demonstrating how to insert text watermark to JPG in Java programming....Merger Product Family GroupDocs.Redaction...for adding a watermark to JPG files Instantiate the Watermarker...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  5. Scan QR Code from DOCX using C#

    Let’s quickly learn how to scan QR Code from DOCX using C#. Moreover, an example will be provided to extract QR Code from DOCX in C# without using extra software....Merger Product Family GroupDocs.Redaction...If you’re working with DOCX files and need to scan QR Code from...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  6. Convert files to various formats | GroupDocs

    This page explains how to convert a File to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of Java code....Merger Product Solution GroupDocs...Basic usage / Convert files Convert files to various formats Leave...

    docs.groupdocs.com/conversion/java/convert/
  7. Convert files to various formats | GroupDocs

    This page explains how to convert a File to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of JavaScript code....Merger Product Solution GroupDocs...Basic usage / Convert files Convert files to various formats Leave...

    docs.groupdocs.com/conversion/nodejs-java/convert/
  8. Add Text Watermark to DOC using C#

    Let’s explore how to add text watermark to DOC using C#. We’ll also provide you with code to insert text watermark to DOC using C# without needing additional software....Merger Product Family GroupDocs.Redaction...to add a watermark to a DOC file Create a new instance of the...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  9. Scan QR Code from JPG using C#

    Easily discover how to scan QR Code from JPG using C# without need for additional software installations along with code example to extract QR Code from JPG in C#....Merger Product Family GroupDocs.Redaction...enable QR code scanning from JPG files Initialize a Parser object by...

    kb.groupdocs.com/parser/net/scan-qrcode-from-jp...
  10. How to run GroupDocs.Viewer in Docker | GroupDocs

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....Merger Product Solution GroupDocs...Instantiate Viewer and pass file name using ( Viewer viewer =...

    docs.groupdocs.com/viewer/net/how-to-run-groupd...