Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 7,620 for

annotator

(0.17 sec)
  1. 追加の種類のPDF注釈を使用する|Aspose.PDF for Java

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

    docs.aspose.com/pdf/ja/java/extra-annotations/
  2. PDFファイルからリンクを抽出する|Aspose.PDF for C++

    C#を使用してPDFからリンクを抽出します。このトピックでは、AnnotationSelectorクラスを使用してリンクを抽出する方法を説明します。...MakeObject < Aspose :: Pdf :: Annotations :: AnnotationSelector > (...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/ja/cpp/extract-links/
  3. 修改 PDF 中的注释|Aspose.PDF for .NET

    本节解释如何使用 Aspose.PDF Facades 将 PDF 文件中的注释修改为 XFDF。...GetDataDir_AsposePdfFacades_Annotations (); // Create PdfAnnotationEditor..."AnnotationsInput.pdf" ); // Modify annotations author annotationEditor ...

    docs.aspose.com/pdf/zh/net/modify-annotations/
  4. Extrair Links do Arquivo PDF|Aspose.PDF for C++

    Extrair links de PDF com C#. Este tópico explica como extrair links usando a classe AnnotationSelector....MakeObject < Aspose :: Pdf :: Annotations :: AnnotationSelector > (...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/pt/cpp/extract-links/
  5. python-java.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://products.aspose.com/total/vi/2023-11-21T07:34:25+00:00alternate en https://products.aspose.com/total/ ......com/total/vi/python-java/annotate/2023-12-30T05:33:49+00:00alternate...aspose.com/total/python-java/annotate/ alternate fr https://products...

    products.aspose.com/total/vi/python-java.xml
  6. Comment rayer du texte dans un PDF avec C#

    Ce didacticiel explique comment barrer du texte dans un PDF à l'aide de C#. Il contient des paramètres d'environnement, un processus par étapes et un exemple de code exécutable pour supprimer du texte dans Adobe PDF à l'aide de C#....Ajoutez cette annotation à la collection d’annotations sur la page...une annotation barrée pour le texte, puis cette annotation est...

    kb.aspose.com/fr/pdf/net/how-to-strike-out-text...
  7. How to Add Hyperlink in PDF using C#

    This short tutorial guides on how to add hyperlink in PDF using C#. It provides detailed description along with a runnable sample code to insert hyperlink in PDF using C#....displayed over the link Add both annotations to the page Save the resultant...In the next steps, a link annotation is created within a rectangle...

    kb.aspose.com/pdf/net/how-to-add-hyperlink-in-p...
  8. 如何使用 Java 删除 Link 注释 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中删除 PDF 文件中的 Link 注释的 Java 示例代码。...Annotations 集合中的 Link 注释方法 Remove 再次保存该文件..."SimpleResume_mod.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/zh-hans/java/annotation...
  9. PdfEncryptionDetails | Aspose.Words for Java

    Contains details for encrypting and access permissions for a PDF document in Java....to allow the editing of annotations. PdfEncryptionDetails encryptionDetails..."", PdfPermissions.MODIFY_ANNOTATIONS | PdfPermissions.DOCUMENT_ASSEMBLY);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Créer des liens dans un fichier PDF avec C++|As...

    Cette section explique comment créer des liens dans votre document PDF avec C++....Ajoutez le lien à la propriété Annotations de l’objet Page. Enfin, enregistrez...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/fr/cpp/create-links/