Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 9,071 for

annotation

(0.25 sec)
  1. Come ottenere l'annotazione di Square usando .N...

    Codice sorgente su C# per ottenere Square annotazioni su .NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/net/annotation/squar...
  2. Adicionar Anotação de Curva|Aspose.PDF for Pyth...

    Este exemplo vincula um PDF de entrada, desenha uma curva tracejada na primeira página e salva o documento modificado....initialize_data_dir def add_curve_annotation ( infile , outfile ): # Create...220 , 100 ), "This is curve annotation" , ) # Save output PDF file...

    docs.aspose.com/pdf/pt/python-net/add-curve-ann...
  3. Adicionar Anotação de Polígono|Aspose.PDF for P...

    Este exemplo associa um PDF de entrada, desenha um polígono sólido na primeira página e salva o documento modificado com uma anotação....initialize_data_dir def add_polygon_annotation ( infile , outfile ): # Create... 120 ), "This is polygon annotation" , ) # Save output PDF file...

    docs.aspose.com/pdf/pt/python-net/add-polygon-a...
  4. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......Categories Latest Answers Remove Annotations from PDF using C# Convert...to PDF in Python Remove Annotations from PDF using Python Convert...

    kb.aspose.com/categories/page/21/
  5. 添加圆形注释|Aspose.PDF for Python via .NET

    此示例绑定输入 PDF,在首页创建一个圆形注释,并保存修改后的文档。...initialize_data_dir def add_circle_annotation ( infile , outfile ): # Create...contents = "This is circle annotation" content_editor . create_square_circle...

    docs.aspose.com/pdf/zh/python-net/add-circle-an...
  6. 添加方形注释|Aspose.PDF for Python via .NET

    本示例绑定一个输入 PDF,在首页添加一个填充的蓝色方形批注,并保存修改后的文档。...initialize_data_dir def add_square_annotation ( infile , outfile ): # Create...contents = "This is square annotation" content_editor . create_square_circle...

    docs.aspose.com/pdf/zh/python-net/add-square-an...
  7. إضافة تعليق توضيحي للسطر|Aspose.PDF for Python ...

    يربط هذا المثال ملف PDF مُدخل، ويرسم تعليقًا توضيحيًا بخط أحمر مع نهايات الأسطر المربعة، ويحفظ ملف PDF المعدل....initialize_data_dir def add_line_annotation ( infile , outfile ): # Create...contents = "This is line annotation" content_editor . create_line...

    docs.aspose.com/pdf/ar/python-net/add-line-anno...
  8. Agregar anotación de polígono|Aspose.PDF for Py...

    Este ejemplo vincula un PDF de entrada, dibuja un polígono sólido en la primera página y guarda el documento modificado con una anotación....initialize_data_dir def add_polygon_annotation ( infile , outfile ): # Create... 120 ), "This is polygon annotation" , ) # Save output PDF file...

    docs.aspose.com/pdf/es/python-net/add-polygon-a...
  9. O que há de novo 2024|Aspose.PDF for .NET

    Esta página apresenta os recursos novos mais populares em Aspose.PDF for .NET introduzidos em 2024....Create an OutputIntent with annotation required OutputConditionIdent...necessary, an OutputCondition and annotation RegistryName may be provided...

    docs.aspose.com/pdf/pt/net/whatsnew/2024/
  10. PDF에서 링크 업데이트|Aspose.PDF for Java

    PDF의 링크를 프로그래밍 방식으로 업데이트합니다. 이 가이드는 Java 언어로 PDF의 링크를 업데이트하는 방법에 관한 것입니다....get_Item ( 1 ); for ( Annotation annotation : page . getAnnotations...getAnnotations ()) { if ( annotation . getAnnotationType () == AnnotationType...

    docs.aspose.com/pdf/ko/java/update-links/