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

locale

(0.26 sec)
  1. تحرير مستندات 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. Loading | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......documents Load document from local disk Was this page helpful?...

    docs.groupdocs.com/parser/net/loading/
  8. ویرایش اسناد 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...
  9. Text redaction character trimming - Free Suppor...

    I am trying text redaction in one of my document, I want to replace phrase “Test” with → “Performance Incentive Agreement (“PIA”): To be executed between Supplier and Consumer. Ensures that Supplier gets incentivi…...could reproduce the issue locally for the further analysis? The...

    forum.groupdocs.com/t/text-redaction-character-...
  10. 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...