Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 11,018 for

format

(0.1 sec)
  1. Generate PDF report from JSON on GroupDocs Blog...

    Generate PDF report from JSON on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Generate PDF report from JSON on GroupDocs Blog | Document Automation So......raporty, konwertując JSON na format PDF i Word przy użyciu szablonów...

    blog.groupdocs.com/pl/tag/generate-pdf-report-f...
  2. Convert JSON to XML in CSharp on GroupDocs Blog...

    Convert JSON to XML in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert JSON to XML in CSharp on GroupDocs Blog | Document Automation So......w C# Konwertuj dane JSON na format XML przy użyciu języka C#....

    blog.groupdocs.com/pl/tag/convert-json-to-xml-i...
  3. Excel to PDF in CSharp on GroupDocs Blog | Docu...

    Excel to PDF in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Excel to PDF in CSharp on GroupDocs Blog | Document Automation Solutions for .N......arkusze kalkulacyjne Excel na format PDF za pomocą C# Konwertuj...

    blog.groupdocs.com/pl/tag/excel-to-pdf-in-cshar...
  4. Convert to PDF in CSharp on GroupDocs Blog | Do...

    Convert to PDF in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert to PDF in CSharp on GroupDocs Blog | Document Automation Solutions fo......arkusze kalkulacyjne Excel na format PDF za pomocą C# Konwertuj...

    blog.groupdocs.com/pl/tag/convert-to-pdf-in-csh...
  5. Extract Images from FB2 in Java on GroupDocs Bl...

    Extract Images from FB2 in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Extract Images from FB2 in Java on GroupDocs Blog | Document Automatio...... Simpan gambar dalam format JPG, PNG, WebP, GIF, atau BMP...

    blog.groupdocs.com/id/tag/extract-images-from-f...
  6. Extract Images from EPUB in CSharp on GroupDocs...

    Extract Images from EPUB in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Extract Images from EPUB in CSharp on GroupDocs Blog | Document Aut...... Simpan gambar dalam format JPG, PNG, WebP, GIF, atau BMP...

    blog.groupdocs.com/id/tag/extract-images-from-e...
  7. 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/
  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. Convert PDF to BMP using Python

    Learn how to export PDF to BMP using Python. This guide shows how to convert PDF to BMP using Python for legacy systems, archiving, and specialized workflows....including graphics, tables, and formatting, making them suitable for...ImageFileType.BMP as the target format Call Converter.convert_by_page...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  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-...