Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 5,685 for

file merger

(0.13 sec)
  1. Adding image watermarks | GroupDocs

    GroupDocs.Watermar API supports adding the following image File types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local File Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....Merger Product Solution GroupDocs...supports adding the following image file types as image watermark: Bmp;...

    docs.groupdocs.com/watermark/java/adding-image-...
  2. Protect PDF document | GroupDocs

    Protect PDF documents when rendering documents using GroupDocs.Viewer for .NET...Merger Product Solution GroupDocs...DenyPrinting ; // Create a PDF file. PdfViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/protect-pdf-docum...
  3. Working with Templates | GroupDocs

    Create templates with fields and tables to extract structured data using GroupDocs.Parser for Python via .NET....Merger Product Solution GroupDocs...invoice.pdf The following sample file is used in this example: Tables...

    docs.groupdocs.com/parser/python-net/working-wi...
  4. Edit document | GroupDocs

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for .NET API features....Merger Product Solution GroupDocs...edit CSV file How to edit XML file How to edit e-Book file Edit text...

    docs.groupdocs.com/editor/net/edit-document/
  5. GroupDocs.Total Product Family on GroupDocs Blo...

    GroupDocs.Total Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Total Product Family on GroupDocs Blog | Document Automation ...... BoardPro Converts Files into PDF and Merge Multiple...metadata to a variety of business file formats like Word, Excel, PowerPoint...

    blog.groupdocs.com/categories/groupdocs.total-p...
  6. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Comparison for Node.js via Java API....Merger Product Solution GroupDocs...= new InputStream ( 'sample-files/source.docx' ); // Initialize...

    docs.groupdocs.com/comparison/nodejs-java/gener...
  7. Edit and Update Form Fields | GroupDocs

    Editing Form Fields with GroupDocs.Editor for Node.js via Java...Merger Product Solution GroupDocs...readable stream from the input file path. const fs = require ( 'fs'...

    docs.groupdocs.com/editor/nodejs-java/edit-and-...
  8. Generate Document from JSON Data Source | Group...

    Build documents from JSON data sources using JsonDataSource class to load and bind JSON data to templates in .NET applications....Merger Product Solution GroupDocs...Create or obtain JSON data (from file, API, or string) Instantiate...

    docs.groupdocs.com/assembly/net/basic-usage-jso...
  9. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Merger Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Convert PDF to XPS using Java

    Quickly convert PDF to XPS using Java with our comprehensive guide. Furthermore, we'll provide you with a code example to export PDF to XPS using Java....Merger Product Family GroupDocs.Redaction...(Portable Document Format) files to XPS (XML Paper Specification)...

    kb.groupdocs.com/conversion/java/convert-pdf-to...