Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 7,775 for

annotation

(0.07 sec)
  1. Redaguj PDF przy użyciu C# | Aspose.PDF

    Kod źródłowy C# do edycji poufnych informacji w pliku PDF na .NET Framework, .NET Core i PHP, VBScript, Delphi, C++ poprzez COM Interop....Rectangle ; var annot = new Aspose . Pdf . Annotations . RedactionAnnotation...Number ]. Annotations . Add ( annot , true ); annot . Redact ();...

    products.aspose.com/pdf/pl/net/redaction/
  2. 스탬프에서 텍스트 추출하기 C#|Aspose.PDF for .NET

    Aspose.PDF for .NET의 특별한 기능인 스탬프 주석에서 텍스트 추출하는 방법을 배우십시오.... 페이지의 주석 목록에서 원하는 Annotation 을 가져옵니다. TextAbsorber 클래스의...)) { Aspose . Pdf . Annotations . Annotation item = document ....

    docs.aspose.com/pdf/ko/net/extract-text-from-st...
  3. Comment insérer un commentaire dans un PDF avec...

    Ce court article décrit comment insérer un commentaire dans un PDF à l'aide de Java. Des informations sont fournies pour préparer l'environnement de développement, un détail étape par étape et un exemple de code exécutable montrant comment ajouter des commentaires dans un fichier PDF à l'aide de Java....ajouter et personnaliser une annotation de texte, puis l’ajouter...l’ajouter à la collection d’annotations dans la page PDF sélectionnée...

    kb.aspose.com/fr/pdf/java/how-to-insert-comment...
  4. Comment créer un lien hypertexte dans un PDF à ...

    Cet article rapide vous apprend à créer un lien hypertexte dans un PDF à l'aide de Java. Il contient toutes les informations nécessaires pour écrire cette application ainsi qu'un exemple de code de travail pour ajouter un lien vers un PDF en utilisant Java....page souhaitée Créez un link annotation et ajoutez-le à la page cible...cible Créez une annotation de texte libre à l’emplacement de...

    kb.aspose.com/fr/pdf/java/how-to-create-hyperli...
  5. تحديث الروابط في PDF|Aspose.PDF لـ C++

    تحديث الروابط في PDF برمجيًا باستخدام Aspose.PDF لـ C++. هذا الدليل يتحدث عن كيفية تحديث الروابط في ملف PDF....DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // تعديل الرابط:...

    docs.aspose.com/pdf/ar/cpp/update-links/
  6. العمل مع الإجراءات|Aspose.PDF for Java

    يشرح هذا القسم كيفية إضافة الإجراءات إلى المستند وحقول النموذج برمجيًا باستخدام Java. تعلم كيفية إضافة، إنشاء، والحصول على الارتباط التشعبي في ملف PDF....accept ( selector ); List < Annotation > list = selector . getSelected...العلامات المرجعية for ( Annotation annot : list ) { LinkAnnotation...

    docs.aspose.com/pdf/ar/java/actions/
  7. Работа с Действиями|Aspose.PDF for Java

    Этот раздел объясняет, как программно добавлять действия в документ и поля формы с помощью Java. Узнайте, как добавить, создать и получить гиперссылку в PDF-файле....accept ( selector ); List < Annotation > list = selector . getSelected...Перебор всех закладок for ( Annotation annot : list ) { LinkAnnotation...

    docs.aspose.com/pdf/ru/java/actions/
  8. PDF ハイライト注釈の使用 C++|Aspose.PDF for C++

    マークアップ注釈は、文書のテキスト中でハイライト、下線、取り消し線、またはギザギザの下線として表示されます。...annotations.highlight_annotation) を作成し、パラメータ(タイトル、色)を設定します。...com/pdf/cpp/class/aspose.pdf.annotations.strike_out_annotation) とパラメーターを設定します...

    docs.aspose.com/pdf/ja/cpp/highlights-annotation/
  9. Redact PDF using Java | Aspose.PDF

    Redact PDF documents programmatically with Java sample code using Aspose.PDF for Java...600 ); RedactionAnnotation annot = new RedactionAnnotation (...rect ); annot . setFillColor ( Color . getBlack ()); annot . setBorderColor...

    products.aspose.com/pdf/java/redaction/
  10. Manipola le annotazioni in PDF usando C++ | Asp...

    Semplice codice sorgente demo per manipolare le annotazioni in PDF su qualsiasi piattaforma con linguaggio C++....da rimuovere con Redaction Annotation Aggiungi annotazione link...libreria C++ Per aggiungere Text Annotation nel file PDF, useremo l’API...

    products.aspose.com/pdf/it/cpp/annotation/