Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 2,750 for

file editor

(0.05 sec)
  1. Extract text from ZIP archive files | Documenta...

    To extract Files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects. Zip Entry can contain the following metadata: Name Description date The time and date at which the File indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from Zip archives:...Editor Product Solution GroupDocs...ZIP archive files Extract text from ZIP archive files Leave feedback...

    docs.groupdocs.com/parser/java/extract-text-fro...
  2. Product Overview | Documentation

    GroupDocs.Merger for Java provides a wide range of document manipulation features - merge multiple Files into one File, split single File to separate Files, reorder, rotate and remove document pages without third-party tools....Editor Product Solution GroupDocs...empowers your applications with file merge features. GroupDocs.Merger...

    docs.groupdocs.com/merger/java/product-overview/
  3. Product Overview | Documentation

    GroupDocs.Merger for .NET provides a wide range of document manipulation features - merge multiple Files into one File, split single File to separate Files, reorder, rotate and remove document pages without third-party tools....Editor Product Solution GroupDocs...empowers your applications with file merge features. GroupDocs.Merger...

    docs.groupdocs.com/merger/net/product-overview/
  4. Migration Notes | Documentation

    Why to migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Annotation for .NET since version 19.8: The Annotator class introduced as a single entry point to manage the document annotating process to any supported File format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages list were rendered....Editor Product Solution GroupDocs...annotating process to any supported file format (instead of AnnotationImageHandl...

    docs.groupdocs.com/annotation/net/migration-notes/
  5. Get default ConvertOptions for specific target ...

    Learn this article and check how to obtain default convert options for specific conversion format with GroupDocs.Conversion for Java API. ...Editor Product Solution GroupDocs...Leave feedback When dealing with file format conversions, certain...

    docs.groupdocs.com/conversion/java/get-default-...
  6. Introducing Web Report Generator | Documentation

    Introduction to Web Report Generator Powered by GroupDocs.Assembly for .NET Web Report Generator is an ASP.NET Web forms application using GroupDocs.Assembly for .NET that demonstrates the core functionalities provided by GroupDocs.Assembly for .NET. The Web Report Generator allows user to easily create reports based on: a) Predefined custom templates (created in Supported Document Formats following Supported Template Syntax) and b) Your own database (MS SQL Server local OR Remote) tables, views and also with custom query....Editor Product Solution GroupDocs...Template file. Upload and use MS Excel Template file. Upload and...

    docs.groupdocs.com/assembly/net/introducing-web...
  7. Document filtering in search result | Documenta...

    This article gives the knowledge that how the document filters used during the search....Editor Product Solution GroupDocs...( "relativity" , options ); File path filters The first supported...

    docs.groupdocs.com/search/net/document-filterin...
  8. 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....Editor Product Solution GroupDocs...popular microsoft office and email file formats based upon template...

    docs.groupdocs.com/assembly/net/features-overview/
  9. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Editor Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Add document to Diagram via OLE | Documentation

    This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your Java applications....Editor Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/java/add-document-to-...