Sort Score
Result 10 results
Languages All
Labels All
Results 5,311 - 5,320 of 12,283 for

new

(0.26 sec)
  1. Сравнение Excel‑таблиц: продвинутый по‑ячейковы...

    Узнайте, как программно сравнивать электронные таблицы Excel с помощью GroupDocs.Comparison для .NET. Это руководство демонстрирует поячеечное сравнение, пользовательское оформление, страницы‑сводки и расширенные средства управления видимостью при сравнении документов Excel в C#....file" ); using ( var comparer = new Comparer(sourcePath)) { comparer...compareOptions = new CompareOptions { InsertedItemStyle = new StyleSettings()...

    blog.groupdocs.com/ru/comparison/compare-excel-...
  2. البحث عن نص واستبداله في 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/ar/redaction/find-and-replac...
  3. Zoek en vervang tekst in PDF in Java | Vervang ...

    Vind programmatisch bepaalde tekst, woorden, woordgroepen in PDF-documenten met hoofdlettergevoeligheid en RegEx in Java. Vervang of verberg de tekst om PDF-bestanden te redigeren....redactor = new Redactor("path/document.pdf"); redactor.apply(new Exa...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/nl/redaction/find-and-replac...
  4. Wort suchen und Text in Word-Dokumenten mit Jav...

    Führen Sie eine Wortsuche durch, ersetzen oder verbergen Sie Text in Word DOC/DOCX-Dateien mit Java. Schwärzen und führen Sie Text-, Groß- und Kleinschreibungs- und RegEx-Suchen mit der Java Redaction API durch....redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/de/redaction/find-and-replac...
  5. Cerca parole e sostituisci testo in documenti W...

    Esegui la ricerca di parole, sostituisci o nascondi il testo nei file Word DOC/DOCX utilizzando Java. Oscura ed esegui ricerche di testo, con distinzione tra maiuscole e minuscole e RegEx con l'API Java Redaction....redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/it/redaction/find-and-replac...
  6. Trova e sostituisci testo in PDF in Java | Sost...

    Trova in modo programmatico determinati testi, parole, frasi nei documenti PDF con distinzione tra maiuscole e minuscole e RegEx in Java. Sostituisci o nascondi il testo per oscurare i file PDF....redactor = new Redactor("path/document.pdf"); redactor.apply(new Exa...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/it/redaction/find-and-replac...
  7. Pesquisa de palavras e substituição de texto em...

    Realize pesquisa de palavras, substitua ou oculte texto em arquivos Word DOC/DOCX usando Java. Redija e execute pesquisa de texto, com distinção entre maiúsculas e minúsculas e RegEx com Java Redaction API....redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/pt/redaction/find-and-replac...
  8. 使用 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/merger/split-pdf-files-in...
  9. تقسیم فایل های PDF به چندین فایل در Java | Spli...

    روش های مختلف برای تقسیم فایل های PDF به چندین فایل در جاوا. فایل های PDF بزرگ را از هم جدا کنید و صفحات خاصی را با استفاده از گزینه های تقسیم بندی مختلف استخراج کنید....بارگیری کنید Merger merger = new Merger("path/document.pdf");...splitOptions = new SplitOptions(filePathOut, new int[] { 3, 6,...

    blog.groupdocs.com/fa/merger/split-pdf-files-in...
  10. 在 Java 中编辑演示文稿 | PPT/PPTX 编辑

    使用 Java 示例解释了编辑 PowerPoint 演示文稿,以使用演示文稿编辑 API 在应用程序中编辑 PPT、PPTX、ODP 文件。...PresentationLoadOpti loadOptions = new PresentationLoadOpti(); loadOptions...setPassword("P@$$w0Rd"); Editor editor = new Editor(new FileInputStream("path/presentation...

    blog.groupdocs.com/zh/editor/edit-ppt-pptx-pres...