Sort Score
Result 10 results
Languages All
Labels All
Results 4,471 - 4,480 of 8,184 for

file merger

(0.07 sec)
  1. GroupDocs.Conversion for .NET 19.11 Release Not...

    Note This page contains release notes for GroupDocs.Conversion for .NET 19.11 Major Features There are 5+ features, improvements and bug-fixes in this release, most notable are: Solved compatibility issues under .NET Standard 2.0 Now client application can hookup to converter and monitor for start, progress and complete states Improved MPP to spreadsheet conversions Full List of Issues Covering all Changes in this Release Key Category Summary CONVERSIONNET‑3460 Feature Provide information for conversion start, end and progress CONVERSIONNET‑3345 Improvement MPP to XLS conversion improvement and missing information CONVERSIONNET‑2819 Fix Fail to convert a specific word document to PDF CONVERSIONNET‑3420 Fix Other than PNG to PDF conversion throw exception for PNG source File CONVERSIONNET‑3423 Fix “System....Merger Product Solution GroupDocs...throw exception for PNG source file CONVERSIONNET‑3423 Fix “System...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  2. Locating signature with stretch mode | Document...

     This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API....Merger Product Solution GroupDocs...imageOptions ); // sign document to file signature . Sign ( "signed.pdf"...

    docs.groupdocs.com/signature/net/locating-signa...
  3. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV Files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Merger Product Solution GroupDocs...metadata in Matroska (MKV) files Reading matroska format-specific...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF Files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Merger Product Solution GroupDocs...metadata in ASF files Working with metadata in ASF files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Extract Hyperlinks from PPTX using C#

    Learn how to extract hyperlinks from PPTX using C# for presentation analysis, content management. This topic also includes code to read hyperlinks from PPTX in C#....Merger Product Family GroupDocs.Redaction...validating links, or converting PPTX files to other formats, this guide...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  6. Load Note document with options | Documentation

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for .NET API....Merger Product Solution GroupDocs...An absolute path to the font file must be provided. Substitutes...

    docs.groupdocs.com/conversion/net/load-note-doc...
  7. Add strikeout annotation | Documentation

    The page describes how to add strikeout annotation to a document using GroupDocs.Annotation for Java....Merger Product Solution GroupDocs...// Add annotation and save to file annotator . add ( strikeout...

    docs.groupdocs.com/annotation/java/add-strikeou...
  8. Extract tables from Microsoft Office Word docum...

    This article explains that how to extract tables 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-tables-fr...
  9. Sign document with Royal Mail Mailmark 2D Barco...

    This article explains how to sign document with Royal Mail Mailmark 2D Barcode electronic signatures...Merger Product Solution GroupDocs...mailmark2D }; // sign document to file var signResult = signature ...

    docs.groupdocs.com/signature/net/sign-document-...
  10. Extract Hyperlinks from DOC using C#

    Learn how to extract hyperlinks from DOC using C# efficiently. We will provide you a code example to read hyperlinks from DOC in C# for tasks like data extraction....Merger Product Family GroupDocs.Redaction...using C# Hyperlinks in DOC files serve as essential connectors...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...