Sort Score
Result 10 results
Languages All
Labels All
Results 4,001 - 4,010 of 8,738 for

annotation

(0.35 sec)
  1. Caractéristiques clés d'Aspose.PDF pour Node.js...

    Aspose.PDF pour Node.js via C++ démontre ses fonctionnalités générales. Cette page décrit les versions PDF prises en charge et toutes les manipulations que nous pouvons faire avec le texte, les images, les pages, etc....les signets Supprimer les annotations Extraire un texte du PDF...dégradée, la modification d’annotations, le remplissage de champs...

    docs.aspose.com/pdf/fr/nodejs-cpp/key-features/
  2. Navigasi dan Interaksi dalam PDF menggunakan Py...

    Bagian ini menjelaskan fitur kerja dengan tautan, tindakan, dan penanda buku dengan Perpustakaan Python....Formulir menggunakan Python PDF Annotations...

    docs.aspose.com/pdf/id/python-net/navigation-an...
  3. Add Image to PDF using C++|Aspose.PDF لـ C++

    يصف هذا القسم كيفية إضافة صورة إلى ملف PDF موجود باستخدام مكتبة C++....auto annotation = MakeObject < Aspose :: Pdf :: Annotations ::...get_Rect ()); auto form = annotation -> get_Appearance () -> idx_get...

    docs.aspose.com/pdf/ar/cpp/add-image-to-existin...
  4. 搜索

    搜索...Annotations 集合的鏈接。 使用 Document.Save(String)...將鏈接註釋添加到PDF文件第一頁的註釋集合 page.Annotations.Add(link); // 保存更新的文檔 document...

    blog.aspose.com/zh-hant/pdf/add-hyperlinks-to-p...
  5. PDF Tooltip использование C++|Aspose.PDF for C++

    Узнайте, как добавить всплывающую подсказку к фрагменту текста в PDF с использованием C++ и Aspose.PDF...Annotations.HideAction, чтобы назначить...get_Flags () | Aspose :: Pdf :: Annotations :: AnnotationFlags :: Hidden...

    docs.aspose.com/pdf/ru/cpp/pdf-tooltip/
  6. Menambahkan Gambar ke PDF menggunakan C++|Aspos...

    Bagian ini menjelaskan cara menambahkan gambar ke file PDF yang ada menggunakan pustaka C++....auto annotation = MakeObject < Aspose :: Pdf :: Annotations ::...get_Rect ()); auto form = annotation -> get_Appearance () -> idx_get...

    docs.aspose.com/pdf/id/cpp/add-image-to-existin...
  7. Come ottenere l'annotazione di Highlight usando...

    Codice sorgente per ottenere Highlight annotazioni in file PDF su qualsiasi piattaforma con linguaggio C++...Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/cpp/annotation/highl...
  8. Tworzenie formularzy PDF przy użyciu .NET | Asp...

    Tworzenie formularzy PDF i dodawanie pól programowo za pomocą przykładowego kodu C# przy użyciu pliku Aspose.PDF dla .NET.... Annotations . Border ( textBoxField )...Dash = new Aspose . Pdf . Annotations . Dash ( 1 , 1 ) }; textBoxField...

    products.aspose.com/pdf/pl/net/acroforms/create/
  9. Create PDF Forms using Python | Aspose.PDF

    Create PDF forms and add fields programmatically with Python sample code using Aspose.PDF for Python for .NET.... annotations . Border ( textBoxField )...3 border . dash = apdf . annotations . Dash ( 1 , 1 ) textBoxField...

    products.aspose.com/pdf/python-net/acroforms/cr...
  10. Создание ссылок в PDF-файле с помощью C#|Aspose...

    В этом разделе объясняется, как создавать ссылки в вашем PDF-документе с помощью C#....Добавьте ссылку в коллекцию Annotations объекта Page. Наконец, сохраните...Добавьте ссылку в коллекцию Annotations объекта Page. Сохраните обновлённый...

    docs.aspose.com/pdf/ru/net/create-links/