Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 8,737 for

annotation

(0.21 sec)
  1. สร้างแบบฟอร์ม PDF โดยใช้ C++ | Aspose.PDF

    สร้างแบบฟอร์ม PDF และเพิ่มฟิลด์ด้วยโปรแกรมด้วยรหัสตัวอย่าง C++ โดยใช้ Aspose.PDF สำหรับ C++...MakeObject < Aspose :: Pdf :: Annotations :: Border > ( textBoxField...MakeObject < Aspose :: Pdf :: Annotations :: Dash > ( 1 , 1 )); textBoxField...

    products.aspose.com/pdf/th/cpp/acroforms/create/
  2. ایجاد فرم های PDF با استفاده از C++ | Aspose.PDF

    فرم های PDF ایجاد کنید و فیلدها را به صورت برنامه نویسی با کد نمونه C++ با استفاده از Aspose.PDF برای C++ اضافه کنید....MakeObject < Aspose :: Pdf :: Annotations :: Border > ( textBoxField...MakeObject < Aspose :: Pdf :: Annotations :: Dash > ( 1 , 1 )); textBoxField...

    products.aspose.com/pdf/fa/cpp/acroforms/create/
  3. 使用 C# 在 PDF 文件中创建链接|Aspose.PDF for .NET

    本节解释如何使用 C# 在 PDF 文档中创建链接。... 将链接添加到 Page 对象的 Annotations 属性。 最后,使用 Document 对象的 Save...文件以及应打开的页码。 将链接添加到 Page 对象的 Annotations 集合。 使用 Document 对象的 Save...

    docs.aspose.com/pdf/zh/net/create-links/
  4. JavaScript pridėjimas prie PDF naudojant C#

    Sekite šį straipsnį, kad pridėtumėte JavaScript prie PDF naudodami C#. Jame pateikiama informacija apie IDE nustatymą, veiksmų sąrašą ir pavyzdinį kodą darbui su PDF JS naudojant C#, pridedant skirtingų tipų scenarijus įvairiems veiksmams....PDF JS Importuokite PDF ir Annotations klases iš bibliotekos Įkelkite...C# . Importuokite PDF ir Annotations klases, įkelkite licenciją...

    kb.aspose.com/lt/pdf/net/add-javascript-to-pdf-...
  5. Opérations avancées|Aspose.PDF for .NET

    Aspose.PDF peut effectuer non seulement des tâches simples et faciles, mais aussi faire face à des objectifs plus complexes. Consultez la section suivante pour les utilisateurs et développeurs avancés.... Annotations - Les annotations permettent aux utilisateurs... supprimer et modifier l’annotation des documents PDF. Artifacts...

    docs.aspose.com/pdf/fr/net/advanced-operations/
  6. Opmerkingen uit PDF verwijderen met behulp van ...

    Dit artikel beschrijft hoe u opmerkingen uit PDF kunt verwijderen met behulp van Python. Het biedt gedetailleerde informatie over het instellen van de IDE, het schrijfprogramma-algoritme en een uitvoerbare voorbeeldcode om alle opmerkingen in PDF te verwijderen met behulp van Python....open de verzameling van annotations Controleer elke annotatie...Python . Het laat zien dat de Annotation-klasse een belangrijke klasse...

    kb.aspose.com/nl/pdf/python/how-to-remove-comme...
  7. PDF to TIFF Conversion: Arguments should lie in...

    Hi there - I used this C# code to convert a PDF document to a TIFF image: var document = new Document("Invoice.pdf"); var device = new TiffDevice(); device.Process(document, "Invoice.tif"); This resulted in the followi…...1766]/Subtype/Link/Type/Annot>> endobj When I manually change...28.1766]/Subtype/Link/Type/Annot>> endobj However, this does...

    forum.aspose.com/t/pdf-to-tiff-conversion-argum...
  8. PDF Tooltip using using C++|Aspose.PDF for C++

    了解如何使用 C++ 和 Aspose.PDF 向 PDF 文档中的文本片段添加工具提示...Annotations.HideAction 类为文本块分配隐藏/显示动...get_Flags () | Aspose :: Pdf :: Annotations :: AnnotationFlags :: Hidden...

    docs.aspose.com/pdf/zh/cpp/pdf-tooltip/
  9. فشرده سازی سند PDF | Aspose.PDF

    بهینه سازی فایل های PDF در هر پلتفرم به صورت برنامه نویسی با این کد نمونه با استفاده از کتابخانه Aspose.PDF...infilename ); // Flatten annotations for ( auto page : document...auto annotation : page -> get_Annotations ()) { annotation -> Flatten...

    products.aspose.com/pdf/fa/compress/
  10. Actualizar Enlaces en PDF|Aspose.PDF para Java

    Actualizar enlaces en PDF programáticamente. Esta guía trata sobre cómo actualizar enlaces en PDF en lenguaje Java....get_Item ( 1 ); for ( Annotation annotation : page . getAnnotations...getAnnotations ()) { if ( annotation . getAnnotationType () == AnnotationType...

    docs.aspose.com/pdf/es/java/update-links/