Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 8,937 for

format

(0.04 sec)
  1. Get document info | Documentation

    This article shows that how to get meta inFormation of a document....demonstrates how to extract basic format information from a file. BasicUsage...Console . WriteLine ( "File format: {0}" , info . FileType . FileFormat...

    docs.groupdocs.com/metadata/net/get-document-info/
  2. Quick Start Guide | Documentation

    Render files, list and save attachments in any supported Format using GroupDocs.Viewer for Python via .NET to experience its simplicity and power in Python....convert between various file formats (e.g., DOCX, PDF, PNG) with...PdfConvertOptions() : Specifies the output format as PDF. converter.convert("...

    docs.groupdocs.com/conversion/python-net/gettin...
  3. 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....microsoft office and email file formats based upon template documents...Assembly API: Multiple data formats support Use formulae & perform...

    docs.groupdocs.com/assembly/net/features-overview/
  4. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Microsoft Project files to HTML, PDF, PNG, and JPEG Formats....in HTML, PDF, PNG, and JPEG formats. You do not need to use Microsoft...document to HTML, PDF, or image format. These methods allow you to...

    docs.groupdocs.com/viewer/net/render-ms-project...
  5. Convert RTF to TIFF using Node.js

    Learn how to convert RTF to TIFF using Node.js with a simple step-by-step guide. Easily export RTF to TIFF in Node.js using a powerful document conversion library....ability to convert document formats is crucial for various applications...Rich Text Format ( RTF ) files into image formats such as TIFF...

    kb.groupdocs.com/conversion/nodejs/convert-rtf-...
  6. Index each letter as a separate word using Grou...

    Are you looking for a full-text search API that allows you to search over a lot of document Formats? In that case, GroupDocs.Search for .NET will meet your requirements. API creates index and then perform instant search across thousands of documents. Those who are already working with the API, we have some new features and improvements. Moreover, some classes have been renamed to improve code readability. There are minor changes in the new version 19....search over a lot of document formats? In that case, GroupDocs.Search...metadata indexing with new formats New Features Index each letter...

    blog.groupdocs.com/search/index-each-letter-as-...
  7. Online DOCX Barcode Reader

    Free online Barcode parser from DOCX. Secure and easy to use Barcode parser and reader...many more file and document formats (see ) Read , , , , , , , from...Document Docx is well-known format for Microsoft Word documents...

    products.groupdocs.app/parser/read-barcode/docx
  8. Search text | Documentation

    This article explains that how to search text from documents.... format ( "At %d: %s" , s . getPosition.... out . println ( String . format ( "At %d: %s" , s . getPosition...

    docs.groupdocs.com/parser/java/search-text/
  9. Extract data from ePUB eBooks | Documentation

    GroupDocs.Parser provides the functionality to extract data from EPUB e-books. Also CHM and FB2 Formats are supported. The following table provides the list of supported Formats: Format Description CHM Compiled HTML Help File EPUB Digital E-Book File Format FB2 FictionBook 2.0 File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs.Parser for Java examples Free online document parser App Along with full featured ....Extract data from various formats / Extract data from ePUB eBooks...e-books. Also CHM and FB2 formats are supported. The following...

    docs.groupdocs.com/parser/net/extract-data-from...
  10. Parse data from PDF documents | Documentation

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....Extract data from various formats / Extract data from PDF documents.... out . println ( String . format ( "Name: %s" , rec . Name ));...

    docs.groupdocs.com/parser/java/parse-data-from-...