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

new

(1.14 sec)
  1. Wyróżnij plik PDF za pomocą adnotacji w Javie |...

    Wyróżnij tekst w formacie PDF z zaznaczonymi adnotacjami przy użyciu języka Java. Dodawanie adnotacji do dokumentów i obrazów Java API umożliwia dodawanie adnotacji do plików PDF poprzez podświetlanie dowolnego obszaru....Javie Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/pl/annotation/highlight-pdf-...
  2. قم بتمييز ملف PDF باستخدام التعليقات التوضيحية ...

    قم بتمييز النص في PDF باستخدام التعليقات التوضيحية المميزة باستخدام Java. الشرح التوضيحي للمستند والصورة تسمح Java API بالتعليق على ملفات PDF عن طريق تمييز أي منطقة....في Java Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/ar/annotation/highlight-pdf-...
  3. Belgelerdeki Üstü Çizili Metin | C̶r̶o̶s̶s̶ o̶u...

    Java kullanarak belgelerin içindeki metnin üstünü çizelim. Java API ile üstü çizili ek açıklama kullanarak geçersiz metnin üstünü çizmeyi otomatikleştirin....Metin */ Annotator annotator = new Annotator("path/document.pdf");...StrikeoutAnnotation strikeout = new StrikeoutAnnotation(); strikeout...

    blog.groupdocs.com/tr/annotation/strikethrough-...
  4. GroupDocs.Redaction for Python 26.6 – Випуск че...

    Версія 26.6 GroupDocs.Redaction for Python представляє оновлені залежності, оновлення движка та самодостатнє колесо PyPI без порушуючих змін API....Зміст What’s new in this release Public API changes New features...Office або OpenOffice. What’s new in this release # [Improvement]...

    blog.groupdocs.com/uk/redaction/groupdocs-redac...
  5. GroupDocs.Redaction for Python 26.6 – Juni 2026...

    Version 26.6 von GroupDocs.Redaction for Python führt aktualisierte Abhängigkeiten, Engine‑Updates und ein eigenständiges PyPI‑Wheel ein, ohne breaking API‑Änderungen....Inhaltsverzeichnis What’s new in this release Public API changes New features...Office oder OpenOffice. What’s new in this release # [Improvement]...

    blog.groupdocs.com/de/redaction/groupdocs-redac...
  6. Konwertuj prezentacje do formatu PDF w Javie | ...

    Programowo konwertuj prezentacje w formatach MS PowerPoint i Open Office Impress, takich jak ODP, PPT, PPTX, do formatu PDF za pomocą API konwersji Java....dokumentów Converter converter = new Converter("presentation.pptx");...PdfConvertOptions options = new PdfConvertOptions(); converter...

    blog.groupdocs.com/pl/conversion/convert-presen...
  7. Convertir des dessins CAO en PDF en C# .NET | D...

    Guide C # pour convertir les fichiers CAO tels que DWG, DGN et DWF au format PDF à l'aide de l'API .NET de conversion de documents et d'images de GroupDocs....CadLoadOptions loadOptions = new CadLoadOptions(); Spécifier les...getLoadOptions = () => new CadLoadOptions { LayoutNames = new \[\]{ "Layout1"...

    blog.groupdocs.com/fr/conversion/convert-cad-dr...
  8. Aggiungi filigrana al PDF usando C# | Filigrane...

    Aggiungi filigrane di immagini o applica filigrane di testo ai file PDF utilizzando C#. Filigrana tutte o pagine selettive del PDF utilizzando .NET Watermarking API....PdfLoadOptions loadOptions = new PdfLoadOptions(); using (Watermarker...(Watermarker watermarker = new Watermarker("path/document.pdf", loadOptions))...

    blog.groupdocs.com/it/watermark/watermark-pdf-f...
  9. Documenten ondertekenen met digitaal certificaa...

    Onderteken Word- en PDF-bestanden elektronisch met een digitaal certificaat in C# met behulp van .NET API voor elektronische handtekeningen. Wijzig het uiterlijk van digitale handtekeningen....using (Signature signature = new Signature("document.pdf")) {...DigitalSignOptions options = new DigitalSignOptions("certificate...

    blog.groupdocs.com/nl/signature/sign-documents-...
  10. Odstraňte stránky z PDF pomocí C# | Sudá, lichá...

    Odstraňte libovolnou sadu stránek ze souborů PDF pomocí C#. Odstraňte seznam stránek, libovolný daný rozsah, sudé nebo liché stránky ze souborů PDF v rámci aplikace .NET....RemoveOptions removeOptions = new RemoveOptions(new int[] { 3, 5 }); using...using (Merger merger = new Merger("path/document-pdf")) { merger...

    blog.groupdocs.com/cs/merger/delete-pages-from-...