Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 6,374 for

file merger

(0.32 sec)
  1. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a File of a particular format using GroupDocs.Metadata for Python via .NET....Merger Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  2. Specify file type for comparison manually | Gro...

    Specify a document File type manually in GroupDocs.Comparison for .NET via LoadOptions.FileType to skip auto-detection and speed up loading of large Files....Merger Product Solution GroupDocs...Specify file type for comparison manually Specify file type for...

    docs.groupdocs.com/comparison/net/specify-file-...
  3. XLTX File Format Support in GroupDocs.Merger fo...

    Document Manipulation and Modification is now programatically implemented in a lot of File formats. Keeping that in view, we are introducing some new File formats with the release of GroupDocs.Merger for .NET 19.2. Following new File formats are now supported by the API: XLT XLTX XLTM In excel these File formats are basically saved as a template Files. Beside new features, we also introduced a improvement and few bug fixes....programatically implemented in a lot of file formats. Keeping that in view...some new file formats with the release of GroupDocs.Merger for .NET...

    blog.groupdocs.com/merger/xltx-file-format-supp...
  4. Save a modified file to a stream | GroupDocs

    This article shows how to save a File to the specified stream in Java...Merger Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a stream Save...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  5. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk using GroupDocs.Metadata for Python via .NET....Merger Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a specified location...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  6. Save a modified file to the original source | G...

    This article shows how to save the modified content back to the underlying source using GroupDocs.Metadata for Python via .NET....Merger Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to the original...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  7. Change Page Orientation of Word Document in C# ...

    Change the orientation of pages in Word DOC/DOCX documents using C#. Set pages as portrait or landscape within .NET applications using GroupDocs....Merger showcases the .NET API that...We will use this GroupDocs.Merger for .NET to change the page...

    blog.groupdocs.com/merger/change-page-orientati...
  8. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a File of some particular format. advanced_usage.loading_Files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a File to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Merger Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  9. Extracting pages from a document and saving the...

    The first and foremost question in your mind could be, is it about PDF documents only? And the answer is, No. In this blog post we will see how simple yet helpful it is to extract pages from different kinds of documents (e.g. Word, Excel, Presentation, PDF, HTML, RTF) and save them as a new File using GroupDocs.Merger for .NET. Learn more about the supported File formats. Hence, the resultant document will possess only extracted pages....save them as a new file using GroupDocs.Merger for .NET. Learn more...more about the supported file formats. Hence, the resultant document...

    blog.groupdocs.com/merger/extracting-pages-from...
  10. How to Convert Text File to JPG using C#

    This tutorial describes the process to convert Text File to JPG using C# and provides a sample code to show the implementation of the TXT to JPG converter in C#....Merger Product Family GroupDocs.Redaction...Product Family How to Convert Text File to JPG using C# This short article...

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