Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 606 for

locale

(0.03 sec)
  1. Load documents from different sources | Documen...

    Load documents in Python apps with GroupDocs.Viewer. Explore practical use cases and examples....feedback Load document using the local path string Load from stream...

    docs.groupdocs.com/viewer/python-net/loading-do...
  2. Load documents from different sources | Documen...

    This article contains document loading use-cases with GroupDocs.Viewer within your Java applications....feedback Load document using the local path string Load from stream...

    docs.groupdocs.com/viewer/java/loading-document...
  3. Loading documents from different sources | Docu...

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local file path, stream or URL for further processing with GroupDocs.Annotation for Java API....feedback Load document from local disk Load document from stream...

    docs.groupdocs.com/annotation/java/loading-docu...
  4. InstanceID: using multiple simultaneous instanc...

    Two months ago we presented a new feature called InstanceID in GroupDocs.Viewer for .NET for the first time. In short, InstanceID allows you to configure several simultaneous instances of GroupDocs.Viewer associated with different independent root storage paths. Since that time, we’ve received a lot of feedback on the feature and this time would like to clarify how you can benefit from InstqanceID and how to configure it correctly in more details....users to browse through the local file storage, select documents...

    blog.groupdocs.com/viewer/instanceid-using-mult...
  5. تحرير مستندات Word في C # | قم ببناء محرر .NET ...

    تحرير مستندات Word موضح بأمثلة C # لتحرير ملفات DOC و DOCX و ODT داخل تطبيق .NET باستخدام واجهة برمجة تطبيقات تحرير المستندات....Locale = System.Globalization.CultureInfo...EnablePagination = true; saveOptions.Locale = System.Globalization.CultureInfo...

    blog.groupdocs.com/ar/editor/edit-word-document...
  6. แก้ไขเอกสาร Word ใน C# | สร้าง .NET Word Editor...

    การแก้ไขเอกสาร Word มีการอธิบายด้วยตัวอย่าง C# เพื่อแก้ไขไฟล์ DOC, DOCX, ODT ภายในแอปพลิเคชัน .NET ของคุณโดยใช้ API การแก้ไขเอกสาร...Locale = System.Globalization.CultureInfo...EnablePagination = true; saveOptions.Locale = System.Globalization.CultureInfo...

    blog.groupdocs.com/th/editor/edit-word-document...
  7. ویرایش اسناد Word در C# | ویرایشگر ورد .NET خود...

    ویرایش اسناد Word با مثال‌های C# برای ویرایش فایل‌های DOC، DOCX، ODT در برنامه دات‌نت با استفاده از API ویرایش اسناد توضیح داده شده است....Locale = System.Globalization.CultureInfo...EnablePagination = true; saveOptions.Locale = System.Globalization.CultureInfo...

    blog.groupdocs.com/fa/editor/edit-word-document...
  8. Working with Groupdocs Signature API from Ruby

    Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/views – for view files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist....) Now install a local bundle by typing this command...height='600'></iframe>" Add local vars for the view. haml :envelope\_sample...

    blog.groupdocs.com/signature/working-with-group...
  9. 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...
  10. 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...