Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 5,524 for

file merger

(0.1 sec)
  1. Render PPTX as HTML using C#

    Effectively gain the expertise on how to render PPTX as HTML using C#. Moreover, explore detailed step-by-step instructions and C# code for rendering PPTX to HTML....Merger Product Family GroupDocs.Redaction...object by providing the PPTX file path as an argument to its constructor...

    kb.groupdocs.com/viewer/net/render-pptx-as-html...
  2. How to Convert MSG to HTML using Java

    Quickly learn how to convert MSG to HTML using Java without relying on external tools. Furthermore, we will furnish you with a code to export MSG to HTML in Java....Merger Product Family GroupDocs.Redaction...necessity arises for converting files from one format to another....

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. How to Convert RTF to PPTX using C#

    This article explains how to convert RTF to PPTX using C# programming language. It also offers a sample code example for the C# RTF to PPTX converter application....Merger Product Family GroupDocs.Redaction...functionality. Converting RTF files to PPTX format is valuable for...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Get the width and height of the document pages ...

    This article explains how to get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET....Merger Product Solution GroupDocs...Viewer ( "sample.pdf" )) { // Get file information. ViewInfoOptions...

    docs.groupdocs.com/viewer/net/how-to-get-page-w...
  5. Remove Metadata from RTF using C#

    Quickly grasp the knowledge of how to remove metadata from RTF using C#. Moreover, you'll be provided with a code demonstrating how to clean metadata from RTF in C#....Merger Product Family GroupDocs.Redaction...using C# RTF (Rich Text Format) files often contain metadata that...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  6. Compare bookmarks in Word documents | GroupDocs

    This article explains how to activate the comparison of bookmarks for Word format in GroupDocs.Comparison for Node.js via Java....Merger Product Solution GroupDocs...'@groupdocs/groupdocs.comparison' ); // Define file paths for source, target and...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  7. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....Merger Product Solution GroupDocs...resources - external files A list of file types that support font...

    docs.groupdocs.com/viewer/java/exclude-fonts/
  8. How to Add Barcode Signature to PDF in Java

    This short guide provides thorough instructions on how to create a Barcode for a PDF using Java and how to add Barcode signature to PDF in Java....Merger Product Family GroupDocs.Redaction...Signature class, pass the output PDF file name and BarcodeSignOptions...

    kb.groupdocs.com/signature/java/how-to-add-barc...
  9. 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-...
  10. How to Extract Images from PDF using C#

    Let's get familiar with the image extraction process from documents and how to extract images from PDF using C# and implement C# extract images from PDF capability....Merger Product Family GroupDocs.Redaction...allows loading the source PDF file for extracting images after...

    kb.groupdocs.com/parser/net/how-to-extract-imag...