Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 8,535 for

annotate

(0.15 sec)
  1. Python 를 사용하여 PDF 편집 | Aspose.PDF

    Python for .NET 용 Aspose.PDF 파일을 사용하여 Python 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 문서를 수정합니다.... rectangle annot = apdf . annotations . RedactionAnnotation...page , annotationRectangle ) annot . fill_color = apdf . Color...

    products.aspose.com/pdf/ko/python-net/redaction/
  2. Что нового 2023|Aspose.PDF for .NET

    Эта страница представляет самые популярные новые функции в Aspose.PDF for .NET, представленные в 2023 году....GetDataDir_AsposePdf_Pages (); // Create annotation new instance of Merger using...Message { Content = "You are an annotation helpful assistant." , Role...

    docs.aspose.com/pdf/ru/net/whatsnew/2023/
  3. 导入和导出注释到 XFDF|Aspose.PDF for .NET

    您可以使用 C# 和 Aspose.PDF for .NET 库导入和导出 XFDF 格式的注释。... GetDataDir_AsposePdf_Annotations (); // Create PdfAnnotationEditor..."AnnotationDemo1.pdf" ); // Define the annotation types to export var annotType...

    docs.aspose.com/pdf/zh/net/import-export-xfdf/
  4. Lưu trữ

    Lưu trữ...chú thích vào bộ sưu tập Annotations của trang PDF cụ thể bằng...[Document.Pages 1 .Annotations.Add (Annotation)] 12 . Lưu tài liệu...

    blog.aspose.com/vi/pdf/add-or-remove-annotation...
  5. 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/
  6. 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...
  7. | Aspose.PDF

    使用 Python 使用适用于 Python for .NET 的 Aspose.PDF 以编程方式管理 PDF 批注... annotations . DefaultAppearance () appearance...freeTextAnnotation = apdf . annotations . FreeTextAnnotation ( document...

    products.aspose.com/pdf/zh-hans/python-net/anno...
  8. Modifikasi Anotasi di PDF Anda|Aspose.PDF for .NET

    Bagian ini menjelaskan cara memodifikasi anotasi dari file PDF ke XFDF dengan Aspose.PDF Facades....GetDataDir_AsposePdfFacades_Annotations (); // Create PdfAnnotationEditor..."AnnotationsInput.pdf" ); // Modify annotations author annotationEditor ...

    docs.aspose.com/pdf/id/net/modify-annotations/
  9. 提取注释(facades)|Aspose.PDF for Java

    本节解释如何使用 Aspose.PDF Facades 从 PDF 文件中提取注释到 XFDF。... Text }; var annotations = annotationEditor . extractAnnotations...annotationTypes ); for ( var annotation : annotations ) { System . out ...

    docs.aspose.com/pdf/zh/java/extract-annotation/
  10. Извлечение ссылок из PDF-файла|Aspose.PDF for Java

    Извлечение ссылок из PDF с помощью Java. Эта тема объясняет, как извлечь ссылки с помощью класса AnnotationSelector.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/ru/java/extract-links/