Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 9,045 for

annotator

(0.06 sec)
  1. 記録

    記録...して注釈を取得します Aspose::Pdf::Annotations::AnnotationType annotTypes)メソッド。...System::ArrayPtr<Aspose::Pdf::Annotations::AnnotationType> annotationTypes...

    blog.aspose.com/ja/pdf/working-with-annotations...
  2. Python で PDF リンクを作成|Aspose.PDF for Python via .NET

    Python で内部、外部、リモート PDF リンクを作成する方法を学びましょう。...import sys def create_link_annotation_launch_action ( infile ,...pages [ 1 ] link = ap . annotations . LinkAnnotation ( page ...

    docs.aspose.com/pdf/ja/python-net/create-links/
  3. Jak usunąć Link Adnotację za pomocą Java | Aspo...

    Przykładowy kod Java do usuwania Link adnotacji w pliku PDF na Java Runtime Environment dla aplikacji JSP/JSF i aplikacji desktopowych....Annotations Zapisz plik ponownie Wymagania..."SimpleResume_mod.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/pl/java/annotation/link...
  4. Jak usunąć Freetext Adnotację za pomocą Java | ...

    Przykładowy kod Java do usuwania Freetext adnotacji w pliku PDF na Java Runtime Environment dla aplikacji JSP/JSF i aplikacji desktopowych....Annotations Zapisz plik ponownie Wymagania..."sample_freetext.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/pl/java/annotation/free...
  5. Archiwa

    Archiwa...System::ArrayPtr Aspose::Pdf::Annotations::AnnotationType annotTypes)...System::ArrayPtr<Aspose::Pdf::Annotations::AnnotationType> annotationTypes...

    blog.aspose.com/pl/pdf/working-with-annotations...
  6. Procurar

    Procurar...System::ArrayPtr Aspose::Pdf::Annotations::AnnotationType annotTypes)...System::ArrayPtr<Aspose::Pdf::Annotations::AnnotationType> annotationTypes...

    blog.aspose.com/pt/pdf/working-with-annotations...
  7. Anotasi PDF sticky menggunakan Python|Aspose.PD...

    Topik ini tentang anotasi sticky, sebagai contoh kami menunjukkan Anotasi Watermark dalam teks.... annotations . WatermarkAnnotation ( page...koleksi Anotasi Halaman page . annotations . append ( wa ) # Buat TextState...

    docs.aspose.com/pdf/id/python-net/sticky-annota...
  8. Travailler avec des Actions dans un PDF|Aspose....

    Cette section explique comment ajouter des actions au document et aux champs de formulaire par programmation avec C++....ces liens à la collection Annotations de l’objet Page . Enfin,...1 ); // Créer un objet d'annotation de lien auto link = MakeObject...

    docs.aspose.com/pdf/fr/cpp/actions/
  9. PDF에서 첨부 파일 추출|Aspose.PDF for Python via .NET

    Python과 Aspose.PDF 를 사용하여 PDF 첨부 파일을 사용하는 방법을 알아봅니다....def extract_file_attachment_annotation ( infile , output_dir ):...FileAttachment annotation file_attachment = next ( ( annot for annot in page...

    docs.aspose.com/pdf/ko/python-net/extract-attac...
  10. PDF のリンクを更新する|Aspose.PDF for C++

    Aspose.PDF for C++ を使用してプログラムで PDF 内のリンクを更新します。このガイドは、PDF ファイル内のリンクを更新する方法について説明しています。...DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // リンクの変更: リンク先を変更...

    docs.aspose.com/pdf/ja/cpp/update-links/