Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 12,015 for

format

(0.04 sec)
  1. Convert Source Code to PDF in Java on GroupDocs...

    Convert Source Code to PDF in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert Source Code to PDF in Java on GroupDocs Blog | Document Aut......Java Ubah file kode sumber ke format PDF di Java. Mengonversi file...

    blog.groupdocs.com/id/tag/convert-source-code-t...
  2. CSV to Word Report in CSharp on GroupDocs Blog ...

    CSV to Word Report in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in CSV to Word Report in CSharp on GroupDocs Blog | Document Automation Solu......CSV menggunakan C# Konversi format CSV ke PDF & Word dengan...

    blog.groupdocs.com/id/tag/csv-to-word-report-in...
  3. Convert CSV to XML in CSharp on GroupDocs Blog ...

    Convert CSV to XML in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert CSV to XML in CSharp on GroupDocs Blog | Document Automation Solu......CSV-Daten mit C# in das XML-Format. Automatisieren Sie die CS...

    blog.groupdocs.com/de/tag/convert-csv-to-xml-in...
  4. Convert Source Code to PDF in CSharp on GroupDo...

    Convert Source Code to PDF in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert Source Code to PDF in CSharp on GroupDocs Blog | Document......Quellcodedateien in C# in das PDF-Format um. Konvertieren Sie Python-...

    blog.groupdocs.com/de/tag/convert-source-code-t...
  5. merge two or more files on GroupDocs Blog | Doc...

    merge two or more files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in merge two or more files on GroupDocs Blog | Document Automation Solutions for ......dua atau lebih dokumen dari format file yang berbeda ke dalam...

    blog.groupdocs.com/id/tag/merge-two-or-more-fil...
  6. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to text or PDF using OCR with GroupDocs.Conversion for Java....About image file formats An image file format is a standard method...into vector image formats and raster image formats. 3D Images are...

    docs.groupdocs.com/conversion/java/convert/imag...
  7. Search text | GroupDocs

    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/
  8. Parse data from PDF documents | GroupDocs

    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-...
  9. Features Overview | GroupDocs

    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/
  10. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data.... format ( "at %d: %s" , result . getIndex.... out . println ( String . format ( "at %d: %s" , result . getPosition...

    docs.groupdocs.com/parser/java/migration-notes/