Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 8,532 for

annotation

(0.09 sec)
  1. | Aspose.PDF

    C++ 용 Aspose.PDF 를 사용하여 C++ 샘플 코드를 사용하여 PDF의 주석을 프로그래밍 방식으로 관리합니다....MakeObject < Aspose :: Pdf :: Annotations :: TextAnnotation > ( page...set_State ( Aspose :: Pdf :: Annotations :: AnnotationState :: Accepted...

    products.aspose.com/pdf/ko/cpp/annotation/
  2. | Aspose.PDF

    Python for .NET 용 Aspose.PDF 를 사용하여 Python 샘플 코드를 사용하여 PDF의 주석을 프로그래밍 방식으로 관리합니다.... annotations . DefaultAppearance () appearance...freeTextAnnotation = apdf . annotations . FreeTextAnnotation ( document...

    products.aspose.com/pdf/ko/python-net/annotation/
  3. Supprimer le surlignage d’un PDF à l’aide de Py...

    Suivez cet article pour supprimer le surlignage d’un PDF à l’aide de Python. Il contient des détails pour configurer l’IDE, une liste d’étapes et un exemple de code montrant comment effacer le surlignage dans un PDF à l’aide de Python en supprimant toutes les Annotations ou une Annotation particulière....et collecter toutes les annotations cibles Pour supprimer toutes...toutes les annotations de surlignage, marquer toutes les annotations...

    kb.aspose.com/fr/pdf/python/remove-highlight-fr...
  4. Modificar Anotações no seu Arquivo PDF (facades...

    Esta seção explica como modificar anotações de arquivo PDF para XFDF com Aspose.PDF Facades....DefaultAppearance (); FreeTextAnnotation annotation = new FreeTextAnnotation...1 ), defaultAppearance ); annotation . setTitle ( "Usuário de...

    docs.aspose.com/pdf/pt/java/modify-annotations/
  5. 使用 C# 编辑 PDF | Aspose.PDF

    使用 Aspose.PDF for .NET 使用 C# 示例代码以编程方式编辑 PDF 文档...Rectangle ; var annot = new Aspose . Pdf . Annotations . RedactionAnnotation...Number ]. Annotations . Add ( annot , true ); annot . Redact ();...

    products.aspose.com/pdf/zh-hans/net/redaction/
  6. AcroFormの作成 - C#で入力可能なPDFを作成|Aspose.PDF for .NET

    Aspose.PDF for .NETを使用して、PDFファイルにフォームをゼロから作成できます...rectangle data for widget annotations. // The number of elements...determines the number of widget annotations to add. var rects = new Aspose...

    docs.aspose.com/pdf/ja/net/create-form/
  7. Anotasi Sorotan PDF menggunakan Python|Aspose.P...

    Anotasi Markup disajikan dalam teks sebagai sorotan, garis bawah, coretan, atau garis bawah bergerigi dalam teks dokumen....Contents [ Hide ] Text Markup Annotations dalam PDF digunakan untuk...halaman. Tambahkan Highlight Annotation import aspose.pdf as ap #...

    docs.aspose.com/pdf/id/python-net/highlights-an...
  8. Arsip

    Arsip... Ambil properti annotations dari halaman tertentu untuk...document = ap.Document("annotations.pdf") # Loop melalui semua...

    blog.aspose.com/id/pdf/parse-pdf-in-python/
  9. Créer des liens dans un fichier PDF avec C++|As...

    Cette section explique comment créer des liens dans votre document PDF avec C++....Ajoutez le lien à la propriété Annotations de l’objet Page. Enfin, enregistrez...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/fr/cpp/create-links/
  10. Redazione di un PDF utilizzando C# | Aspose.PDF

    Redazione programmatica di documenti PDF con codice di esempio C# utilizzando Aspose.PDF per .NET...Rectangle ; var annot = new Aspose . Pdf . Annotations . RedactionAnnotation...Number ]. Annotations . Add ( annot , true ); annot . Redact ();...

    products.aspose.com/pdf/it/net/redaction/