Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 2,931 for

file editor

(0.06 sec)
  1. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Merger for .NET...Editor Product Solution GroupDocs...provided below to learn more about file merge features. GitHub Examples...

    docs.groupdocs.com/merger/net/showcases/
  2. Basic usage | GroupDocs

    Quick Start section for GroupDocs.Redaction API Perform redactions for your documents easily with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply redactions to it....Editor Product Solution GroupDocs...to it. Get supported file formats Get file info Get document page...

    docs.groupdocs.com/redaction/net/basic-usage/
  3. GroupDocs.Metadata Overview | Documentation

    What is GroupDocs.Metadata? GroupDocs.Metadata for Java is a full featured class library which allows users to read and edit metadata associated with various document, image, audio, video and many other formats. It works with most notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific metadata properties. The Metadata API is very flexible and easy to operate with. It provides extended capabilities allowing working with metadata in a unified way regardless of the File format....Editor Product Solution GroupDocs...unified way regardless of the file format. Why use GroupDocs.Metadata...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  4. Add document to Word processing via OLE | Group...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your .NET applications....Editor Product Solution GroupDocs...and pass object with embedded file path and page number; Call method...

    docs.groupdocs.com/merger/net/add-document-to-w...
  5. Load Presentation document with options | Group...

    Learn this article and check how to load and convert Microsoft PowerPoint documents with advanced options using GroupDocs.Conversion for Java API....Editor Product Solution GroupDocs...developers to load presentation files such as PPT, PPTX, and other...

    docs.groupdocs.com/conversion/java/load-present...
  6. Generate Document from XML Data Source | GroupDocs

    Create reports from XML data sources using XmlDataSource class to load and bind XML data to templates....Editor Product Solution GroupDocs...Create or obtain XML data (from file, string, or stream) Instantiate...

    docs.groupdocs.com/assembly/net/basic-usage-xml...
  7. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....Editor Product Solution GroupDocs...components are specific to the file format. That means you cannot...

    docs.groupdocs.com/annotation/java/add-componen...
  8. Compare multiple documents | GroupDocs

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs..., output_directory , output_file_name ): # Initialize the comparer...

    docs.groupdocs.com/comparison/python-net/compar...
  9. GroupDocs.Viewer Product Family | GroupDocs

    Excellent File viewer component that empowers your C#, ASP.NET, and other .NET applications with document viewing features across more than 170+ supported File formats Documentation .NET Java Node.js Python GroupDocs.Viewer for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Document rendering Articles and guidelines for document rendering Render Word documents Render PDF documents Render PowerPoint presentations Render spreadsheets ....Editor Product Solution GroupDocs...Viewer Product Family Excellent file viewer component that empowers...

    docs.groupdocs.com/viewer/
  10. 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(); }...Editor Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...