Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 8,342 for

document merger

(0.04 sec)
  1. Adding text watermarks | Documentation

    Following code snippet shows how to add text watermark 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_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/adding-text-w...
  2. How to migrate to GroupDocs.Viewer 19.8 or high...

    This article contains information about migration from the legacy API to GroupDocs.Viewer 19.8 or higher....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/how-to-migrate-t...
  3. Parse data from PDF documents | Documentation

    This article explains that how to parse data from PDF Documents...Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/parse-data-from-p...
  4. Features Overview | Documentation

    GroupDocs.Assembly for .NET is an API that allows you to generate Documents in popular microsoft office and email file formats based upon template Documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .NET types, external Documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template Documents with custom variables & text comments within template syntax tags Dynamically insert out Document content in report Dynamically configure background color of html Documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing Document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/features-overview/
  5. Working with Table Reports - Filtered Ordered G...

    Articles in this section...Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/working-with-ta...
  6. Load files from different sources | Documentation

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint Documents by local file path, stream or URL for further processing with GroupDocs.Conversion for Java API....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/java/loading-docu...
  7. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/nodejs-java/render-pd...
  8. Working with List Reports - Bulleted | Document...

    The Bulleted List As per wikipedia, a Bulleted List can be described as: In typography, a bullet ( • ) is a typographical symbol or glyph used to introduce items in a list. For example: Item 1 Item 2 Item 3 For more information, please visit wikipedia article. Articles in this section...Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/working-with-l...
  9. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF Document The following sample of code will help you to detect the PDF version a loaded Document and extract some additional file format information. Load a PDF Document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.Document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Render to HTML | Documentation

    Render files to HTML with GroupDocs.Viewer for Python. Easily convert Documents like Word to clean HTML....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/python-net/rendering-...