Sort Score
Result 10 results
Languages All
Labels All
Results 3,921 - 3,930 of 8,616 for

annotation

(0.19 sec)
  1. PDF ハイライト注釈|Aspose.PDF for Java

    マークアップ注釈は、文書のテキストにハイライト、下線、取り消し線、またはジグザグの下線として表示されます。...annotationSelector1 ); List < Annotation > highlightAnnotations =...annotationSelector1 . getSelected (); for ( Annotation ta : highlightAnnotations...

    docs.aspose.com/pdf/ja/java/highlights-annotation/
  2. 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...
  3. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file with Aspose.PDF for Go via C++....adding text, images, or annotations to the PDF. This example...

    docs.aspose.com/pdf/go-cpp/save-pdf-document/
  4. Working with Forms|Aspose.PDF para PHP vía Java

    Esta sección explica cómo trabajar con AcroForms y XFA Forms en sus documentos PDF con Aspose.PDF para PHP....con Imágenes en PDF PDF Annotations...

    docs.aspose.com/pdf/es/php-java/working-with-fo...
  5. C#을 사용하여 PDF에 JavaScript 추가하기

    이 문서를 따라 C#을 사용하여 PDF에 JavaScript를 추가하세요. IDE 설정, 단계 목록 및 다양한 작업을 위해 여러 유형의 스크립트를 추가하여 PDF JS를 처리하는 샘플 코드가 포함되어 있습니다....환경을 설정합니다 라이브러리에서 PDF 및 Annotations 클래스를 가져옵니다 전체 제품 기능을 위해 라이선스를...를 생성하는 방법을 설명합니다. PDF 및 Annotations 클래스를 가져오고, 라이선스를 로드한 후 PDF가...

    kb.aspose.com/ko/pdf/net/add-javascript-to-pdf-...
  6. Comment barrer du texte dans Adobe PDF à l'aide...

    Cet article explique comment barrer du texte dans Adobe PDF à l'aide de Python. Il contient des paramètres d'environnement, une liste d'étapes et un exemple de code exécutable pour supprimer du texte dans un PDF à l'aide de Python....couleur et le titre de l’annotation barrée avant de l’ajouter...l’ajouter à la collection d’annotations de la page Enregistrez le fichier...

    kb.aspose.com/fr/pdf/python/how-to-strike-out-t...
  7. 档案

    档案...遍历页面上的注解 for (auto annotation : page->get_Annotations()) { // 检查注释类型...检查注释类型 if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/zh/pdf/extract-data-from-tables...
  8. Lưu trữ

    Lưu trữ...trang for (auto annotation : page->get_Annotations()) { // Kiểm...thích if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/vi/pdf/extract-data-from-tables...
  9. آرشیوها

    آرشیوها...کنید for (auto annotation : page->get_Annotations()) { // نوع حاشیه...کنید if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/fa/pdf/extract-data-from-tables...
  10. PDF 工具提示使用 Python|Aspose.PDF for Python via .NET

    学习如何使用 Python 和 Aspose.PDF 向 PDF 中的文本片段添加工具提示... annotations . AnnotationFlags . HIDDEN...default_appearance = ap . annotations . DefaultAppearance ( "Helv"...

    docs.aspose.com/pdf/zh/python-net/pdf-tooltip/