Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 5,468 for

informations

(0.05 sec)
  1. Merging Table Cells Dynamically | Documentation

    Note This feature is supported by version 19.1 or greater Note The code uses some of the objects defined in The Business Layer. Merging Table Cells Dynamically Using GroupDocs.Assembly for Java, you can merge table cells with equal textual contents within your reports dynamically using cellMerge tags. Syntax of a cellMerge tag is defined as follows: <> Warning A horz switch is optional. If the switch is present, it denotes a cell merging operation in a horizontal direction....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/assembly/java/merging-table-...
  2. Comment convertir HTML en RTF en Java

    Ce court article fournit des Informations détaillées pour convertir HTML en RTF en Java et comment l'utiliser pour le développement de l'application Java HTML vers RTF....RTF en Java pour plus d’informations. Updated on 31 Oct 2022...

    kb.groupdocs.com/fr/conversion/java/how-to-conv...
  3. Convertir CSV en MD en utilisant C#

    Voyons rapidement comment convertir CSV en MD en utilisant C# sans installation de logiciel supplémentaire. Nous vous présenterons les étapes clés et le code pour exporter CSV vers MD en utilisant C#....données ou prépariez des informations pour du contenu Web, le...

    kb.groupdocs.com/fr/conversion/net/convert-csv-...
  4. Comment convertir XLSX en PDF en utilisant Java

    Cet article explique comment convertir XLSX en PDF à l'aide de Java. En outre, un exemple de code est inclus pour expliquer la procédure d'exportation de XLSX au format PDF à l'aide de Java.... Pour plus d’informations, veuillez consulter notre...

    kb.groupdocs.com/fr/conversion/java/how-to-conv...
  5. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/parser/java/extract-data-fro...
  6. Extract data from Microsoft Office Word documen...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office Word documents. Both classic (doc, dot) and Open XML (docx, dotx) formats are supported. Also LibreOffice Writer (OpenOffice.org Writer) formats and RTF are supported. The following table provides the list of supported formats: Format Description DOC Microsoft Office Word Document DOT Microsoft Office Word Document Template DOCX Microsoft Office Open XML Document DOCM Microsoft Office Open XML Macro-Enabled Document DOTX Microsoft Office Open XML Document Template DOTM Microsoft Office Open XML Document Macro-Enabled Template TXT Plain text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/parser/java/extract-data-fro...
  7. GroupDocs.Assembly for Python overview | Docume...

    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....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/assembly/python-net/product-...
  8. Remove Metadata of Documents and Images using C#

    Remove selective metadata or clean all metadata properties using C# from DOCX, XLSX, PPTX, PDF, JPG/JPEG, PNG, WebP images, email, eBooks, Visio, Zip files....important to hide personal information from the receiver, that is...

    blog.groupdocs.com/metadata/remove-metadata-of-...
  9. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/parser/java/load-document-fr...
  10. Render with responsive layout | Documentation

    Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/viewer/net/render-with-respo...