Sort Score
Result 10 results
Languages All
Labels All
Results 6,211 - 6,220 of 9,049 for

annotation

(1.14 sec)
  1. Как да премахнете хипервръзка от PDF с помощта ...

    Тази статия предоставя подробности за това как да премахнете хипервръзка от PDF с помощта на Python. Той съдържа настройки на средата, поетапен процес за писане на приложението и изпълним примерен код за премахване на връзка от PDF с помощта на Python....да получите колекции от annotations Проверете всяка анотация...

    kb.aspose.com/bg/pdf/python/how-to-remove-hyper...
  2. Come creare PDF con tag utilizzando Python

    Questo breve tutorial descrive come creare PDF con tag utilizzando Python. Contiene le impostazioni IDE, una serie di attività per l'applicazione e un codice di esempio eseguibile per l'aggiunta di tag ai file PDF utilizzando Python....mentre puoi utilizzare create_annot_element(), create_art_element()...

    kb.aspose.com/it/pdf/python/how-to-create-tagge...
  3. Cómo eliminar restricciones en documentos PDF e...

    Este artículo ayuda sobre cómo eliminar las restricciones en el documento PDF en Python. Comparte los detalles para establecer el entorno, una lista de pasos y un código de muestra ejecutable para desarrollar un eliminador de restricciones de PDF en Python....modify_contents y modify_annotations para enumerar algunos. Usando...

    kb.aspose.com/es/pdf/python/how-to-remove-restr...
  4. Ajouter une info-bulle dans un PDF en Java

    Suivez cet article pour ajouter une info-bulle dans un PDF en Java. Il partage des détails sur la configuration de l’IDE, une liste d’étapes et un exemple de code pour travailler avec les info-bulles PDF en Java pour les champs de formulaire.... Les annotations dans le PDF prennent également...

    kb.aspose.com/fr/pdf/java/add-tooltip-in-pdf-in...
  5. 使用 Python 缩放 PDF

    按照本文使用 Python 缩放 PDF。它包含 IDE 设置、步骤列表和示例代码,用于在特定页面和位置使用 Python 缩小 PDF。...annotations’ 命名空间包含 XYZExplicitDestinati...

    kb.aspose.com/zh/pdf/python/zoom-pdf-using-python/
  6. Como criar hiperlink em PDF usando Java

    Este artigo rápido ensina como criar hiperlink em PDF usando Java. Ele contém todas as informações necessárias para escrever este aplicativo, juntamente com um código de amostra funcional para adicionar link a PDF usando Java....página desejada Crie um link annotation e adicione-o à página de...

    kb.aspose.com/pt/pdf/java/how-to-create-hyperli...
  7. 記録

    記録...Annotations コレクションに注釈を追加します。 Document...textAnnotation.Title = "Sample Annotation Title"; textAnnotation.Subject...

    blog.aspose.com/ja/pdf/create-pdf-documents-usi...
  8. Optimize, Compress or Reduce PDF Size in Java|A...

    Optimalkan file PDF, perkecil semua gambar, kurangi ukuran PDF, Hapus font yang tidak terbenam, Hapus objek yang tidak digunakan dengan Java....getPages ()) { for ( Annotation annotation : page . getAnnotations...getAnnotations ()) annotation . flatten (); } _dataDir = _dataDir + "OptimizeDocument_out...

    docs.aspose.com/pdf/id/java/optimize-pdf/
  9. Cómo crear un hipervínculo en PDF usando Java

    Este artículo rápido le enseña cómo crear un hipervínculo en PDF usando Java. Contiene toda la información necesaria para escribir esta aplicación junto con un código de muestra de trabajo para agregar un enlace a PDF usando Java....página deseada Cree un link annotation y agréguelo a la página de...

    kb.aspose.com/es/pdf/java/how-to-create-hyperli...
  10. 使用 C# 从 PDF 中提取链接

    本教程介绍如何使用 C# 从 PDF 中提取链接。它包含设置 IDE 的详细信息、步骤列表以及使用 C# 开发 PDF 链接提取器的示例代码。...PDF file 并循环遍历其中的所有页面 创建 annotation selector 用于查找页面上的链接注释 提取所有注释并检索选定注释的列表...

    kb.aspose.com/zh/pdf/net/extract-links-from-pdf...