Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 9,064 for

annotate

(0.84 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – How to get Polyline Annotation using C++ https://products.aspose.com/pdf/cpp/annotation/polyline/get/ Recent content in How to get Polyline Ann......Products – How to get Polyline Annotation using C++ https://products...https://products.aspose.com/pdf/cpp/annotation/polyline/get/ Recent content...

    products.aspose.com/pdf/cpp/annotation/polyline...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – How to remove Watermark Annotation using C++ https://products.aspose.com/pdf/cpp/annotation/watermark/remove/ Recent content in How to remove W......– How to remove Watermark Annotation using C++ https://products...https://products.aspose.com/pdf/cpp/annotation/watermark/remove/ Recent content...

    products.aspose.com/pdf/cpp/annotation/watermar...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – How to remove Redaction Annotation using Java https://products.aspose.com/pdf/java/annotation/redaction/remove/ Recent content in How to remove......– How to remove Redaction Annotation using Java https://products...https://products.aspose.com/pdf/java/annotation/redaction/remove/ Recent content...

    products.aspose.com/pdf/java/annotation/redacti...
  4. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – How to remove Polyline Annotation using Java https://products.aspose.com/pdf/java/annotation/polyline/remove/ Recent content in How to remove P......– How to remove Polyline Annotation using Java https://products...https://products.aspose.com/pdf/java/annotation/polyline/remove/ Recent content...

    products.aspose.com/pdf/java/annotation/polylin...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – How to remove Square Annotation using Java https://products.aspose.com/pdf/java/annotation/square/remove/ Recent content in How to remove Squar......Products – How to remove Square Annotation using Java https://products...https://products.aspose.com/pdf/java/annotation/square/remove/ Recent content...

    products.aspose.com/pdf/java/annotation/square/...
  6. Work with PDF Actions in Python|Aspose.PDF for ...

    Learn how to add, update, and remove document, page, and form actions in PDF files using Python....annotations import ( NamedAction , PredefinedAction...pdf") Notes: - Uses `ap.annotations.JavascriptAction` with `app...

    docs.aspose.com/pdf/python-net/actions/
  7. 追加の種類のPDF注釈を使用する|Aspose.PDF for Java

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

    docs.aspose.com/pdf/ja/java/extra-annotations/
  8. | Aspose.PDF

    จัดการคำอธิบายประกอบใน PDF ด้วยโปรแกรมด้วยรหัสตัวอย่าง C++ โดยใช้ Aspose.PDF สำหรับ C++...MakeObject < Aspose :: Pdf :: Annotations :: TextAnnotation > ( page...set_State ( Aspose :: Pdf :: Annotations :: AnnotationState :: Accepted...

    products.aspose.com/pdf/th/cpp/annotation/
  9. Modificar Anotações no seu PDF|Aspose.PDF for .NET

    Esta seção explica como modificar anotações de um arquivo PDF para XFDF com Aspose.PDF Facades....GetDataDir_AsposePdfFacades_Annotations (); // Create PdfAnnotationEditor..."AnnotationsInput.pdf" ); // Modify annotations author annotationEditor ...

    docs.aspose.com/pdf/pt/net/modify-annotations/
  10. 更新 PDF 中的链接|Aspose.PDF for C++

    使用 Aspose.PDF for C++ 以编程方式更新 PDF 中的链接。本指南介绍如何更新 PDF 文件中的链接。...DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // 修改链接:更改链接目标 auto...

    docs.aspose.com/pdf/zh/cpp/update-links/