Sort Score
Result 10 results
Languages All
Labels All
Results 6,021 - 6,030 of 12,479 for

new

(0.11 sec)
  1. ערוך גיליונות אלקטרוניים של Excel | עריכה מקוונ...

    גלה דרכים יעילות לעריכת גיליונות אלקטרוניים של Excel. ערוך קבצי XLS/XLSX באופן מקוון או עשה זאת באופן תוכנתי באמצעות C# ו-Java....SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); // loadOptions...הגיליון האלקטרוני Editor editor = new Editor("path/spreadsheet.xlsx"...

    blog.groupdocs.com/he/editor/edit-excel-spreads...
  2. Masquer des PDF et des documents numérisés en J...

    Rédigez du texte dans des PDF et d'autres documents à l'aide de Java dans vos applications. Masquez les documents pour masquer le texte ainsi que le texte dans les images intégrées....RedactorSettings settings = new RedactorSettings(new AsposeCloudOcrConnec());...redactor = new Redactor("path/document.pdf", new LoadOptions()...

    blog.groupdocs.com/fr/redaction/redact-text-and...
  3. ویرایش PDF و اسناد اسکن شده در Java | متن خاموش...

    متن را در PDF و سایر اسناد با استفاده از Java در برنامه های خود ویرایش کنید. اسناد را به متن و همچنین متن درون تصاویر جاسازی شده تبدیل کنید....RedactorSettings settings = new RedactorSettings(new AsposeCloudOcrConnec());...redactor = new Redactor("path/document.pdf", new LoadOptions()...

    blog.groupdocs.com/fa/redaction/redact-text-and...
  4. Tambahkan Garis Bawah Bergelombang di Word, PDF...

    Sisipkan garis bawah bergelombang berwarna berbeda di Word, PDF, dan dokumen lain menggunakan C#. Tambahkan anotasi berlekuk-lekuk dalam dokumen dalam aplikasi .NET....using (Annotator annotator = new Annotator("path/document.docx"))...SquigglyAnnotation squiggly = new SquigglyAnnotation { BackgroundColor...

    blog.groupdocs.com/id/annotation/add-wavy-under...
  5. Fügen Sie wellenförmige Unterstreichungen in Wo...

    Fügen Sie mithilfe von C# verschiedenfarbige wellenförmige Unterstreichungen in Word, PDF und andere Dokumente ein. Fügen Sie verschnörkelte Anmerkungen in Dokumenten innerhalb der .NET-Anwendungen hinzu....using (Annotator annotator = new Annotator("path/document.docx"))...SquigglyAnnotation squiggly = new SquigglyAnnotation { BackgroundColor...

    blog.groupdocs.com/de/annotation/add-wavy-under...
  6. 使用 C# 將 PDF 文件拆分為多個文件 | .NET 的拆分 API

    使用 C# 拆分 PDF 文件的不同方法。使用不同的拆分選項分離大型 PDF 文件並提取特定頁面。...splitOptions = new SplitOptions(filePathOut, new int[] { 3, 6,...文件和拆分 PDF using (Merger merger = new Merger("path/document.pdf"))...

    blog.groupdocs.com/zh-hant/merger/split-pdf-fil...
  7. Excel 스프레드시트 비교: C#를 사용한 고급 셀별 분석

    GroupDocs.Comparison for .NET를 사용하여 Excel 스프레드시트를 프로그래밍 방식으로 비교하는 방법을 배우세요. 이 가이드는 셀 단위 비교, 사용자 정의 스타일링, 요약 페이지, 그리고 C#에서 Excel 문서 비교를 위한 고급 가시성 제어 기능을 보여줍니다....file" ); using ( var comparer = new Comparer(sourcePath)) { comparer...compareOptions = new CompareOptions { InsertedItemStyle = new StyleSettings()...

    blog.groupdocs.com/ko/comparison/compare-excel-...
  8. Поиск и замена текста в PDF с помощью C# | Заме...

    Программный поиск определенного текста, слов, фраз в документах PDF с учетом регистра и RegEx с использованием C#. Замените или скройте текст для редактирования файлов PDF....С# using (Redactor redactor = new Redactor(@"path/document.pdf"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/ru/redaction/find-and-replac...
  9. Açıklama Ekleyin veya Kaldırın | C# kullanarak ...

    PDF dosyalarına C# ile programlı olarak açıklama ekleyin. .NET API kullanarak ok, dikdörtgen, elips, vurgulama, filigran açıklamaları ekleyin veya kaldırın....using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/tr/annotation/annotate-pdf-f...
  10. เพิ่มลายน้ำลงในสมุดงาน Excel ใน Java | ลายน้ำข้...

    ใส่ลายน้ำลงในสมุดงาน Excel โดยใช้ Java ลายน้ำทุกแผ่นหรือใช้กับแผ่นงานเฉพาะแม้จะเป็นพื้นหลังโดยใช้ลายน้ำ Java API...Watermarker watermarker = new Watermarker(filename, new SpreadsheetLoadOptio());...TextWatermark watermark = new TextWatermark("DRAFT", new Font("Segoe UI"...

    blog.groupdocs.com/th/watermark/watermark-excel...