Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 8,552 for

annotate

(0.15 sec)
  1. 在PDF文件中创建链接使用C++|Aspose.PDF for C++

    本节解释如何使用C++在PDF文档中创建链接。... 将链接添加到Page对象的 Annotations 属性。 最后,使用Document对象的Save方法保存更新的PDF。...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/zh/cpp/create-links/
  2. Archivo

    Archivo... Recupere la propiedad annotations de una página específica...document = ap.Document("annotations.pdf") # Recorra todas las...

    blog.aspose.com/es/pdf/parse-pdf-in-python/
  3. Chercher

    chercher...les commentaires sont des annotations ou des notes qui peuvent...Parcourez la collection des annotations. Après cela, lisez la propriété...

    blog.aspose.com/fr/diagram/add-comments-to-visi...
  4. Trabajando con Acciones en PDF|Aspose.PDF para C++

    Esta sección explica cómo agregar acciones al documento y campos de formulario programáticamente con C++....estos enlaces a la colección Annotations del objeto Page . Finalmente...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/es/cpp/actions/
  5. | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,透過 Python 範例程式碼以程式設計方式管理 PDF 中的註釋... annotations . DefaultAppearance () appearance...freeTextAnnotation = apdf . annotations . FreeTextAnnotation ( document...

    products.aspose.com/pdf/zh-hant/python-net/anno...
  6. C++を使用した追加アノテーション|Aspose.PDF for C++

    このセクションでは、PDFドキュメントに追加の種類のアノテーションを追加、取得、および削除する方法について説明します。...namespace Aspose :: Pdf :: Annotations ; void MarkupAnnotations...-> idx_get ( 1 ) -> get_Annotations () -> Add ( caretAnnotation1...

    docs.aspose.com/pdf/ja/cpp/extra-annotations/
  7. Ekstrak Tautan dari File PDF|Aspose.PDF untuk Java

    Ekstrak tautan dari PDF dengan Java. Topik ini menjelaskan cara mengekstrak tautan menggunakan kelas AnnotationSelector.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/id/java/extract-links/
  8. Modificar Anotaciones en su Archivo PDF (facade...

    Esta sección explica cómo modificar anotaciones del archivo PDF a XFDF con Aspose.PDF Facades....DefaultAppearance (); FreeTextAnnotation annotation = new FreeTextAnnotation...1 ), defaultAppearance ); annotation . setTitle ( "Usuario de...

    docs.aspose.com/pdf/es/java/modify-annotations/
  9. 使用 C# 編輯 PDF | Aspose.PDF

    使用 .NET 的 C# 使用 Aspose.PDF 樣本代碼以編程方式編輯 PDF 文檔...Rectangle ; var annot = new Aspose . Pdf . Annotations . RedactionAnnotation...Number ]. Annotations . Add ( annot , true ); annot . Redact ();...

    products.aspose.com/pdf/zh-hant/net/redaction/
  10. 追加の種類のPDF注釈を使用する|Aspose.PDF for Java

    このセクションでは、PDFドキュメントに追加の種類の注釈を追加、取得、削除する方法について説明します。... 新しい Caret Annotation を作成し、Caretパラメータ(新しいRecta...その後、注釈をページに追加できます。 次のコードスニペットは、Caret AnnotationをPDFファイルに追加する方法を示しています: package...

    docs.aspose.com/pdf/ja/java/extra-annotations/