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

annotator

(0.26 sec)
  1. Добавить аннотацию квадрата|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...
  2. Добавить круговую аннотацию|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...
  3. Securing and signing PDF in Go|Aspose.PDF for G...

    This section describes the features of using a signature and securing your PDF document using Go...modifying content (except forms/annotations) ExtractContent Allow copying/extracting...Allow adding/modifying text annotations FillForm Allow filling interactive...

    docs.aspose.com/pdf/go-cpp/securing-and-signing/
  4. Add Rubber Stamp|Aspose.PDF for Python via .NET

    This example binds an input PDF, adds a green “Approved” rubber stamp to the first four pages, and saves the modified document....Contents [ Hide ] Rubber stamp annotations are commonly used in PDFs...pages 1–4. Add a rubber stamp annotation with custom text, comments...

    docs.aspose.com/pdf/python-net/add-rubber-stamp/
  5. Работа с Действиями в PDF|Aspose.PDF for C++

    Этот раздел объясняет, как программно добавлять действия в документ и поля формы с помощью C++....добавьте эти ссылки в коллекцию Annotations объекта Page . Наконец, сохраните...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/ru/cpp/actions/
  6. PDF 멀티미디어 주석 사용 C++|Aspose.PDF for C++

    Aspose.PDF for C++를 사용하여 PDF 문서에서 멀티미디어 주석을 추가, 가져오기 및 삭제할 수 있습니다.... PDF 문서의 주석은 Page 객체의 Annotations 컬렉션에 포함되어 있습니다. 이 컬렉션은 해당...대한 모든 주석을 포함하며, 각 페이지는 자체 Annotations 컬렉션을 가지고 있습니다. 특정 페이지에 주석을...

    docs.aspose.com/pdf/ko/cpp/multimedia-annotation/
  7. C++ Overview|Aspose.PDF pour C++

    Aperçu des fonctionnalités clés et des formats pris en charge d'Aspose.PDF pour C++, manuel d'installation et de licence de la bibliothèque C++....pages PDF, d’ajouter des annotations, de gérer des polices personnalisées...supprimer ou aplatir les annotations supprimer les champs AcroForm...

    docs.aspose.com/pdf/fr/cpp/overview/
  8. Trabajar con comentarios|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....collection of the annotations AnnotationCollection annotations = diagram...through the annotations for ( Annotation annotation : ( Iterable...

    docs.aspose.com/diagram/es/java/working-with-co...
  9. 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/
  10. Comment expurger un PDF en Python

    Ce guide simple explique comment rédiger un PDF en Python. Il comprend les informations de configuration de l'IDE, le processus étape par étape et un extrait de code pour rédiger le texte au format PDF à l'aide de Python....Ajouter l’annotation à la collection d’annotations existante...source et initialisez une annotation pour la rédaction. Ensuite...

    kb.aspose.com/fr/pdf/python/how-to-redact-a-pdf...