Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 7,607 for

annotation

(0.15 sec)
  1. Ekstrak Tautan dari File PDF|Aspose.PDF untuk C++

    Ekstrak tautan dari PDF dengan C#. Topik ini menjelaskan bagaimana cara mengekstrak tautan menggunakan kelas AnnotationSelector....annotations.annotation_selector/) ke metode...com/pdf/cpp/class/aspose.pdf.annotations.annotation_selector/). Cuplikan...

    docs.aspose.com/pdf/id/cpp/extract-links/
  2. Anotações Extras usando C#|Aspose.PDF for .NET

    Aprenda como adicionar anotações adicionais a arquivos PDF em .NET usando Aspose.PDF para recursos interativos de documentos.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...pdf" )) { // Create Caret Annotation for text insertion var caretAnnotation1...

    docs.aspose.com/pdf/pt/net/extra-annotations/
  3. Anotaciones Adicionales usando C#|Aspose.PDF fo...

    Aprende cómo agregar anotaciones adicionales a archivos PDF en .NET usando Aspose.PDF para características interactivas del documento.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...pdf" )) { // Create Caret Annotation for text insertion var caretAnnotation1...

    docs.aspose.com/pdf/es/net/extra-annotations/
  4. Atualizar Links em PDF|Aspose.PDF for C++

    Atualize links em PDF programaticamente com Aspose.PDF para C++. Este guia é sobre como atualizar links em um arquivo PDF....DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // Modificação do...

    docs.aspose.com/pdf/pt/cpp/update-links/
  5. Actualizar Enlaces en PDF|Aspose.PDF para C++

    Actualizar enlaces en PDF programáticamente con Aspose.PDF para C++. Esta guía trata sobre cómo actualizar enlaces en un archivo PDF....DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // Modificación del...

    docs.aspose.com/pdf/es/cpp/update-links/
  6. 使用 C# 操作 PDF 中的注释 | Aspose.PDF

    用於操作 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++上的 PDF 檔中的批注的 C# 原始程式碼。... Annotations . TextAnnotation ( pdfDocument...600 )) { Title = "Sample Annotation Title" , Subject = "Sample...

    products.aspose.com/pdf/zh-hant/net/annotation/
  7. Manipola le annotazioni in PDF usando Python | ...

    Codice sorgente Python per manipolare le annotazioni nel file PDF su.NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....da rimuovere con Redaction Annotation Aggiungi annotazione link....NET Per aggiungere Text Annotation nel file PDF, useremo Aspose...

    products.aspose.com/pdf/it/python-net/annotation/
  8. ویرایش PDF با استفاده از Python | Aspose.PDF

    کد منبع پایتون برای ویرایش اطلاعات حساس در فایل PDF در دات نت فریم ورک، دات نت هسته و پی اچ پی، VBScript، دلفی، C++ از طریق COM Interop.... rectangle annot = ap . annotations . RedactionAnnotation...page , annotationRectangle ) annot . fill_color = ap . Color ....

    products.aspose.com/pdf/fa/python-net/redaction/
  9. 使用 Python 编辑 PDF | Aspose.PDF

    用于通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上编辑 PDF 文件中的敏感信息的 Python.... rectangle annot = ap . annotations . RedactionAnnotation...page , annotationRectangle ) annot . fill_color = ap . Color ....

    products.aspose.com/pdf/zh-hans/python-net/reda...
  10. Ekstrak Anotasi (facades)|Aspose.PDF untuk Java

    Bagian ini menjelaskan cara mengekstrak anotasi dari file PDF ke XFDF dengan Aspose.PDF Facades.... Text }; var annotations = annotationEditor . extractAnnotations...annotationTypes ); for ( var annotation : annotations ) { System . out ...

    docs.aspose.com/pdf/id/java/extract-annotation/