Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 8,183 for

file merger

(0.07 sec)
  1. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API....Merger Product Solution GroupDocs...5 }, }; // sign document to file signature . Sign ( "signedSample...

    docs.groupdocs.com/signature/net/locating-signa...
  2. Get document information | Documentation

    This article explains how to detect document File type, obtain document details,  retrieve list of existing form fields and added signatures, calculate pages count when processing document File with GroupDocs.Signature....Merger Product Solution GroupDocs...Get document information from file on local disk The following...

    docs.groupdocs.com/signature/net/get-document-i...
  3. Features Overview | Documentation

    Features Overview GroupDocs.Assembly for Java is an API that allows you to generate documents in popular office and email File formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData 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...in popular office and email file formats based upon template...

    docs.groupdocs.com/assembly/java/features-overv...
  4. GroupDocs.Viewer for Java 19.8 Release Notes | ...

    Note This page contains release notes for GroupDocs.Viewer for Java 19.8 Major Features There are 23 features, improvements and bug fixes in this release, the most notable are: Added vCard File (.vcf) File format support Improved rendering of Outlook Data Files Support of obtaining list of folders Support of rendering folder Reading messages as attachments Filtering messages Added support of skipping rendering of empty columns when rendering Spreadsheets Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERJAVA-1909 Feature Obtaining the list of folders contained in OST/PST formats VIEWERJAVA-1910 Feature Setting for rendering specific folder from OST/PST formats VIEWERJAVA-1911 Feature Ignore empty columns when rendering spreadsheet documents VIEWERJAVA-1915 Feature Add support for VCF format VIEWERJAVA-1916 Feature Obtaining email messages contained in OST/PST formats as attachments VIEWERJAVA-1917 Feature Settings for filtering messages from OST/PST documents by subject and content VIEWERJAVA-1918 Feature Settings for filtering messages from OST/PST formats by sender VIEWERJAVA-1919 Feature Obtaining layers statuses for CAD documents VIEWERJAVA-1905 Improvement Ignore empty string when it passed as path to directory with fonts VIEWERJAVA-1906 Improvement Improve rendering into HTML for Outlook Data Files with sub folders and empty folders VIEWERJAVA-1907 Improvement Set exception localization feature as obsolete VIEWERJAVA-1908 Improvement Prevent rendering frozen and invisible CAD layers by default VIEWERJAVA-1912 Improvement Add support for rendering password protected ODS documents VIEWERJAVA-1913 Improvement Descriptive Exception message when non existing default font name is set VIEWERJAVA-1914 Improvement Simplify caching interface VIEWERJAVA-371 Bug Particular PDF document is not rendering as expected VIEWERJAVA-1923 Bug The view of xls Files in html and image mode is without cells VIEWERJAVA-1924 Bug Rendering CAD documents into image provides invalid output VIEWERJAVA-1925 Bug Issue with the image source when rendering Excel to HTML with embedded resources VIEWERJAVA-1926 Bug Header is missing when rendering Word document VIEWERJAVA-1927 Bug Exception when getting document info of ....Merger Product Solution GroupDocs...notable are: Added vCard File (.vcf) file format support Improved...

    docs.groupdocs.com/viewer/java/groupdocs-viewer...
  5. Working with metadata in AVI files | Documentation

    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 AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Merger Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Convert PDF to MHTML using Java

    By closely following our in-depth tutorial, you will discover how to quickly convert PDF to MHTML using Java. Also, we will provide you with an example to export PDF to MHTML using Java....Merger Product Family GroupDocs.Redaction...for Java for exporting PDF files to the MHTML format Create an...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  7. How to Convert XLSX to JPG using Java

    This article provides a comprehensive guide on how to convert XLSX to JPG using Java, including a code example and instructions to export XLSX to JPG using Java....Merger Product Family GroupDocs.Redaction...specifying the path of XLSX file that needs to be processed To...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. GroupDocs.Viewer for Java | Documentation

    GroupDocs.Viewer for Java allows you to render documents in various formats as HTML, PDF, JPEG, and PNG Files. You do not need to use third-party software to view Files within your Java application....Merger Product Solution GroupDocs...spreadsheets, presentations, PDF files, web pages, email messages,...

    docs.groupdocs.com/viewer/java/
  9. Working with worksheet backgrounds | Documentation

    This article explains how to work with worksheet backgrounds while using GroupDocs watermarking Java API...Merger Product Solution GroupDocs...SpreadsheetContent . class ); File imageFile = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/working-with-...
  10. Convert PDF to PPTX using C#

    Learn how to quickly convert PDF to PPTX using C# by carefully following our comprehensive tutorial. Additionally, we'll give you a C# code example to export PDF to PPTX using C#....Merger Product Family GroupDocs.Redaction...(Portable Document Format) files to PowerPoint presentations...

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