Sort Score
Result 10 results
Languages All
Labels All
Results 4,041 - 4,050 of 8,737 for

annotation

(0.13 sec)
  1. Get Permissions using Go|Aspose.PDF for Go via C++

    Read and display the access permissions of a password-protected PDF document with Aspose.PDF for Go via C++....modifying content (except forms/annotations)" , asposepdf . ExtractContent..."Allow adding/modifying text annotations" , asposepdf . FillForm :...

    docs.aspose.com/pdf/go-cpp/get-permissions/
  2. Gestisci i moduli PDF in C++ | Aspose.PDF

    Gestisci i moduli PDF in modo programmatico con il codice di esempio C++ utilizzando Aspose.PDF per C++....MakeObject < Aspose :: Pdf :: Annotations :: Border > ( textBoxField...MakeObject < Aspose :: Pdf :: Annotations :: Dash > ( 1 , 1 )); textBoxField...

    products.aspose.com/pdf/it/cpp/acroforms/
  3. Оптимизировать PDF-файлы в Python|Aspose.PDF дл...

    Узнайте, как оптимизировать, сжимать и уменьшать размер PDF‑файла в Python с помощью Aspose.PDF....stat import sys def flatten_annotations ( infile , outfile ): # Open...Document ( infile ) # Flatten annotations for page in document . pages...

    docs.aspose.com/pdf/ru/python-net/optimize-pdf/
  4. Ajouter une Image au PDF en utilisant C++|Aspos...

    Cette section décrit comment ajouter une image à un fichier PDF existant en utilisant la bibliothèque C++....auto annotation = MakeObject < Aspose :: Pdf :: Annotations ::...get_Rect ()); auto form = annotation -> get_Appearance () -> idx_get...

    docs.aspose.com/pdf/fr/cpp/add-image-to-existin...
  5. 档案

    档案...add(Annotation) 方法向文档添加注释。 最后,使用 Document...textAnnotation.setTitle("Sample Annotation Title"); // 设置注释主题 textAnnotation...

    blog.aspose.com/zh/pdf/add-or-remove-annotation...
  6. PDFからC#でテーブルデータを抽出する|Aspose.PDF for .NET

    C#を使用してPDFから表形式のデータを抽出する方法を学びます... Annotations . FirstOrDefault ( ann =>...ann . AnnotationType == Annotations . AnnotationType . Square...

    docs.aspose.com/pdf/ja/net/extract-data-from-ta...
  7. PDF 멀티미디어 주석|Aspose.PDF for Java

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

    docs.aspose.com/pdf/ko/java/multimedia-annotation/
  8. 2024년의 새로운 기능|Aspose.PDF for .NET

    이 페이지는 2024년에 도입된 Aspose.PDF for .NET의 가장 인기 있는 새로운 기능을 소개합니다....Create an OutputIntent with annotation required OutputConditionIdent...necessary, an OutputCondition and annotation RegistryName may be provided...

    docs.aspose.com/pdf/ko/net/whatsnew/2024/
  9. Come aggiungere l'annotazione Caret usando Java...

    Codice di esempio Java per aggiungere Caret annotazioni nel file PDF in Java Runtime Environment per applicazioni JSP/JSF e applicazioni desktop....Annotations Salvare nuovamente il file...+ "sample.pdf" ); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/it/java/annotation/care...
  10. 如何使用 C++ 刪除 Text 註釋 | Aspose.PDF

    用於在任何平台上刪除 Text PDF 檔中C++註釋的原始程式碼... Annotations . Where ( a => a . AnnotationType...document . Pages [ 1 ]. Annotations . Delete ( ca ); } document...

    products.aspose.com/pdf/zh-hant/cpp/annotation/...