Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 6,534 for

file comparison

(1.01 sec)
  1. 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. 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/net/use-of-in-line-...
  2. Render CHM as HTML using Python

    Let's learn the detail of how to render CHM as HTML using Python. This tutorial shows how to convert CHM to HTML in Python for browser-based viewing and integration....Comparison Product Family GroupDocs...CHM as HTML using Python CHM files—compiled HTML help archives—are...

    kb.groupdocs.com/viewer/python/render-chm-as-ht...
  3. Render XLSX as HTML using Python

    Learn how to render XLSX as HTML using Python. This tutorial also explains how to convert XLSX to HTML in Python for browser-based viewing....Comparison Product Family GroupDocs...with statement to load the XLSX file securely and efficiently Configure...

    kb.groupdocs.com/viewer/python/render-xlsx-as-h...
  4. GroupDocs.Assembly for Java 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....Comparison Product Solution GroupDocs...assembled file using explicit specifications or file extension...

    docs.groupdocs.com/assembly/java/product-overview/
  5. How to Convert RTF to JPG using C#

    In this article, we will showcase how to convert RTF to JPG using C# without installing third-party software. also, we will provide code to export RTF to JPG in C#....Comparison Product Family GroupDocs...from RTF (Rich Text Format) files to JPG (JPEG) format proves...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Convert PDF to PPTX using Java

    Learn how to quickly convert PDF to PPTX using Java by carefully following our comprehensive tutorial. Additionally, we'll give you a Java code example to export PDF to PPTX using Java....Comparison Product Family GroupDocs...(Portable Document Format) files into PowerPoint presentations...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  7. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Comparison Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Migration Notes | GroupDocs

    Notes on the relationship between the GroupDocs.Editor for Python via .NET API and the underlying .NET API....Comparison Product Solution GroupDocs..., and EditableDocument.from_file(html_path, folder) . Options...

    docs.groupdocs.com/editor/python-net/migration-...
  9. Extract Metadata from Documents | GroupDocs

    Extract metadata (author, title, custom properties) from PDF, Office, images, emails, and other formats using GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs...sample.pdf The following sample file is used in this example: Steps...

    docs.groupdocs.com/parser/python-net/extract-me...
  10. Hello, World! | GroupDocs

    Quickly get started with GroupDocs.Watermark for Python via .NET by creating and running a simple example....Comparison Product Solution GroupDocs...pdf sample.pdf is the sample file used in this example. Click...

    docs.groupdocs.com/watermark/python-net/hello-w...