Sort Score
Result 10 results
Languages All
Labels All
Results 5,121 - 5,130 of 8,582 for

annotate

(0.24 sec)
  1. Cách tạo siêu liên kết trong PDF bằng Java

    Bài viết nhanh này hướng dẫn bạn cách tạo siêu liên kết trong PDF bằng Java. Nó chứa tất cả thông tin cần thiết để viết ứng dụng này cùng với mã mẫu đang hoạt động để thêm liên kết vào PDF bằng Java....trang mong muốn Tạo một link annotation và thêm nó vào trang đích...

    kb.aspose.com/vi/pdf/java/how-to-create-hyperli...
  2. 使用 Python 向 PDF 添加书签 | Aspose.PDF

    使用 Python 以编程方式向 PDF 添加书签使用 Aspose.PDF for Python for .NET... annotations . GoToAction ( document ...

    products.aspose.com/pdf/zh-hans/python-net/book...
  3. Aspose::Words::Properties::DocumentSecurity enu...

    Aspose::Words::Properties::DocumentSecurity enum. Used as a value for the Security property. Specifies the security level of a document as a numeric value in C++....opened read-only except for annotations. Examples Shows how to use...

    reference.aspose.com/words/cpp/aspose.words.pro...
  4. Installer Aspose.PDF pour Android via Java|Aspo...

    Cette section montre une description du produit et des instructions pour installer Aspose.PDF pour Android via Java par vous-même, ainsi qu'en utilisant NuGet....suppression de pièces jointes, d’annotations et d’autres fonctionnalités...

    docs.aspose.com/pdf/fr/androidjava/installation/
  5. Bookmarks are being output with a special chara...

    I am creating a simple bookmark into this PDF using Aspose.PDF version 25.3.0.0: Document newDoc = new Document(); newDoc.Pages.Add(); var pdfOutline = new Aspose.Pdf.OutlineItemColl…...Annotations.GoToAction(newDoc.Pages[1]);...

    forum.aspose.com/t/bookmarks-are-being-output-w...
  6. Pašalinti paryškinimą iš PDF naudojant Python

    Vadovaukitės šiuo straipsniu, kad pašalintumėte paryškinimą iš PDF naudodami Python. Jame pateikiama IDE nustatymo informacija, veiksmų sąrašas ir pavyzdinis kodas, parodantis, kaip ištrinti paryškinimą PDF faile naudojant Python, pašalinant visas arba konkrečias anotacijas....naudojant delete() metodą annotations collection Išsaugoti išvesties...

    kb.aspose.com/lt/pdf/python/remove-highlight-fr...
  7. Redact XLSX Spreadsheet Online or using Android...

    Open and redact XLSX document online via app for free. Android API code to search and replace XLSX text with regular expression....area via drag and drop of annotation app. Depending on the size...

    products.aspose.com/total/android-java/redact/x...
  8. Redact XLS Spreadsheet Online or using Android ...

    Open and redact XLS document online via app for free. Android API code to search and replace XLS text with regular expression....area via drag and drop of annotation app. Depending on the size...

    products.aspose.com/total/android-java/redact/xls/
  9. Redact ODP Presentation Online or using Android...

    Open and redact ODP document online via app for free. Android API code to search and replace ODP text....area via drag and drop of annotation app. Depending on the size...

    products.aspose.com/total/android-java/redact/odp/
  10. 在 PDF 中使用操作|Aspose.PDF for .NET

    本节解释如何使用 C# 程序化地向文档和表单字段添加操作。...FreeTextAnnotation 对象,将这些链接添加到 Page 对象的 Annotations 集合中。 最后,使用 Document 对象的 Save...要查找 URL 内容,您需要同时处理注释和文本。 Annotation 对象本身没有文本,而是位于页面文本下方。因此,要获取文本,注释提供了...

    docs.aspose.com/pdf/zh/net/actions/