Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 8,533 for

annotation

(0.1 sec)
  1. Anotação Multimídia em PDF usando C#|Aspose.PDF...

    Aspose.PDF for .NET permite adicionar, obter e excluir a anotação multimídia do seu documento PDF....estão contidas na coleção Annotations de um objeto Page . Esta...tem sua própria coleção de Annotations. Para adicionar uma anotação...

    docs.aspose.com/pdf/pt/net/multimedia-annotation/
  2. PDF 하이라이트 주석을 C++로 사용하기|Aspose.PDF for C++

    마크업 주석은 문서의 텍스트에서 하이라이트, 밑줄, 취소선 또는 물결 밑줄로 표시됩니다....MakeObject < Aspose :: Pdf :: Annotations :: HighlightAnnotation >...MakeObject < Aspose :: Pdf :: Annotations :: StrikeOutAnnotation >...

    docs.aspose.com/pdf/ko/cpp/highlights-annotation/
  3. แก้ไขไฟล์ PDF โดยใช้ Java | Aspose.PDF

    แก้ไขเอกสาร PDF ด้วยโปรแกรมด้วยรหัสตัวอย่าง Java โดยใช้ Aspose.PDF สำหรับ Java...600 ); RedactionAnnotation annot = new RedactionAnnotation (...rect ); annot . setFillColor ( Color . getBlack ()); annot . setBorderColor...

    products.aspose.com/pdf/th/java/redaction/
  4. 在 PDF 中使用操作|Aspose.PDF for C++

    本节解释如何使用 C++ 以编程方式向文档和表单字段添加操作。...FreeTextAnnotation 对象,将这些链接添加到 Page 对象的 Annotations 集合中。 最后,使用 Document 对象的 Save...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/zh/cpp/actions/
  5. 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/ja/net/modify-annotations/
  6. PdfPermissions enumeration | Aspose.Words for P...

    aspose.words.saving.PdfPermissions enumeration. Specifies the operations that are allowed to a user on an encrypted PDF document....MODIFY_ANNOTATIONS , PdfPermissions.FILL_IN.... MODIFY_ANNOTATIONS Add or modify text annotations, fill in...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PDF 파일에서 링크 추출하기|Aspose.PDF for Java

    Java를 사용하여 PDF에서 링크를 추출합니다. 이 주제는 AnnotationSelector 클래스를 사용하여 링크를 추출하는 방법을 설명합니다.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/ko/java/extract-links/
  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/fa/cpp/annotation/
  9. Comment mettre en surbrillance un document PDF ...

    Cet article explique comment mettre en surbrillance un document PDF à l'aide de Java. Il partage les détails de configuration, les étapes et un exemple de code exécutable pour mettre en surbrillance des mots dans un PDF à l'aide de Java....fragments de texte Créez une annotation de surbrillance à l’aide...surbrillance du texte Ajoutez cette annotation à la page cible et enregistrez...

    kb.aspose.com/fr/pdf/java/how-to-highlight-a-pd...
  10. Extrair Anotações de PDF|Aspose.PDF for .NET

    Esta seção explica como extrair anotações de um arquivo PDF para XFDF com Aspose.PDF Facades....GetDataDir_AsposePdfFacades_Annotations (); // Open PDF document...( document ); // Extract annotations var annotationTypes = new...

    docs.aspose.com/pdf/pt/net/extract-annotation/