Sort Score
Result 10 results
Languages All
Labels All
Results 3,891 - 3,900 of 8,533 for

annotation

(0.17 sec)
  1. 如何使用 C++ 添加 Highlight 註解 | Aspose.PDF

    用於在任何平臺上使用C++語言在PDF檔中添加 Highlight 註釋的原始程式碼...pdf" )); // This annotation is used to indicate the insertion...document . Pages [ 1 ]. Annotations . Add ( HighlightAnnotation1...

    products.aspose.com/pdf/zh-hant/cpp/annotation/...
  2. 如何使用 .NET 添加 Text 註解 | Aspose.PDF

    C# 上的原始程式碼,用於在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++上添加 Text 批注。...pdf" )); // This annotation is used to indicate the insertion...document . Pages [ 1 ]. Annotations . Add ( TextAnnotation1 );...

    products.aspose.com/pdf/zh-hant/net/annotation/...
  3. Come aggiungere l'annotazione Polygon usando C+...

    Codice sorgente per aggiungere Polygon annotazioni nel file PDF su qualsiasi piattaforma con linguaggio C++...Annotations Salvare nuovamente il file...pdf" )); // Create Polygon Annotation var polygonAnnotation = new...

    products.aspose.com/pdf/it/cpp/annotation/polyg...
  4. 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/
  5. 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...
  6. PDF 멀티미디어 주석|Aspose.PDF for Java

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

    docs.aspose.com/pdf/ko/java/multimedia-annotation/
  7. PDF OptimizeResources() throws System.NullRefer...

    Hi, I’m investigating an error where a PDF document is created and we call the OptimizeResources() method which is throwing System.NullReferenceException: System.Reflection.TargetInvocationException: Exception has been…...Annotations.AppearanceDictionary.get_Keys()...variations of PDFs with annotations but have not been able to...

    forum.aspose.com/t/pdf-optimizeresources-throws...
  8. Como remover comentários de PDF usando Python

    Este artigo orienta sobre como remover comentários de PDF usando Python. Ele fornece informações detalhadas para definir o IDE, escrever o algoritmo do programa e um código de amostra executável para excluir todos os comentários em PDF usando Python....carregado e acesse a coleção de annotations Verifique cada anotação se...Isso mostra que a classe Annotation é uma classe importante para...

    kb.aspose.com/pt/pdf/python/how-to-remove-comme...
  9. Ինչպես հեռացնել մեկնաբանությունները PDF-ից Pyth...

    Այս հոդվածը ցույց է տալիս, թե ինչպես հեռացնել մեկնաբանությունները PDF-ից Python-ի միջոցով: Այն մանրամասն տեղեկատվություն է տրամադրում IDE-ը սահմանելու, ծրագրի ալգորիթմ գրելու և գործարկվող կոդ՝ PDF-ում բոլոր մեկնաբանությունները Python-ի միջոցով ջնջելու համար:...բոլոր էջերը և մուտք գործեք annotations հավաքածուն Ստուգեք յուրաքանչյուր...միջոցով : Այն ցույց է տալիս, որ Annotation դասը կարևոր դաս է այս պահանջին...

    kb.aspose.com/hy/pdf/python/how-to-remove-comme...
  10. 使用 C++ 處理 PDF 表單 | Aspose.PDF

    使用 Aspose.PDF for C++,透過 C++ 範例程式碼以程式設計方式管理 PDF 表單。...MakeObject < Aspose :: Pdf :: Annotations :: Border > ( textBoxField...MakeObject < Aspose :: Pdf :: Annotations :: Dash > ( 1 , 1 )); textBoxField...

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