Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 5,875 for

file comparison

(0.25 sec)
  1. Convert ODT to TIFF using Node.js

    Easily convert ODT to TIFF using Node.js. Follow this simple guide to export ODT to TIFF in Node.js and streamline document processing in your application....Comparison Product Family GroupDocs...with OpenDocument Text (ODT) files who need to produce high-quality...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  2. Save attachments | GroupDocs

    Save attachments and embedded Files from PDF, Outlook data File or email...Comparison Product Solution GroupDocs...Instantiate the object. Specify a file that contains attachments. Call...

    docs.groupdocs.com/viewer/java/how-to-extract-a...
  3. Features Overview | GroupDocs

    GroupDocs.Assembly for Python via .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....Comparison Product Solution GroupDocs...popular microsoft office and email file formats based upon template...

    docs.groupdocs.com/assembly/python-net/features...
  4. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents . Use of In-line Syntax Error Messages By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....Comparison Product Solution GroupDocs...Processing document template file has been used. Therefore, the...

    docs.groupdocs.com/assembly/java/use-of-in-line...
  5. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other Files of different types in your Java solution....Comparison Product Solution GroupDocs...properties extracted from a file. Some metadata standards can...

    docs.groupdocs.com/metadata/java/find-metadata-...
  6. Save HTML to folder | GroupDocs

    This article explains how to save edited document in HTML form to folder at local disk using GroupDocs.Editor for .NET features....Comparison Product Solution GroupDocs...intermediate , and save to disk as HTML file with resource folder. Almost...

    docs.groupdocs.com/editor/net/save-html-to-folder/
  7. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to save the document as a rasterized PDF File...Comparison Product Solution GroupDocs...document as a rasterized PDF file: C# using ( Redactor redactor...

    docs.groupdocs.com/redaction/net/save-in-raster...
  8. Add text watermarks | GroupDocs

    Add text watermarks to rendered documents using GroupDocs.Viewer in your Python applications....Comparison Product Solution GroupDocs...as viewer : # Create an HTML file. viewOptions = HtmlViewOptions...

    docs.groupdocs.com/viewer/python-net/add-text-w...
  9. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Comparison Product Solution GroupDocs...metadata in FLV files Working with metadata in FLV files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Output adapters | GroupDocs

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....Comparison Product Solution GroupDocs...to output text to a file. The path to a file is specified in the...

    docs.groupdocs.com/search/java/output-adapters/