Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 1,511 for

replacement

(0.14 sec)
  1. Show gap lines instead of changes | GroupDocs

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for .NET....document, which allows to replace changed content with empty...

    docs.groupdocs.com/comparison/net/show-gap-lines/
  2. Significant trouble installing, and now using G...

    Significant trouble installing, and now using GroupDocs At first, attempting `pip install groupdocs-viewer-net` was yielding an error that said no such file existed, despite me getting that command...... # {0} is replaced with the current page number...image for each slide. # {0} is replaced with the current page number...

    forum.groupdocs.com/t/significant-trouble-insta...
  3. مقارنة بيانات تعريف المستند مع GroupDocs.Metada...

    دليل عملي يوضح كيفية اكتشاف الملكية، والتعديلات، وتغييرات الخصائص بين نسختين من المستند باستخدام GroupDocs.Metadata لـ .NET. يتضمن أمثلة على الشيفرة وخيارات التصدير....Replace( "\"" , "\"\"" ) + "\"" ; }...); } return s?.Replace( "\\" , "\\\\" ).Replace( "\"" , "\\\""...

    blog.groupdocs.com/ar/metadata/compare-metadata...
  4. ดึงคำอธิบาย PDF ด้วย GroupDocs.Parser สำหรับ .NET

    คู่มือปฏิบัติที่แสดงวิธีดึงความคิดเห็นของผู้ตรวจสอบและการทำเครื่องหมายจากไฟล์ PDF ด้วย GroupDocs.Parser สำหรับ .NET รวมตัวอย่างโค้ดสำหรับการดึงข้อมูลทั้งเอกสารและต่อหน้า การแสดงผลข้อความรวม และตัวเลือกการส่งออก...Replace( "\"" , "\"\"" ) + "\"" ; }...Escape # return s?.Replace( "\\" , "\\\\" ).Replace( "\"" , "\\\""...

    blog.groupdocs.com/th/parser/extract-annotation...
  5. Managing XMP in Adobe PSD and AI Files in Pytho...

    Integrate XMP reading and writing for Photoshop PSD and Illustrator AI files into Python apps: Dublin Core fields, keywords, copyright stamping, and DAM ingestion patterns.... The function replaces the whole bag in one write:...to indexers, and the write replaces the whole bag, so merge with...

    docs.groupdocs.com/metadata/python-net/use-case...
  6. استخراج حاشیه نویسی های PDF با GroupDocs.Parser...

    راهنمای عملی که نشان می‌دهد چگونه نظرات بازبین و علامت‌گذاری‌ها را از فایل‌های PDF با استفاده از GroupDocs.Parser برای .NET استخراج کنید. شامل مثال‌های کد برای استخراج کل سند و استخراج صفحه به صفحه، خروجی ترکیبی متن و حاشیه‌نویسی، و گزینه‌های خروجی است....Replace( "\"" , "\"\"" ) + "\"" ; }...Escape # return s?.Replace( "\\" , "\\\\" ).Replace( "\"" , "\\\""...

    blog.groupdocs.com/fa/parser/extract-annotation...
  7. GroupDocs.Conversion for Node.js 25.11 – Latest...

    Explore what’s new in GroupDocs.Conversion for Node.js 25.11. Available now on NuGet and GroupDocs website....stream has been removed and replaced with a stream supplier: const...

    blog.groupdocs.com/conversion/groupdocs-convers...
  8. Edit Excel Files in Java | Build your Online Ja...

    Edit Excel files (XLS, XLSX, ODS) with your Java application. Examples to edit spreadsheets using spreadsheet and document editing Java API.... The above example replaces all the occurrences of “Old...

    blog.groupdocs.com/editor/edit-excel-files-in-j...
  9. Skip Unreadable Characters During Watermark Sea...

    We are delighted to announce the release of version 18.8 of GroupDocs.Watermark for .NET. The latest version allows skipping unreadable characters during text watermark search. Furthermore, we have also added a new feature to strengthen protection of text watermark in presentation documents. Please continue to read more about the new features, enhancements and bug fixes added in version 18.8. Features Introduced Skipping Unreadable Characters During Text Watermark Search This feature allows finding text watermark even if it contains unreadable characters between the letters....modification using Find and Replace dialog. The following code...

    blog.groupdocs.com/watermark/skip-unreadable-ch...
  10. 在 ASP.NET Core MVC 中為 140 多種文件格式創建文檔查看器

    在線文檔查看器在數字文檔的使用越來越多之後變得流行起來,尤其是在內容管理系統中。這種流行背後的原因是您無需購買或安裝專用軟件程序即可查看各種文檔格式。考慮到文檔查看器的重要性,我想寫一篇關於如何在 ASP.NET MVC 中創建通用文檔查看器的文章。 我們將創建一個面向 [.NET Core](https://en.wikipedia. org/wiki/.NETCore) 框架。對於後端的文檔呈現,我們將使用 GroupDocs.Viewer for .NET API - 一個強大的文檔查看器 API,支持 140 多種文檔類型,包括 PDF 、Word、Excel、PowerPoint, Visio、CAD、Outlook 和許多其他流行格式。 為什麼選擇 .NET 核心? .NET Core 是 Microsoft 對 .NET 生態系統的重要補充。它使得開發跨平台應用程序成為可能,而無需開發人員進行任何額外的工作。這就是我選擇 .NET Core 作為目標框架的原因。 在 ASP.NET Core 中創建文檔查看器的步驟 打開 Visual Studio 並開始一個新項目。 從項目類型中選擇 .NET Core,從模板中選擇 ASP.NET Core Web Application。 選擇 Web Application (Model-View-Controller) 並單擊 Ok 按鈕。 從 NuGet 安裝 GroupDocs.Viewer。 打開 Views/Home/Index.cshtml 文件並將其內容替換為以下內容: @{ ViewData["Title"] = "Home Page"; }