Sort Score
Result 10 results
Languages All
Labels All
Results 5,261 - 5,270 of 12,272 for

new

(1.09 sec)
  1. Dodaj Znaki Wodne do Dokumentów Word | 5 Bezpie...

    Dowiedz się, jak dodać bezpieczne znaki wodne do dokumentów Word przy użyciu GroupDocs.Watermark for .NET. Porównaj 5 metod ochrony z przykładami kodu, w tym zablokowane nagłówki, płytkie znaki wodne i sekcje chronione hasłem, które nie mogą być łatwo usunięte...." ); var loadOptions = new WordProcessingLoadOp(); using...using ( var watermarker = new Watermarker(InputFile, loadOptions))...

    blog.groupdocs.com/pl/watermark/secure-word-doc...
  2. با استفاده از C# | زیر خط موج دار در Word، PDF،...

    با استفاده از سی شارپ، زیر خطوط مواج با رنگ های مختلف را در اسناد Word، PDF و دیگر اسناد وارد کنید. اضافه کردن حاشیه نویسی squiggly در اسناد در برنامه های NET....using (Annotator annotator = new Annotator("path/document.docx"))...SquigglyAnnotation squiggly = new SquigglyAnnotation { BackgroundColor...

    blog.groupdocs.com/fa/annotation/add-wavy-under...
  3. C# Kullanarak Excel Çalışma Kitaplarına Filigra...

    C# kullanarak Excel çalışma kitaplarına filigran ekleyin. .NET API kullanarak tüm sayfalara filigran ekleyin veya yalnızca belirli bir sayfaya arka plan olarak bile filigran ekleyin....SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); using...using (Watermarker watermarker = new Watermarker(@"path/spreadsheet...

    blog.groupdocs.com/tr/watermark/watermark-excel...
  4. 使用 C# 在 Word、PDF、PPT 中添加波浪下划线 |波浪注释

    使用 C# 在 Word、PDF 和其他文档中插入不同颜色的波浪下划线。在 .NET 应用程序的文档中添加波浪形注释。...using (Annotator annotator = new Annotator("path/document.docx"))...SquigglyAnnotation squiggly = new SquigglyAnnotation { BackgroundColor...

    blog.groupdocs.com/zh/annotation/add-wavy-under...
  5. البحث عن الكلمات واستبدال النص في مستندات Word ...

    قم بإجراء بحث عن الكلمات أو استبدال أو إخفاء النص في ملفات Word DOC / DOCX باستخدام Java. قم بتنقيح وتنفيذ بحث حساس لحالة الأحرف والتعبير عن النص باستخدام Java Redaction API....redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/ar/redaction/find-and-replac...
  6. Dividi i file PDF in più file in Java | API div...

    Diversi modi per dividere i file PDF in più file in Java. Separa i file PDF di grandi dimensioni ed estrai pagine specifiche utilizzando diverse opzioni di divisione....il file PDF Merger merger = new Merger("path/document.pdf");...splitOptions = new SplitOptions(filePathOut, new int[] { 3, 6,...

    blog.groupdocs.com/it/merger/split-pdf-files-in...
  7. Dividi il file PDF in più file usando C# | API ...

    Diversi modi per dividere i file PDF usando C#. Separa i file PDF di grandi dimensioni ed estrai pagine specifiche utilizzando diverse opzioni di divisione....splitOptions = new SplitOptions(filePathOut, new int[] { 3, 6,...divisione using (Merger merger = new Merger("path/document.pdf"))...

    blog.groupdocs.com/it/merger/split-pdf-files-in...
  8. Splits PDF-bestanden in meerdere bestanden in J...

    Verschillende manieren om PDF-bestanden op te splitsen in meerdere bestanden in Java. Scheid grote PDF-bestanden en extraheer specifieke pagina's met behulp van verschillende splitsingsopties....PDF-bestand Merger merger = new Merger("path/document.pdf");...splitOptions = new SplitOptions(filePathOut, new int[] { 3, 6,...

    blog.groupdocs.com/nl/merger/split-pdf-files-in...
  9. Tìm và thay thế văn bản trong PDF bằng C# | Tha...

    Lập trình tìm văn bản, từ, cụm từ nhất định trong tài liệu PDF có phân biệt chữ hoa chữ thường và RegEx bằng C#. Thay thế hoặc ẩn văn bản để sắp xếp lại các tệp PDF....C# using (Redactor redactor = new Redactor(@"path/document.pdf"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/vi/redaction/find-and-replac...
  10. 使用 C# 查找和替換 PDF 中的文本 |替換或隱藏 PDF 文本

    使用 C# 以編程方式查找 PDF 文檔中區分大小寫和正則表達式的某些文本、單詞、短語。替換或隱藏文本以編輯 PDF 文件。...查找確切的短語並將其替換為其他文本 using (Redactor redactor = new Redactor(@"path/document.pdf"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/zh-hant/redaction/find-and-r...