Sort Score
Result 10 results
Languages All
Labels All
Results 4,241 - 4,250 of 9,049 for

annotation

(0.08 sec)
  1. ポリライン注釈を追加|Aspose.PDF for Python via .NET

    この例では、入力 PDF をバインドし、最初のページに実線のポリラインを作成し、変更した文書に注釈を付けて保存します。...initialize_data_dir def add_polyline_annotation ( infile , outfile ): # Create... 90 ), "This is polyline annotation" , ) # Save output PDF file...

    docs.aspose.com/pdf/ja/python-net/add-polyline-...
  2. 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/
  3. 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/
  4. Come rimuovere commenti da PDF usando Python

    Questo articolo guida su come rimuovere i commenti dal PDF usando Python. Fornisce informazioni dettagliate per impostare l'IDE, scrivere l'algoritmo del programma e un codice di esempio eseguibile per eliminare tutti i commenti in PDF utilizzando Python....accedi alla raccolta di annotations Controlla ogni annotazione...Python . Mostra che la classe Annotation è una classe importante per...

    kb.aspose.com/it/pdf/python/how-to-remove-comme...
  5. افزودن JavaScript به PDF با استفاده از C#

    برای افزودن JavaScript به PDF با استفاده از C# این مقاله را دنبال کنید. این مقاله شامل جزئیات تنظیم IDE، فهرستی از مراحل و کد نمونه برای کار با PDF JS با استفاده از C# از طریق افزودن انواع مختلف اسکریپت‌ها برای اقدامات گوناگون است....تنظیم کنید کلاس های PDF و Annotations را از کتابخانه وارد کنید...ایجاد کنید. کلاس های PDF و Annotations را وارد کنید، مجوز را بارگذاری...

    kb.aspose.com/fa/pdf/net/add-javascript-to-pdf-...
  6. 아카이브

    아카이브...반복 for (auto annotation : page->get_Annotations()) { // 주석 유형...확인 if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/ko/pdf/extract-data-from-tables...
  7. O que há de novo 2024|Aspose.PDF for .NET

    Esta página apresenta os recursos novos mais populares em Aspose.PDF for .NET introduzidos em 2024....Create an OutputIntent with annotation required OutputConditionIdent...necessary, an OutputCondition and annotation RegistryName may be provided...

    docs.aspose.com/pdf/pt/net/whatsnew/2024/
  8. آرشیوها

    آرشیوها...Annotations به یادداشت ها دسترسی پیدا...استفاده از روش Page.Annotations.Delete(Annotation) از طریق حاشیه نویسی...

    blog.aspose.com/fa/pdf/advanced-tricks-to-conve...
  9. Working with Aspose.Pdf Facades|Aspose.PDF for C++

    Learn how to use Aspose.PDF Facades for C++. Simplify PDF file operations with this powerful, high-level API for efficient processing....Contents [ Hide ] Working with Annotations - Facades Working with Bookmarks...

    docs.aspose.com/pdf/cpp/working-with-aspose-pdf...
  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-hans/cpp/acroforms/