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

annotation

(0.09 sec)
  1. Jak uzyskać Circle Adnotację przy użyciu C++ | ...

    Kod źródłowy do uzyskania Circle adnotacji w pliku PDF na dowolnej platformie z językiem C++...Annotations Zapisz plik ponownie Wymagania...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/pl/cpp/annotation/circl...
  2. Jak uzyskać Underline Adnotację przy użyciu .NE...

    Kod źródłowy na C#, aby uzyskać adnotacje Underline na .NET Framework, .NET Core i PHP, VBScript, Delphi, C++ poprzez COM Interop....Annotations Zapisz plik ponownie Wymagania...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/pl/net/annotation/under...
  3. Добавить аннотацию полилиний|Aspose.PDF for Pyt...

    В примере привязывается входной PDF, создаётся сплошная полилиния на первой странице и сохраняется изменённый документ с аннотацией....initialize_data_dir def add_polyline_annotation ( infile , outfile ): # Create... 90 ), "This is polyline annotation" , ) # Save output PDF file...

    docs.aspose.com/pdf/ru/python-net/add-polyline-...
  4. Adicionar Anotação de Linha|Aspose.PDF for Pyth...

    Este exemplo vincula um PDF de entrada, desenha uma anotação de linha vermelha com pontas de linha quadradas e salva o PDF modificado....initialize_data_dir def add_line_annotation ( infile , outfile ): # Create...contents = "This is line annotation" content_editor . create_line...

    docs.aspose.com/pdf/pt/python-net/add-line-anno...
  5. 사운드 주석 추가|Aspose.PDF for Python via .NET

    이 예제에서는 입력 PDF를 바인딩하고, 1페이지에 사운드 주석을 추가하고, 수정된 PDF를 저장합니다....initialize_data_dir def add_sound_annotation ( infile , sound_file , outfile...bind_pdf ( infile ) # Add sound annotation to page 1 content_editor...

    docs.aspose.com/pdf/ko/python-net/add-sound-ann...
  6. 如何使用 Java 獲取 Freetext 註解 | Aspose.PDF

    Java 範例代碼,用於在 JSP/JSF 應用程式和桌面應用程式的 Java 執行時環境中以 PDF 檔的形式獲取 Freetext 註釋。...pdf" ); // Filter annotations using AnnotationSelector...annotationSelector ); List < Annotation > freeTextAnnotations = annotationSelector...

    products.aspose.com/pdf/zh-hant/java/annotation...
  7. Merging PDF with XFDF not working - Free Suppor...

    Hi, I'm testing the Aspose PDF library and I'm trying to merge a PDF file with an XFDF file (xfdf includes INK Annotations). Test code (see below) runs without any problems but the output pdf file does not include the …...file (xfdf includes INK Annotations). Test code (see below) runs...file does not include the annotations! Any idea how to solve this...

    forum.aspose.com/t/merging-pdf-with-xfdf-not-wo...
  8. Publicando Formulários em PDF via Python|Aspose...

    Adicione botões de envio e ações de submissão ao PDF AcroForms usando Aspose.PDF for Python via .NET.... annotations . SubmitFormAction () submit_action...submit_action . flags = ( ap . annotations . SubmitFormAction . EXPORT_FORMAT...

    docs.aspose.com/pdf/pt/python-net/posting-form/
  9. Extrahieren von Links aus PDF mit C#

    In diesem Tutorial wird beschrieben, wie Sie mit C# Links aus PDFs extrahieren. Es enthält Details zum Einrichten der IDE, eine Liste der Schritte und einen Beispielcode zum Entwickeln eines PDF-Link-Extraktors mit C#....Seiten Erstellen Sie einen annotation selector zum Suchen von Linkanmerkungen...extrahieren . Erstellen Sie einen Annotation-Selektor für die Link-Annotationen...

    kb.aspose.com/de/pdf/net/extract-links-from-pdf...
  10. Actionsを使用する|Aspose.PDF for Java

    このセクションでは、Javaを使用してドキュメントやフォームフィールドにアクションをプログラムで追加する方法を説明します。PDFファイルにハイパーリンクを追加、作成、取得する方法を学びます。...オブジェクトが定義されたら、これらのリンクを Page オブジェクトのAnnotationsコレクションに追加します。 最後に、 Document...accept ( selector ); List < Annotation > list = selector . getSelected...

    docs.aspose.com/pdf/ja/java/actions/