Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 10,845 for

format

(0.1 sec)
  1. Markdown to PDF CSharp on GroupDocs Blog | Docu...

    Markdown to PDF CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Markdown to PDF CSharp on GroupDocs Blog | Document Automation Solutions for .N......NET-Konvertierungs-API in ein portables Format um. Recent content in Markdown...

    blog.groupdocs.com/de/tag/markdown-to-pdf-cshar...
  2. convert cad to pdf on GroupDocs Blog | Document...

    convert cad to pdf on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in convert cad to pdf on GroupDocs Blog | Document Automation Solutions for .NET & Jav......DWG, DGN und DWF in das PDF-Format mithilfe der Dokument- und...

    blog.groupdocs.com/de/tag/convert-cad-to-pdf/in...
  3. CSharp CSV to XML on GroupDocs Blog | Document ...

    CSharp CSV to XML on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in CSharp CSV to XML on GroupDocs Blog | Document Automation Solutions for .NET & Java ......konwerter online Konwertuj format CSV na XML za pomocą bezpłatnego...

    blog.groupdocs.com/pl/tag/csharp-csv-to-xml/ind...
  4. CSharp CSV to XML on GroupDocs Blog | Document ...

    CSharp CSV to XML on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in CSharp CSV to XML on GroupDocs Blog | Document Automation Solutions for .NET & Java ......Konvertieren Sie CSV in das XML-Format mit dem kostenlosen Online-Konvertierungstool...

    blog.groupdocs.com/de/tag/csharp-csv-to-xml/ind...
  5. CSV to XML Free on GroupDocs Blog | Document Au...

    CSV to XML Free on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in CSV to XML Free on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......Konvertieren Sie CSV in das XML-Format mit dem kostenlosen Online-Konvertierungstool...

    blog.groupdocs.com/de/tag/csv-to-xml-free/index...
  6. How to Convert HTML to PDF in Java

    Read the instructions to convert HTML to PDF in Java. Quickly distribute PDF documents with anyone, and use sample html to pdf Java code in the app to convert them....distributing documents in HTML format isn’t always the greatest option...converting them to a non-editable format like PDF is the best option...

    kb.groupdocs.com/conversion/java/how-to-convert...
  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. Releasing GroupDocs.Parser for Java – A Conveni...

    We are pleased to announce that the first version of GroupDocs.Parser for Java has been released. GroupDocs.Parser for Java allows the Java developers to extract raw and Formatted text from the popular document Formats. The API also supports working with containers such as ZIP and email containers. You can also access the metadata attached to the documents using a few lines of code. Please continue to read more about the features and the file Formats supported by the API....raw and formatted text from the popular document formats. The API...the features and the file formats supported by the API. Supported...

    blog.groupdocs.com/parser/releasing-groupdocs.p...
  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-...