Sort Score
Result 10 results
Languages All
Labels All
Results 6,201 - 6,210 of 13,159 for

new

(0.09 sec)
  1. Supprimer des pages d'un PDF à l'aide de C# | P...

    Supprimez tout ensemble de pages des fichiers PDF à l'aide de C#. Supprimez la liste des pages, toute plage donnée, les pages paires ou impaires des fichiers PDF dans l'application .NET....RemoveOptions removeOptions = new RemoveOptions(new int[] { 3, 5 }); using...using (Merger merger = new Merger("path/document-pdf")) { merger...

    blog.groupdocs.com/fr/merger/delete-pages-from-...
  2. Pagina's uit PDF verwijderen in Java | Even, on...

    Verwijder een set pagina's uit de PDF-bestanden in Java. Verwijder een lijst met pagina's, een bepaald bereik, even of oneven pagina's uit PDF-bestanden binnen toepassingen....RemoveOptions removeOptions = new RemoveOptions(new int[] { 2, 4 }); Merger...Merger merger = new Merger("path/document-pdf"); merger.remove...

    blog.groupdocs.com/nl/merger/remove-pages-from-...
  3. C#を使用してWord、PDF、PPTに波状の下線を追加|波状の注釈

    C#を使用して、Word、PDF、およびその他のドキュメントにさまざまな色の波状の下線を挿入します。 .NETアプリケーション内のドキュメントに波状の注釈を追加します。...using (Annotator annotator = new Annotator("path/document.docx"))...SquigglyAnnotation squiggly = new SquigglyAnnotation { BackgroundColor...

    blog.groupdocs.com/ja/annotation/add-wavy-under...
  4. Recherche de mots et remplacement de texte dans...

    Effectuez une recherche de mots, remplacez ou masquez du texte dans des fichiers Word DOC/DOCX à l'aide de Java. Rédigez et effectuez des recherches textuelles, sensibles à la casse et RegEx avec l'API Java Redaction....redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/fr/redaction/find-and-replac...
  5. Anotar arquivos DOC DOCX do Word em Java | Adic...

    Adicione ou remova anotações de arquivos Word DOC/DOCX em Java. Adicione anotações de seta, retângulo, elipse e marca d'água usando a API de anotação do documento....final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/pt/annotation/annotate-word-...
  6. Аннотировать файлы Word DOC DOCX в Java | Добав...

    Добавляйте или удаляйте аннотации из файлов Word DOC/DOCX в Java. Добавляйте аннотации в виде стрелок, прямоугольников, эллипсов, водяных знаков с помощью API аннотаций документов....final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/ru/annotation/annotate-word-...
  7. Thêm Hình mờ vào Sổ làm việc Excel trong Java |...

    Chèn hình mờ vào sổ làm việc Excel bằng Java. Tạo hình chìm mờ cho tất cả các trang tính hoặc áp dụng nó cho một trang tính cụ thể ngay cả khi làm nền bằng cách sử dụng API Java hình mờ....Watermarker watermarker = new Watermarker(filename, new SpreadsheetLoadOptio());...TextWatermark watermark = new TextWatermark("DRAFT", new Font("Segoe UI"...

    blog.groupdocs.com/vi/watermark/watermark-excel...
  8. Chỉnh sửa bài thuyết trình bằng Java | Chỉnh sử...

    Chỉnh sửa bản trình bày PowerPoint được giải thích bằng ví dụ Java để chỉnh sửa các tệp PPT, PPTX, ODP trong ứng dụng của bạn bằng API chỉnh sửa bản trình bày....PresentationLoadOpti loadOptions = new PresentationLoadOpti(); loadOptions...setPassword("P@$$w0Rd"); Editor editor = new Editor(new FileInputStream("path/presentation...

    blog.groupdocs.com/vi/editor/edit-ppt-pptx-pres...
  9. Anmerkungen hinzufügen oder entfernen | Komment...

    Fügen Sie Anmerkungen programmgesteuert aus PDF-Dateien in Java hinzu und entfernen Sie sie. Fügen Sie mithilfe der Java-API Pfeile, Rechtecke, Ellipsen, Hervorhebungen, Wasserzeichenanmerkungen und mehr hinzu....final Annotator annotator = new Annotator("document.pdf"); ArrowAnnotation...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/de/annotation/annotate-pdf-f...
  10. Adicionar ou remover anotações | Anotar arquivo...

    Adicione e remova programaticamente anotações de arquivos PDF em Java. Adicione anotações de seta, retângulo, elipse, destaque, marca d'água e muito mais usando a API Java....final Annotator annotator = new Annotator("document.pdf"); ArrowAnnotation...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/pt/annotation/annotate-pdf-f...