Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 8,738 for

annotator

(0.13 sec)
  1. أرشيف

    أرشيف...من الشروح annotations = page0.page_sheet.annotations; # كرر من...التوضيحية for annotation in annotations: comment = annotation.comment...

    blog.aspose.com/ar/diagram/add-comments-to-visi...
  2. Arşiv

    Arşiv...koleksiyonunu alın annotations = page0.page_sheet.annotations; # Ek açıklamalar...yapın for annotation in annotations: comment = annotation.comment...

    blog.aspose.com/tr/diagram/add-comments-to-visi...
  3. 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/
  4. Extraer enlaces|Aspose.PDF for Python via .NET

    Este ejemplo enlaza un PDF de entrada, extrae todos los enlaces y muestra sus coordenadas y URIs (si están disponibles).... annotations . LinkAnnotation ): annotation = cast (...( ap . annotations . LinkAnnotation , link ) if is_assignable...

    docs.aspose.com/pdf/es/python-net/extract-links/
  5. Anotación Multimedia en PDF usando C#|Aspose.PD...

    Aspose.PDF for .NET te permite agregar, obtener y eliminar la anotación multimedia de tu documento PDF....encuentran en la colección Annotations de un objeto Page . Esta...tiene su propia colección de Annotations. Para agregar una anotación...

    docs.aspose.com/pdf/es/net/multimedia-annotation/
  6. Travailler avec des commentaires|Documentation

    Cette page décrit comment ajouter ou modifier des commentaires avec la bibliothèque Aspose.Diagram....propriété Comment, exposée par le Annotation classe, permet aux développeurs...collection of the annotations AnnotationCollection annotations = diagram...

    docs.aspose.com/diagram/fr/net/working-with-com...
  7. Java 를 사용하여 PDF 편집 | Aspose.PDF

    Java 용 Aspose.PDF 파일을 사용하여 Java 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 문서를 수정합니다....600 ); RedactionAnnotation annot = new RedactionAnnotation (...rect ); annot . setFillColor ( Color . getBlack ()); annot . setBorderColor...

    products.aspose.com/pdf/ko/java/redaction/
  8. Update Links in PDF|Aspose.PDF untuk C++

    Memperbarui tautan dalam PDF secara programatis dengan Aspose.PDF untuk C++. Panduan ini tentang cara memperbarui tautan dalam file PDF....DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // Modifikasi tautan:...

    docs.aspose.com/pdf/id/cpp/update-links/
  9. Agregar anotaciones de marcado|Aspose.PDF for P...

    Este ejemplo enlaza un PDF de entrada, agrega cuatro anotaciones de marcado diferentes a la primera página y guarda el documento actualizado. Cada anotación muestra un estilo y color de marcado diferentes....initialize_data_dir def add_markup_annotation ( infile , outfile ): # Create...bind_pdf ( infile ) # Add markup annotation to page 1 content_editor...

    docs.aspose.com/pdf/es/python-net/add-markup-an...
  10. Изменение аннотаций в вашем PDF файле (facades)...

    Этот раздел объясняет, как изменить аннотации из PDF файла в XFDF с помощью Aspose.PDF Facades....Создать новый объект типа Annotation для изменения атрибутов аннотации...DefaultAppearance (); FreeTextAnnotation annotation = new FreeTextAnnotation...

    docs.aspose.com/pdf/ru/java/modify-annotations/