Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 9,083 for

annotation

(0.78 sec)
  1. Créer un AcroForm - Créer un PDF remplissable e...

    Avec Aspose.PDF for .NET, vous pouvez créer un formulaire à partir de zéro dans votre fichier PDF...être ajouté avec quelques annotations de widget. .NET Core 3.1...rectangle data for widget annotations. // The number of elements...

    docs.aspose.com/pdf/fr/net/create-form/
  2. Jak dodać Redaction Adnotację za pomocą C++ | A...

    Kod źródłowy do dodawania adnotacji Redaction w pliku PDF na dowolnej platformie z językiem C++...Annotations Zapisz plik ponownie Wymagania...region RedactionAnnotation annot = new RedactionAnnotation (...

    products.aspose.com/pdf/pl/cpp/annotation/redac...
  3. 파이썬으로 PDF 링크 만들기|Aspose.PDF for Python via .NET

    Python에서 내부, 외부 및 원격 PDF 링크를 만드는 방법을 알아봅니다....import sys def create_link_annotation_launch_action ( infile ,...pages [ 1 ] link = ap . annotations . LinkAnnotation ( page ...

    docs.aspose.com/pdf/ko/python-net/create-links/
  4. Redaguj PDF przy użyciu Java | Aspose.PDF

    Redaguj dokumenty PDF programowo za pomocą przykładowego kodu Java przy użyciu pliku Aspose.PDF dla Java... 600); RedactionAnnotation annot = new RedactionAnnotation(pdfDocument...rect); annot. setFillColor (Color. getBlack ()); annot. setBorderColor...

    products.aspose.com/pdf/pl/java/redaction/
  5. Visio Java의 파일 주석 | products.aspose.com

    몇 줄의 Java 코드로 Visio의 데이터 주석을 추가하거나 제거합니다....코드 ANNOTATION Annotation ANNOTATION Annotation ANNOTATION Annotation...Annotation ANNOTATION Annotation ANNOTATION Annotation ANNOTATION Annotation...

    products.aspose.com/diagram/ko/python-java/anno...
  6. Visio 파일 주석 NET C# | products.aspose.com

    몇 줄의 C# 코드로 Visio의 데이터 주석을 추가하거나 제거합니다....코드 ANNOTATION Annotation ANNOTATION Annotation ANNOTATION Annotation...Annotation ANNOTATION Annotation ANNOTATION Annotation ANNOTATION Annotation...

    products.aspose.com/diagram/ko/net/annotation/
  7. Crear enlaces PDF en Python|Aspose.PDF for Pyth...

    Aprende cómo crear enlaces PDF internos, externos y remotos en Python....(ISO 32000-1:2008), una Link annotation puede activar varios tipos...import sys def create_link_annotation_launch_action ( infile ,...

    docs.aspose.com/pdf/es/python-net/create-links/
  8. Anotasi Lengket PDF menggunakan C#|Aspose.PDF f...

    Pelajari cara membuat anotasi lengket, seperti catatan dan sorotan, dalam PDF menggunakan Aspose.PDF di .NET.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...// Load Page object to add Annotation var page = document . Pages...

    docs.aspose.com/pdf/id/net/sticky-annotations/
  9. Аннотации водяного знака с использованием Pytho...

    Узнайте, как добавлять, проверять и удалять аннотации водяных знаков в PDF‑документах с помощью Aspose.PDF for Python via .NET.... watermark_annotation = ap . annotations . WatermarkAnnotation...) page . annotations . append ( watermark_annotation ) Настройка...

    docs.aspose.com/pdf/ru/python-net/watermark-ann...
  10. PDF에서 링크 주석 사용하기|Aspose.PDF for .NET

    Aspose.PDF for .NET을 사용하여 PDF 문서에서 링크 주석을 추가, 가져오기 및 삭제할 수 있습니다.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...Document ( dataDir + "Link Annotation Demo.pdf" )) { // Get first...

    docs.aspose.com/pdf/ko/net/link-annotations/