Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 707 for

locale

(0.21 sec)
  1. แก้ไขเอกสาร 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...
  2. Basic Usage | GroupDocs

    Artcles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API...when documents are stored in a local drive and you want to manage...

    docs.groupdocs.com/metadata/net/basic-usage/
  3. تحرير مستندات 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...
  4. 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-...
  5. GroupDocs.Total cho .NET 25.8 – Các bản cập nhậ...

    Khám phá những tính năng mới trong GroupDocs.Total cho .NET 25.8. Hiện đã có trên NuGet và trang web GroupDocs....Annotation Resolved missing localized string error: “CONSTRUCTOR...

    blog.groupdocs.com/vi/total/groupdocs-total-for...
  6. Loading documents from different sources | Grou...

    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...
  7. Loading files | GroupDocs

    GroupDocs.Metadata allows you to load password-protected documents and load files from different sources. For more details please refer to the following guides:...following guides: Load from a local disk Load from a stream Load...

    docs.groupdocs.com/metadata/nodejs-java/loading...
  8. 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...
  9. Load from Stream | GroupDocs

    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. GroupDocs.Total voor .NET 25.8 – Laatste update...

    Ontdek wat er nieuw is in GroupDocs.Total voor .NET 25.8. Nu beschikbaar op NuGet en de GroupDocs‑website....Annotation Resolved missing localized string error: “CONSTRUCTOR...

    blog.groupdocs.com/nl/total/groupdocs-total-for...