Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 8,744 for

annotate

(0.35 sec)
  1. Menggunakan Anotasi Teks untuk PDF melalui Pyth...

    Aspose.PDF untuk Python memungkinkan Anda Menambahkan, Mendapatkan, dan Menghapus Anotasi Teks dari dokumen PDF Anda....terkandung oleh koleksi Annotations dari halaman tertentu. Koleksi...Tambahkan anotasi ke koleksi Annotations objek ‘page’. Cuplikan kode...

    docs.aspose.com/pdf/id/python-net/text-annotation/
  2. Redazione di un PDF utilizzando Python | Aspose...

    Redazione programmatica di documenti PDF con codice di esempio Python utilizzando Aspose.PDF per Python for .NET... rectangle annot = apdf . annotations . RedactionAnnotation...page , annotationRectangle ) annot . fill_color = apdf . Color...

    products.aspose.com/pdf/it/python-net/redaction/
  3. Update Links in PDF|Aspose.PDF for C++

    Update links in PDF programmatically with Aspose.PDF for C++. This guide is about how to update links in PDF file....DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // Modification link:...

    docs.aspose.com/pdf/cpp/update-links/
  4. 파이썬을 사용한 PDF 하이라이트 주석|Aspose.PDF for Python via...

    마크업 주석은 문서의 텍스트에서 하이라이트, 밑줄, 취소선 또는 지그재그 밑줄로 표시됩니다.... annotations . HighlightAnnotation ( document...document . pages [ 1 ] . annotations . append ( highlightAnnotation...

    docs.aspose.com/pdf/ko/python-net/highlights-an...
  5. arkiv

    arkiv...anteckningar till samlingen Annotations för den specifika PDF-sidan...[Document.Pages 1 .Annotations.Add(Annotation)] 12 . Spara PDF-dokumentet...

    blog.aspose.com/sv/pdf/add-or-remove-annotation...
  6. Update Links in PDF|Aspose.PDF for Java

    Update links in PDF programmatically. This guide is about how to update links in PDF in Java language....); // Get the first link annotation from first page of document...); // Get the first link annotation from first page of document...

    docs.aspose.com/pdf/java/update-links/
  7. 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/
  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. 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/
  10. Использование дополнительных типов аннотаций PD...

    В этом разделе описывается, как добавлять, получать и удалять дополнительные виды аннотаций из вашего PDF документа.... Создайте новый Caret Annotation и установите параметры Caret...annotationSelector ); List < Annotation > caretAnnotations = annotationSelector...

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