Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 6,013 for

file merger

(0.42 sec)
  1. Use Cases | GroupDocs

    Explore real-world use cases for GroupDocs.Metadata for .NET, such as extracting metadata from PDFs and detecting PDF/A conformance....Merger Product Solution GroupDocs...metadata across a variety of file formats. Whether you are building...

    docs.groupdocs.com/metadata/net/use-cases/
  2. Extract Images from PPTX using C#

    Learn how to extract images from PPTX using C# with a step-by-step guide. This tutorial provides C# code to extract images from PPTX Files efficiently for your projects....Merger Product Family GroupDocs.Redaction...Extracting images from PPTX files is a common requirement for...

    kb.groupdocs.com/parser/net/extract-images-from...
  3. Extract Text from PPTX using C#

    This article provides an in-depth guide on how to extract text from PPTX using C#, including code example to help you efficiently do text extraction from PPTX in C#....Merger Product Family GroupDocs.Redaction...Text from PPTX using C# PPTX files, the widely used format for...

    kb.groupdocs.com/parser/net/extract-text-from-p...
  4. Setting author of changes | GroupDocs

    Stamp a custom author name on Word revision markup in the comparison result using WordCompareOptions.RevisionAuthorName in GroupDocs.Comparison for .NET....Merger Product Solution GroupDocs...the object. Specify a source file path or an input stream. Call...

    docs.groupdocs.com/comparison/net/setting-autho...
  5. GroupDocs.Comparison for .NET | GroupDocs

    GroupDocs.Comparison for .NET developer documentation. Learn how to diff docx, pptx, and compare pdf Files using C#....Merger Product Solution GroupDocs...differences in a distinct output file. About GroupDocs.Comparison...

    docs.groupdocs.com/comparison/net/
  6. Install GroupDocs.Watermark for Python via .NET...

    This topic describes how to install GroupDocs.Watermark for Python....Merger Product Solution GroupDocs...assemblies. Download the Wheel File: On the download page, locate...

    docs.groupdocs.com/watermark/python-net/install...
  7. Working with OpenType fonts | GroupDocs

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font Files. The following are the steps to read the header of an OpenType File. Load an OpenType font File Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....Merger Product Solution GroupDocs...information from OpenType font files. The following are the steps...

    docs.groupdocs.com/metadata/java/working-with-o...
  8. Render RTF as HTML using Python

    Learn how to render RTF as HTML using Python and easily create HTML pages from RTF in Python while preserving formatting, layout, and style for web display....Merger Product Family GroupDocs.Redaction...using Python Converting RTF files into HTML format is a practical...

    kb.groupdocs.com/viewer/python/render-rtf-as-ht...
  9. 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...
  10. Extract images from Microsoft Office Word docum...

    This article explains that how to extract images from Microsoft Office Word (.doc, .docx) documents...Merger Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/net/extract-images-fr...