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

annotator

(0.13 sec)
  1. Come rimuovere l'annotazione di Freetext usando...

    Codice di esempio Java per rimuovere le annotazioni di Freetext nel file PDF in Java Runtime Environment per applicazioni JSP/JSF e applicazioni desktop....Annotations Salvare nuovamente il file..."sample_freetext.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/it/java/annotation/free...
  2. 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/
  3. Memodifikasi Anotasi dalam File PDF Anda (facad...

    Bagian ini menjelaskan bagaimana memodifikasi anotasi dari file PDF ke XFDF dengan Aspose.PDF Facades....DefaultAppearance (); FreeTextAnnotation annotation = new FreeTextAnnotation...1 ), defaultAppearance ); annotation . setTitle ( "Pengguna Demo...

    docs.aspose.com/pdf/id/java/modify-annotations/
  4. Arşiv

    Arşiv...Annotations.Add(Annotation)] 12 yöntemini kullanarak...belirli bir PDF sayfasının Annotations koleksiyonuna açıklama ekleyin...

    blog.aspose.com/tr/pdf/add-or-remove-annotation...
  5. Travailler avec des commentaires|Documentation

    Cette page décrit comment ajouter un commentaire sur une page du dessin Visio avec la bibliothèque Aspose.Diagram....Comment, exposée par la classe Annotation, permet aux développeurs...collection of the annotations annotations = diagram . getPages...

    docs.aspose.com/diagram/fr/python-java/working-...
  6. Arbeiten mit Kommentaren|Documentation

    Auf dieser Seite wird beschrieben, wie Sie einer Seite der Zeichnung Visio mit der Bibliothek Aspose.Diagram einen Kommentar hinzufügen....Comment-Eigenschaft, die von der Annotation-Klasse verfügbar gemacht...collection of the annotations annotations = diagram . getPages...

    docs.aspose.com/diagram/de/python-java/working-...
  7. Работа с комментариями|Documentation

    На этой странице описывается, как добавить комментарий на страницу чертежа Visio с помощью библиотеки Aspose.Diagram.... предоставляемое классом Annotation, позволяет разработчикам...collection of the annotations annotations = diagram . getPages...

    docs.aspose.com/diagram/ru/python-java/working-...
  8. Lavorare con i commenti|Documentation

    Questa pagina descrive come aggiungere un commento ad una pagina del disegno Visio con libreria Aspose.Diagram....Comment, esposta dalla classe Annotation, consente agli sviluppatori...collection of the annotations annotations = diagram . getPages...

    docs.aspose.com/diagram/it/python-java/working-...
  9. 아카이브

    아카이브... 특정 페이지의 annotations 속성을 가져와 해당 페이지의 모든 주석을 가져옵니다...document = ap.Document("annotations.pdf") # 첫 페이지의 모든 주석을 반복합니다...

    blog.aspose.com/ko/pdf/parse-pdf-in-python/
  10. Redact PDF using Java | Aspose.PDF

    Redact PDF documents programmatically with Java sample code using Aspose.PDF for Java...600 ); RedactionAnnotation annot = new RedactionAnnotation (...rect ); annot . setFillColor ( Color . getBlack ()); annot . setBorderColor...

    products.aspose.com/pdf/java/redaction/