Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 8,738 for

annotate

(0.08 sec)
  1. Impor dan Ekspor Anotasi ke XFDF|Aspose.PDF for...

    Bagian ini menjelaskan cara mengimpor dan mengekspor anotasi dari file PDF ke XFDF dengan Aspose.PDF Facades....ades_Annotations (); // Sources of PDF with annotations var sources...GetDataDir_AsposePdfFacades_Annotations (); using ( var annotationEditor...

    docs.aspose.com/pdf/id/net/import-export-annota...
  2. API PDF per le annotazioni | Aspose.PDF

    Rimuovere commenti dai documenti PDF con app multipiattaforma gratuite e API High Code per qualsiasi piattaforma....pdf" )); // This annotation is used to indicate the insertion...document . Pages [ 1 ]. Annotations . Add ( caretAnnotation1...

    products.aspose.com/pdf/it/annotation/
  3. Redact PDF using Python | Aspose.PDF

    Redact PDF documents programmatically with Python sample code using Aspose.PDF for Python for .NET... rectangle annot = apdf . annotations . RedactionAnnotation...page , annotationRectangle ) annot . fill_color = apdf . Color...

    products.aspose.com/pdf/python-net/redaction/
  4. Arbeiten mit Kommentaren|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Comment-Eigenschaft, die von der Annotation-Klasse verfügbar gemacht...collection of the annotations AnnotationCollection annotations = diagram...

    docs.aspose.com/diagram/de/java/working-with-co...
  5. PDF Липкие Аннотации с использованием C++|Aspos...

    Эта тема о липких аннотациях, в качестве примера мы показываем аннотацию водяного знака в тексте. Она используется для представления графики на странице. Проверьте фрагмент кода для решения этой задачи....namespace Aspose :: Pdf :: Annotations ; void ExampleWatermarkAnno...-> idx_get ( 1 ); //Create Annotation auto wa = MakeObject < WatermarkAnnotation...

    docs.aspose.com/pdf/ru/cpp/sticky-annotations/
  6. 档案

    档案...Annotations 集合的链接。 使用 Document.Save(String)...将链接注释添加到 PDF 文件第一页的注释集合 page.Annotations.Add(link); // 保存更新的文档 document...

    blog.aspose.com/zh/pdf/add-hyperlinks-to-pdf-in...
  7. Hervorhebung aus PDF mit Java entfernen

    Folgen Sie diesem Artikel, um PDF-Hervorhebungen mit Java zu entfernen. Sie erhalten Details zur Einrichtung der IDE, eine Liste der Schritte und einen Beispielcode, der zeigt, wie Hervorhebungen in PDF mit Java gelöscht werden....HighlightAnnotation um Überprüfen Sie die Annotation und markieren Sie sie gemäß...die Annotation mit der Methode delete() in der Annotations-Sammlung...

    kb.aspose.com/de/pdf/java/remove-highlight-from...
  8. Обновить ссылки в PDF|Aspose.PDF for C++

    Обновление ссылок в PDF программным путем с помощью Aspose.PDF для C++. Это руководство о том, как обновить ссылки в PDF файле....DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // Изменение ссылки:...

    docs.aspose.com/pdf/ru/cpp/update-links/
  9. Добавить аннотацию квадрата|Aspose.PDF for Pyth...

    В этом примере связывается входной 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/ru/python-net/add-square-an...
  10. Добавить круговую аннотацию|Aspose.PDF for Pyth...

    В этом примере привязывается входной 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/ru/python-net/add-circle-an...