Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 558 for

locale

(0.03 sec)
  1. Modifier des documents Word en C# | Créez votre...

    L'édition de documents Word est expliquée avec des exemples C # pour éditer des fichiers DOC, DOCX, ODT dans votre application .NET à l'aide de l'API d'édition de documents....Locale = System.Globalization.CultureInfo...EnablePagination = true; saveOptions.Locale = System.Globalization.CultureInfo...

    blog.groupdocs.com/fr/editor/edit-word-document...
  2. Introducing Support for Images in GroupDocs.Com...

    We have always been improving our APIs to meet the requirements of our customers. Therefore, today, we are announcing another monthly release of GroupDocs.Comparison for Java 17.3.0. API comes with multitude of new features like support for Images, metered licensing and many more. Aside this, many improvements and bug fixes are introduced in this release. We would recommend you to download the new release and evaluate the exciting features to enhance document comparison experience....Tests Add localize exceptions for wrong passwords...

    blog.groupdocs.com/comparison/introducing-group...
  3. Load document from stream | Documentation

    Learn how to Load document from stream....stream (without a copy on the local disk). To avoid the overhead...

    docs.groupdocs.com/parser/net/load-document-fro...
  4. GroupDocs conversion using converter method is ...

    Sample Code snippet: private String convertToPdfIfRequired(String originalFilePath, String sharedDirectory, int sortOrder) { if (originalFilePath == null || sharedDirectory == null) { log.error(“Original file path or …...Observations: It works fine local windows environment. Java version:...

    forum.groupdocs.com/t/groupdocs-conversion-usin...
  5. Merge HTML | Documentation

    Learn how to merge HTML files, combine HTML files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library....hosted, or can be loaded from local system as well. How to merge...

    docs.groupdocs.com/merger/nodejs-java/merge/html/
  6. Merge HTML | Documentation

    Learn how to merge HTML files, combine HTML files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....hosted, or can be loaded from local system as well. How to merge...

    docs.groupdocs.com/merger/python-net/merge/html/
  7. How to Run Examples | Documentation

    This section decsribes how to get started with GroupDocs.Merger for Java library...extract the folders on your local disk. The extracted files and...

    docs.groupdocs.com/merger/java/how-to-run-examp...
  8. Add search text annotation | Documentation

    The page describes how to add search text annotation to a document using GroupDocs.Annotation for .NET."...annotation to the document from local disk using ( Annotator annotator...

    docs.groupdocs.com/annotation/net/add-search-te...
  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....stream (without a copy on the local disk). To avoid the overhead...

    docs.groupdocs.com/parser/java/load-document-fr...
  10. Load from Stream | Documentation

    This article shows that how to load file from stream using redaction API...feedback As an alternative to a local file, can open a document from...

    docs.groupdocs.com/redaction/python-net/load-fr...