Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 12,028 for

format

(0.24 sec)
  1. Split text file | GroupDocs

    Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for .NET API....class with output files path format, desired and line numbers;...

    docs.groupdocs.com/merger/net/split-text-file/
  2. Edit and Manage Metadata in Node.js Apps - Grou...

    Discover how to utilize GroupDocs.Metadata for Node.js to extract, update and remove metadata in your applications....work with different document formats. In this article, we will look...metadata across various document formats in Node.js applications. Although...

    blog.groupdocs.com/metadata/edit-metadata-in-no...
  3. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other Formats with couple C# code lines and GroupDocs.Merger for .NET....these are Presentation file formats that store collection of records...saved/converted into other file formats as well such as PDF, BMP, PNG...

    docs.groupdocs.com/merger/net/merge/powerpoint/
  4. Handling metadata in WAV files | GroupDocs

    This article explains about the API supports extracting metadata from WAV files...Managing metadata for specific formats / Audio / Handling metadata...managing_metadata_for_specific_formats. audio.wav.WavReadNativeMetadat...

    docs.groupdocs.com/metadata/java/handling-metad...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...GIF, JP2, TIFF & WebP image formats for adding watermarks on it...JPG, PNG, TIFF, and other formats using C#. Suppose that you...

    blog.groupdocs.com/groupdocs.blog/page/35/
  6. Extract Images from XLSX using C#

    Learn how to extract images from XLSX using C# with step-by-step guide. Get practical C# code to extract images from XLSX and enhance your data extraction workflow....to handle various document formats, including XLSX. After integrating...complexities of the XLSX file format, enabling you to extract images...

    kb.groupdocs.com/parser/net/extract-images-from...
  7. GroupDocs.Parser for Python 25.12 – Latest Upda...

    Explore what’s new in GroupDocs.Parser for Python 25.12. Available now on NuGet and GroupDocs website....12 – key features and format support overview Table of Contents...features Supported document formats Platform support Installation...

    blog.groupdocs.com/parser/groupdocs-parser-for-...
  8. GroupDocs.Assembly for Net overview | GroupDocs

    A assembly is a document automation and reports generation API designed to create custom documents from templates. With its powerful and straightforward API, you can execute the following actions: 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....following actions: Multiple data formats support Use formulae & perform...lower, capital, firstcap formatting to strings in template syntax...

    docs.groupdocs.com/assembly/net/product-overview/
  9. Removing found watermarks | GroupDocs

    This article explains how to remove found watermarks while using GroupDocs. Watermarks Java API....watermark with particular text formatting GroupDocs.Watermark also...watermarks with a particular text formatting. advanced_usage.searchin...

    docs.groupdocs.com/watermark/java/removing-foun...
  10. Working with metadata in PDF documents | GroupDocs

    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 FileType property to obtain file Format inFormation AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Managing metadata for specific formats / Documents / Working with...extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/net/working-with-me...