Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 8,533 for

annotation

(0.08 sec)
  1. C++를 사용하여 주석 제거 | products.aspose.com

    프레젠테이션 주석을 제거하는 C++ 소스 코드...PowerPoint 코드 샘플 온라인 포함 Remove Annotation From 피피티 Aspose.Slides for...PPT에서 주석을 제거하는 방법. Remove Annotation From PPTX C++ API용 Aspose...

    products.aspose.com/slides/ko/cpp/annotation/
  2. C++でPDFファイルにリンクを作成する|Aspose.PDF for C++

    このセクションでは、C++でPDFドキュメントにリンクを作成する方法を説明します。... ページオブジェクトの Annotations プロパティにリンクを追加します。 最後に、Doc...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/ja/cpp/create-links/
  3. Travailler avec des actions dans un PDF|Aspose....

    Cette section explique comment ajouter des actions au document et aux champs de formulaire de manière programmatique avec C#....ces liens à la collection Annotations de l’objet Page . Enfin,...sont représentés comme des annotations dans un fichier PDF et ils...

    docs.aspose.com/pdf/fr/net/actions/
  4. Come ottenere l'annotazione di Caret usando Jav...

    Codice di esempio Java per ottenere Caret annotazioni nel file PDF in Java Runtime Environment per applicazioni JSP/JSF e applicazioni desktop....Annotations Salvare nuovamente il file..."sample_caret.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/it/java/annotation/care...
  5. Jak uzyskać Freetext Adnotację przy użyciu Java...

    Przykładowy kod Java, aby uzyskać Freetext adnotacje 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...
  6. آرشیوها

    آرشیوها... خصوصیت annotations یک صفحه خاص را بازیابی کنید...document = ap.Document("annotations.pdf") # تمام یادداشت ها را...

    blog.aspose.com/fa/pdf/parse-pdf-in-python/
  7. Arsip

    Arsip...Annotations.Add(Annotation)] 12 . Simpan dokumen...halaman document.Pages[1].Annotations.Add(lineAnnotation); // Simpan...

    blog.aspose.com/id/pdf/add-or-remove-annotation...
  8. Impor dan Ekspor Anotasi ke XFDF|Aspose.PDF for...

    Anda dapat mengimpor dan mengekspor anotasi dengan format XFDF menggunakan C# dan pustaka Aspose.PDF for .NET.... GetDataDir_AsposePdf_Annotations (); // Create PdfAnnotationEditor..."AnnotationDemo1.pdf" ); // Define the annotation types to export var annotType...

    docs.aspose.com/pdf/id/net/import-export-xfdf/
  9. Trabajando con Acciones|Aspose.PDF para Java

    Esta sección explica cómo agregar acciones a los documentos y campos de formulario programáticamente con Java. Aprenda cómo Añadir, Crear y Obtener un Hipervínculo en un Archivo PDF....estos enlaces a la colección Annotations del objeto Page . Finalmente...accept ( selector ); List < Annotation > list = selector . getSelected...

    docs.aspose.com/pdf/es/java/actions/
  10. Remove the specific hyperlink from pdf - Free S...

    Hi, We are replacing the text using com.aspose.pdf. There is a use case where we need to find hyperlink if the replacing text contains hyperlink then to remove the link. Is there a way to find and remove hyperlink from…...Annotations.Count; i++) { LinkAnnotation...LinkAnnotation link_ann = page.Annotations[i] as LinkAnnotation; if (link_ann...

    forum.aspose.com/t/remove-the-specific-hyperlin...