Sort Score
Result 10 results
Languages All
Labels All
Results 5,861 - 5,870 of 13,406 for

new

(1.13 sec)
  1. Rozdělit soubor PDF na více souborů pomocí C# |...

    Různé způsoby rozdělení souborů PDF pomocí C#. Oddělte velké soubory PDF a extrahujte konkrétní stránky pomocí různých možností rozdělení....splitOptions = new SplitOptions(filePathOut, new int[] { 3, 6,...rozdělení using (Merger merger = new Merger("path/document.pdf"))...

    blog.groupdocs.com/cs/merger/split-pdf-files-in...
  2. 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...
  3. 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...
  4. Annotaties toevoegen of verwijderen | Annoteer ...

    Programmatisch annotaties toevoegen aan en verwijderen uit PDF-bestanden in Java. Voeg pijlen, rechthoeken, ellipsen, markeringen, watermerkannotaties en meer toe met Java API....final Annotator annotator = new Annotator("document.pdf"); ArrowAnnotation...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/nl/annotation/annotate-pdf-f...
  5. เพิ่มหรือลบคำอธิบายประกอบ | ใส่คำอธิบายประกอบไฟ...

    เพิ่มและลบคำอธิบายประกอบโดยทางโปรแกรมจากไฟล์ PDF ใน Java เพิ่มลูกศร สี่เหลี่ยม วงรี ไฮไลต์ คำอธิบายประกอบลายน้ำ และอื่นๆ โดยใช้ Java API...final Annotator annotator = new Annotator("document.pdf"); ArrowAnnotation...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/th/annotation/annotate-pdf-f...
  6. Додати або видалити анотації | Додайте коментар...

    Програмно додавати та видаляти анотації з файлів PDF у Java. Додайте анотації зі стрілками, прямокутниками, еліпсами, виділеннями, водяними знаками тощо за допомогою Java API....final Annotator annotator = new Annotator("document.pdf"); ArrowAnnotation...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/uk/annotation/annotate-pdf-f...
  7. Trova e sostituisci testo in PDF usando C# | So...

    Trova a livello di codice determinati testi, parole, frasi nei documenti PDF con distinzione tra maiuscole e minuscole e RegEx usando C#. Sostituisci o nascondi il testo per oscurare i file PDF....C# using (Redactor redactor = new Redactor(@"path/document.pdf"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/it/redaction/find-and-replac...
  8. Temukan dan Ganti Teks dalam PDF menggunakan C#...

    Temukan teks, kata, frasa tertentu secara terprogram dalam dokumen PDF dengan sensitivitas huruf besar-kecil dan RegEx menggunakan C#. Ganti atau sembunyikan teks untuk menyunting file PDF....C# using (Redactor redactor = new Redactor(@"path/document.pdf"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/id/redaction/find-and-replac...
  9. Porównaj metadane dokumentu z GroupDocs.Metadat...

    Praktyczny przewodnik pokazujący, jak wykrywać dodane, usunięte i zmienione metadane między wersjami dokumentu przy użyciu GroupDocs.Metadata dla Javy. Zawiera przykłady kodu dla pełnego porównania, wykrywania własności, historii wersji oraz formatów eksportu....pathV2 ); MetadataDiff diff = new MetadataDiff (); // Detect added...added . put ( key , val ); // New property in v2 } else if (! v1...

    blog.groupdocs.com/pl/metadata/compare-metadata...
  10. Sloučení PDF souborů chráněných heslem s průvod...

    Praktický průvodce ukazující, jak odemknout, sloučit a znovu chránit PDF pomocí GroupDocs.Merger pro Java. Krok za krokem tutoriál s funkčními ukázkami kódu....merger = new Merger ( path ); } else { merger = new Merger (...( path , new LoadOptions ( password )); } try { return merger...

    blog.groupdocs.com/cs/groupdocs.merger/password...