Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 619 for

locale

(0.07 sec)
  1. Basic usage | Documentation

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert files with just couple lines of code....source file is stored on a local drive and you want to convert...

    docs.groupdocs.com/conversion/java/basic-usage/
  2. Basic usage | Documentation

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert files in JavaScript....source file is stored on a local drive and you want to convert...

    docs.groupdocs.com/conversion/nodejs-java/basic...
  3. Display Problem in Excel Documents Opened with ...

    Dear GroupDocs Support Team, We are currently encountering an issue related to the display of Excel files with the “Freeze Top Row” feature when opened via GroupDocs Viewer. When an Excel document with the “Freeze Top …...through GroupDocs Viewer on a local environment — the problem persists...

    forum.groupdocs.com/t/display-problem-in-excel-...
  4. GroupDocs.Viewer for .NET 3.7.0 Supports EMF an...

    Today, we’re delighted to share some new features and improvements that we’ve incorporated in the October release of GroupDocs.Viewer for .NET. This release comes up with the support of EMF and DICOM file formats. Along with this, the API also provides the way to work with layers in PDF documents and default fonts in diagram documents. Check out this latest version to enhance and improve your document viewer applications....cache without saving them to local disc Available Channels and...

    blog.groupdocs.com/viewer/groupdocs-viewer-dot-...
  5. Sakhr Software efficiently builds Correspondenc...

    About Sakhr Software Sakhr Software Company is a pioneer and market leader in advanced Arabic language technology and solutions. With 28+ years of leading research and development in Arabic computational linguistics, Sakhr has successfully transformed its research in “Natural Language Processing”; (NLP) into industry-first commercial software and solutions. Governments and enterprises in multiple industries across the Arab region and beyond use Sakhr’s award-winning technology to handle any Arabic content for the digital age....Professional Translation & Localization Using GroupDocs.Total for...

    blog.groupdocs.com/total/sakhr-software-builds-...
  6. Load from Stream | Documentation

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Stream As an alternative to a local file, Redactor can open a document...

    docs.groupdocs.com/redaction/java/load-from-str...
  7. How to Convert ODG to PDF using Java

    This tutorial provides step-by-step instructions to convert ODG to PDF using Java and a working sample code for ODG to PDF file converter in Java capability....how to configure it in your local environment for the development...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. Loading documents from different sources | Docu...

    This section explains how to load document from various sources and data storage like file on disk, data stream, remote web resources, FTP servers, Amazon Cloud or Azure storage etc....Amazon S3 → Amazon Blob → FTP → Local → Stream → URL Was this page...

    docs.groupdocs.com/signature/net/loading-docume...
  9. Cache results | Documentation

    This article contains caching use-cases with GroupDocs.Viewer within your .NET applications....specified location, such as a local disk. When you re-request the...document rendering results at the local drive) Instantiate the object...

    docs.groupdocs.com/viewer/net/caching-results/
  10. Edytuj dokumenty Worda w C# | Zbuduj swój własn...

    Edytowanie dokumentów programu Word wyjaśniono na przykładach w języku C#, aby edytować pliki DOC, DOCX, ODT w aplikacji .NET przy użyciu interfejsu API do edycji dokumentów....Locale = System.Globalization.CultureInfo...EnablePagination = true; saveOptions.Locale = System.Globalization.CultureInfo...

    blog.groupdocs.com/pl/editor/edit-word-document...