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

annotation

(0.14 sec)
  1. با فرم های 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/
  2. 使用 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/
  3. 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/
  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. 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-...
  6. تحسين ملفات PDF في بايثون|Aspose.PDF for Python...

    تعرف على كيفية تحسين حجم ملف 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/ar/python-net/optimize-pdf/
  7. Оптимизировать PDF-файлы в Python|Aspose.PDF fo...

    Узнайте, как оптимизировать, сжимать и уменьшать размер 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/
  8. Otimizar arquivos PDF em Python|Aspose.PDF for ...

    Aprenda a otimizar, compactar e reduzir o tamanho de arquivos PDF em Python usando Aspose.PDF....stat import sys def flatten_annotations ( infile , outfile ): # Open...Document ( infile ) # Flatten annotations for page in document . pages...

    docs.aspose.com/pdf/pt/python-net/optimize-pdf/
  9. PdfAttachmentsEmbeddingMode Enum | Aspose.Words...

    تحكم في كيفية تضمين المرفقات في ملفات PDF باستخدام وضع تضمين المرفقات PdfAttachments. حسّن بنية المستند وتوافقه لضمان مشاركة سلسة.... Annotations 1 يتم تضمين المرفقات كتعليقات...

    reference.aspose.com/words/ar/net/aspose.words....
  10. Python를 사용하여 PDF 양식을 처리하기 | Aspose.PDF

    Python via .NET 용 Aspose.PDF 를 사용하여 Python 샘플 코드를 사용하여 PDF 양식을 프로그래밍 방식으로 관리합니다.... annotations . Border(textBoxField) border...3 border . dash = apdf . annotations . Dash( 1 , 1 ) textBoxField...

    products.aspose.com/pdf/ko/python-net/acroforms/