Sort Score
Result 10 results
Languages All
Labels All
Results 3,871 - 3,880 of 9,050 for

annotation

(0.11 sec)
  1. カーブ注釈を追加|Aspose.PDF for Python via .NET

    次の使用例は、入力 PDF を連結し、最初のページに破線を描き、変更した文書を保存します。...initialize_data_dir def add_curve_annotation ( infile , outfile ): # Create...220 , 100 ), "This is curve annotation" , ) # Save output PDF file...

    docs.aspose.com/pdf/ja/python-net/add-curve-ann...
  2. ポリゴン注釈を追加|Aspose.PDF for Python via .NET

    次の使用例は、入力 PDF を連結し、最初のページに実線の多角形を描き、変更した文書に注釈を付けて保存します。...initialize_data_dir def add_polygon_annotation ( infile , outfile ): # Create... 120 ), "This is polygon annotation" , ) # Save output PDF file...

    docs.aspose.com/pdf/ja/python-net/add-polygon-a...
  3. 使用 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/c...
  4. C++ 을 사용하여 PDF 양식 작성 | Aspose.PDF

    C++ 용 Aspose.PDF 를 사용하여 C++ 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 양식을 만들고 필드를 추가합니다....MakeObject < Aspose :: Pdf :: Annotations :: Border > ( textBoxField...MakeObject < Aspose :: Pdf :: Annotations :: Dash > ( 1 , 1 )); textBoxField...

    products.aspose.com/pdf/ko/cpp/acroforms/create/
  5. با فرم های PDF در Python برخورد کنید | Aspose.PDF

    فرم های PDF را به صورت برنامه نویسی با کد نمونه Python با استفاده از Aspose.PDF برای Python via .NET مدیریت کنید.... annotations . Border ( textBoxField )...3 border . dash = apdf . annotations . Dash ( 1 , 1 ) textBoxField...

    products.aspose.com/pdf/fa/python-net/acroforms/
  6. Travailler avec des façades|Aspose.PDF for .NET

    Apprenez à travailler avec des façades PDF dans .NET en utilisant Aspose.PDF pour une manipulation et une visualisation plus faciles du contenu PDF....Travailler avec des annotations - gérer les annotations du document PDF...

    docs.aspose.com/pdf/fr/net/working-with-facades/
  7. 使用 C# 處理 PDF 表單 | Aspose.PDF

    使用 Aspose.PDF for .NET,透過 C# 範例程式碼以程式設計方式管理 PDF 表單。... Annotations . Border ( textBoxField )...Dash = new Aspose . Pdf . Annotations . Dash ( 1 , 1 ) }; textBoxField...

    products.aspose.com/pdf/zh-hant/net/acroforms/
  8. Menambahkan JavaScript ke PDF menggunakan C#

    Ikuti artikel ini untuk menambahkan JavaScript ke PDF menggunakan C#. Artikel ini mencakup detail untuk mengatur IDE, daftar langkah, dan contoh kode untuk bekerja dengan PDF JS menggunakan C# dengan menambahkan berbagai jenis skrip untuk berbagai tindakan....PDF JS Impor kelas PDF dan Annotations dari pustaka Muat lisensi...C# . Impor kelas PDF dan Annotations, muat lisensi, dan tambahkan...

    kb.aspose.com/id/pdf/net/add-javascript-to-pdf-...
  9. PDF 工具提示使用 Python|Aspose.PDF for Python via .NET

    学习如何使用 Python 和 Aspose.PDF 向 PDF 中的文本片段添加工具提示... annotations . AnnotationFlags . HIDDEN...default_appearance = ap . annotations . DefaultAppearance ( "Helv"...

    docs.aspose.com/pdf/zh/python-net/pdf-tooltip/
  10. 档案

    档案...遍历页面上的注解 for (auto annotation : page->get_Annotations()) { // 检查注释类型...检查注释类型 if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/zh/pdf/extract-data-from-tables...