Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 5,668 for

file merger

(0.12 sec)
  1. How to Convert PDF to Word in C#

    You will learn how to convert PDF to Word in C# in this tutorial. We'll utilize a simple console application for PDF to DOC conversion using C#....Merger Product Family GroupDocs.Redaction...process of converting a PDF file to a Word document is straightforward...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Convert N consecutive pages | GroupDocs

    This article demonstrates how to convert consecutive document pages using GroupDocs.Conversion for Java API....Merger Product Solution GroupDocs...instead of converting the entire file. To convert a set of consecutive...

    docs.groupdocs.com/conversion/java/convert-n-co...
  3. 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-...
  4. How to build in docker Alpine Linux | GroupDocs

    This is a guide about build an web api which uses GroupDocs.Conversion for .NET in a docker container with Alpine Linux...Merger Product Solution GroupDocs...Linux use this sample Docker file: FROM mcr.microsoft.com/dotnet/aspnet:6...

    docs.groupdocs.com/conversion/net/build-in-dock...
  5. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Signature for .NET...Merger Product Solution GroupDocs...and search with any supported file format. Document signature options...

    docs.groupdocs.com/signature/net/migration-notes/
  6. Working with metadata in EPUB E-Books | GroupDocs

    What is EPUB? EPUB is an e-book File format that uses the “.epub” File extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB Files. The following are the steps to read native EPUB metadata. Load an EPUB File Get the root metadata package Extract the native metadata package using EpubRootPackage....Merger Product Solution GroupDocs...is an e-book file format that uses the “.epub” file extension....

    docs.groupdocs.com/metadata/net/working-with-me...
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Merger for .NET 18.7 comes with some...Problem in converting large excel files. We are pleased to announce...

    blog.groupdocs.com/groupdocs.blog/page/57/
  8. Remove Text Watermark from ODT Using Python

    Remove text watermark from ODT using Python to process OpenDocument Files automatically. This guide explains removing embedded watermark text with Python code....Merger Product Family GroupDocs.Redaction...Watermark from ODT Using Python ODT files are commonly used in open-source...

    kb.groupdocs.com/watermark/python/remove-text-w...
  9. Compare bookmarks in Word documents | GroupDocs

    This article explains how to activate the comparison of bookmarks for Word format in GroupDocs.Comparison for .NET....Merger Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...

    docs.groupdocs.com/comparison/net/compare-bookm...
  10. Convert XLSX to PNG using Python

    Learn how to convert XLSX to PNG using Python with minimal setup. Discover how to export XLSX to PNG in Python accurately and efficiently without using extra tool....Merger Product Family GroupDocs.Redaction...cases where editable Excel files are not needed or supported...

    kb.groupdocs.com/conversion/python/convert-xlsx...