Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 8,417 for

annotate

(0.37 sec)
  1. How to Add Hyperlink in PDF using Python

    This article covers the details on how to add hyperlink in PDF using Python. You will get details to establish the IDE, information about different API calls and a runnable sample code to add link to PDF using Python....link and free Text annotations to the annotations collection on the...PDF file and then a link annotation is added with specified attributes...

    kb.aspose.com/pdf/python/how-to-add-hyperlink-i...
  2. Extraer Texto de Sellos|Aspose.PDF para C++

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....-> idx_get ( 1 ) -> get_Annotations () -> idx_get ( 1 ); if (...== Annotations :: AnnotationType :: Stamp ) { auto annot = System...

    docs.aspose.com/pdf/es/cpp/extract-text-from-st...
  3. PdfAnnotationEditor Class|Aspose.PDF for Java

    This section explains how to work with Aspose.PDF Facades using PdfAnnotationEditor Class....Contents [ Hide ] Delete All Annotations by Specified Type (facades)...(facades) Import and Export Annotations to XFDF format using com.aspose...

    docs.aspose.com/pdf/java/pdfannotationeditor-cl...
  4. 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/
  5. 从PDF文件中提取链接|Aspose.PDF for Java

    使用Java从PDF中提取链接。本主题向您解释如何使用AnnotationSelector类提取链接。... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/zh/java/extract-links/
  6. Java 를 사용하여 PDF 편집 | Aspose.PDF

    자바 및 PHP, 델파이에서 PDF 파일의 민감한 정보를 편집하는 자바 소스 코드....600 ); RedactionAnnotation annot = new RedactionAnnotation (...rect ); annot . setFillColor ( Color . getBlack ()); annot . setBorderColor...

    products.aspose.com/pdf/ko/java/redaction/
  7. O que há de novo|Aspose.PDF para Python via .NET

    Nesta página são apresentadas as novas funcionalidades mais populares no Aspose.PDF para Python via .NET que foram introduzidas em lançamentos recentes....] for annotation in page . annotations : if ( annotation . rect...cast ( ap . annotations . WidgetAnnotation , annotation ) checkbox...

    docs.aspose.com/pdf/pt/python-net/whatsnew/
  8. ما الجديد|Aspose.PDF لـ Python عبر .NET

    في هذه الصفحة يتم تقديم الميزات الجديدة الأكثر شيوعًا في Aspose.PDF لـ Python عبر .NET التي تم تقديمها في الإصدارات الأخيرة....] for annotation in page . annotations : if ( annotation . rect...cast ( ap . annotations . WidgetAnnotation , annotation ) checkbox...

    docs.aspose.com/pdf/ar/python-net/whatsnew/
  9. Qué hay de nuevo|Aspose.PDF para Python a travé...

    En esta página se presentan las características nuevas más populares en Aspose.PDF para Python a través de .NET que se han introducido en lanzamientos recientes....] for annotation in page . annotations : if ( annotation . rect...cast ( ap . annotations . WidgetAnnotation , annotation ) checkbox...

    docs.aspose.com/pdf/es/python-net/whatsnew/
  10. Anotações Adesivas em PDF usando C#|Aspose.PDF ...

    Aprenda como criar anotações adesivas, como notas e destaques, em PDFs usando Aspose.PDF em .NET.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...// Load Page object to add Annotation var page = document . Pages...

    docs.aspose.com/pdf/pt/net/sticky-annotations/