Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 6,103 for

file merger

(3.36 sec)
  1. Remove Annotations from PPTX using C#

    Gain a clear understanding of how to remove annotations from PPTX using C#. Additionally, you'll find a code example on how to delete annotations in PPTX using C#....Merger Product Family GroupDocs.Redaction...remove annotations from PPTX files Create an instance of the Redactor...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  2. Render PDF as HTML using Python

    Render PDF as HTML using Python with simple steps. Discover how to convert PDF to HTML in Python for smooth access, flexible distribution, and seamless embedding online....Merger Product Family GroupDocs.Redaction...the PDF as an individual HTML file To render PDFs into web-friendly...

    kb.groupdocs.com/viewer/python/render-pdf-as-ht...
  3. Save in rasterized PDF | GroupDocs

    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(); }...Merger Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...
  4. Render Hidden Slides to PDF using Python

    Learn how to render hidden slides to PDF using Python. This tutorial explains how to convert hidden PPTX to PDF in Python for complete presentation export....Merger Product Family GroupDocs.Redaction...are preserved in the exported file. This tutorial also explains...

    kb.groupdocs.com/viewer/python/render-hidden-sl...
  5. Extract images from PDF documents | GroupDocs

    This article explains that how to extract images from PDF documents...Merger Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/net/extract-images-fr...
  6. GroupDocs.Metadata for Node.js overview | Group...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....Merger Product Solution GroupDocs...unified way regardless of the file format. With its powerful and...

    docs.groupdocs.com/metadata/nodejs-java/product...
  7. 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/
  8. Extract images from Microsoft Office PowerPoint...

    To extract images from Microsoft Office PowerPoint presentations getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office PowerPoint presentations as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT Files. Therefore, for TXT File getImages method returns null....Merger Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-images-f...
  9. Extracting metadata | GroupDocs

    Extract the metadata properties you need from Files of different types with GroupDocs.Metadata for Python via .NET using tags, categories and property attributes....Merger Product Solution GroupDocs...metadata properties you need from files of different types. You don’t...

    docs.groupdocs.com/metadata/python-net/extracti...
  10. Redact Text in PPTX using Java

    In this guide, you'll discover how to redact text in PPTX using Java. Moreover, you'll receive a simple code example to replace text in PPTX using Java....Merger Product Family GroupDocs.Redaction...efficiently redact text in PPTX files to maintain confidentiality...

    kb.groupdocs.com/redaction/java/redact-text-in-...