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

new

(0.77 sec)
  1. Tìm và Thay thế Văn bản trong PDF bằng Java | T...

    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 trong Java. Thay thế hoặc ẩn văn bản để sắp xếp lại các tệp PDF....redactor = new Redactor("path/document.pdf"); redactor.apply(new Exa...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/vi/redaction/find-and-replac...
  2. Java를 사용하여 Word 문서에서 텍스트 검색 및 바꾸기

    Java를 사용하여 Word DOC/DOCX 파일에서 단어 검색, 바꾸기 또는 텍스트 숨기기를 수행합니다. Java Redaction API를 사용하여 텍스트, 대소문자 구분 및 RegEx 검색을 수정하고 수행합니다....redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/ko/redaction/find-and-replac...
  3. เพิ่มหรือลบคำอธิบายประกอบ | ใส่คำอธิบายประกอบไฟ...

    เขียนคำอธิบายประกอบไฟล์ PDF โดยทางโปรแกรมใน C# เพิ่มหรือลบคำอธิบายประกอบ เช่น ลูกศร สี่เหลี่ยม วงรี ไฮไลต์ คำอธิบายประกอบลายน้ำโดยใช้ .NET API...using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/th/annotation/annotate-pdf-f...
  4. Java'da Word DOC DOCX dosyalarına açıklama ekle...

    Java'daki Word DOC/DOCX dosyalarına açıklama ekleyin veya kaldırın. Belge Ek Açıklama API'sini kullanarak ok, dikdörtgen, elips, filigran ek açıklamaları ekleyin....final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/tr/annotation/annotate-word-...
  5. C# Excel, Word, Metin Dosyalarını Karşılaştırın...

    C# kullanarak iki veya daha fazla dosyayı karşılaştırın. .NET SDK, CSharp'ta iki Excel elektronik tablosunu, Word belgesini, PDF dosyasını veya metin dosyalarını karşılaştırmaya izin verir.... using (Comparer comparer = new Comparer(“source.xlsx”)) { comparer... using (Comparer comparer = new Comparer(“source.xlsx”) { comparer...

    blog.groupdocs.com/tr/comparison/compare-excel-...
  6. Rimuovere le annotazioni dai documenti PDF e Wo...

    Rimuovere a livello di codice le annotazioni dai file PDF e Word in Java. Rimuovi tutte le annotazioni, rimuovi per ID o per tipo di annotazione utilizzando Java Annotation API....final Annotator annotator = new Annotator("document.pdf"); SaveOptions...SaveOptions saveOptions = new SaveOptions(); saveOptions.setA...

    blog.groupdocs.com/it/annotation/remove-annotat...
  7. Eliminar anotaciones de documentos PDF y Word e...

    Elimine anotaciones mediante programación de archivos PDF y Word en Java. Elimine todas las anotaciones, elimínelas por ID o por tipos de anotaciones mediante la API de anotaciones de Java....final Annotator annotator = new Annotator("document.pdf"); SaveOptions...SaveOptions saveOptions = new SaveOptions(); saveOptions.setA...

    blog.groupdocs.com/es/annotation/remove-annotat...
  8. STL-Datei-Viewer mit C# | Zeigen Sie STL als PD...

    Zeigen Sie STL-Dateien als PDF mit C# an. Rendern Sie die Stereolithografiedateien (STL) in .NET-Anwendungen weiter in die Formate HTML, JPG und PNG.... using (Viewer viewer = new Viewer("path/input.stl")) { PdfViewOptions...PdfViewOptions options = new PdfViewOptions("path/stl-output...

    blog.groupdocs.com/de/viewer/stl-file-viewer-us...
  9. Převést zdrojový kód do PDF v C# | Python, PHP,...

    Transformujte soubory zdrojového kódu do formátu PDF v C#. Převeďte soubory Pythonu, Java, PHP a dalších programovacích jazyků do PDF pomocí .NET API pro převod dokumentů....C# */ using (Viewer viewer = new Viewer("path/HelloWorld.java"))...PdfViewOptions viewOptions = new PdfViewOptions("path/HelloWorld...

    blog.groupdocs.com/cs/viewer/convert-source-cod...
  10. Ochrana souborů PDF heslem v C# | Zamknout Odem...

    Pojďme se naučit, jak uzamknout soubory PDF pomocí ochrany heslem pomocí C#. Změňte stávající heslo nebo jej odstraňte, abyste odemkli soubory PDF pomocí rozhraní .NET API....AddPasswordOptions addOptions = new AddPasswordOptions("mySECRETpassWORD");...D"); using (Merger merger = new Merger(filePath)) { merger.A...

    blog.groupdocs.com/cs/merger/lock-unlock-pdf-fi...