Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 8,592 for

annotator

(3.43 sec)
  1. Comment insérer de l'audio dans un PDF avec Java

    Cet article décrit comment insérer de l'audio dans un PDF à l'aide de Java. Il contient toutes les informations de base pour définir l'IDE et un exemple de code démontrant le processus complet d'intégration d'un fichier audio au format PDF à l'aide de Java....d’options pour personnaliser l’annotation sonore ajoutée au fichier...cette annotation sonore à la collection d’annotations sur la...

    kb.aspose.com/fr/pdf/java/how-to-insert-audio-i...
  2. 使用评论|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... 编辑评论 Comment 属性由 Annotation 类公开,允许开发人员在 Visio 绘图页中编辑注释。...collection of the annotations AnnotationCollection annotations = diagram...

    docs.aspose.com/diagram/zh/java/working-with-co...
  3. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......Impose PDF using C# Remove Annotations from PDF in Java Convert...to Image in Python Remove Annotations from PDF using C# Convert...

    kb.aspose.com/categories/page/19/
  4. C++を使用した追加アノテーション|Aspose.PDF for C++

    このセクションでは、PDFドキュメントに追加の種類のアノテーションを追加、取得、および削除する方法について説明します。...namespace Aspose :: Pdf :: Annotations ; void MarkupAnnotations...-> idx_get ( 1 ) -> get_Annotations () -> Add ( caretAnnotation1...

    docs.aspose.com/pdf/ja/cpp/extra-annotations/
  5. Remove Comments from PowerPoint files on Window...

    Free App and APIs to manage annotation on PowerPoint files like PPT, PPTX, PPS, POT, PPSX, PPTM, PPSM, POTX, POTM and ODP...Slides Annotation Remove Presentations Comments...Slides for .NET How to remove annotations from presentation in C#....

    products.aspose.com/slides/annotation/
  6. arkiv

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

    blog.aspose.com/sv/pdf/working-with-annotations...
  7. Getting "Error: Index was out of range. Must be...

    Hi, I’m getting the “Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index(1)” error, similar to the errors mentioned in Error: Index was out of range. Must be non-n…...(page, annot) in // Parse through all the annotations on each...Link type annotations from page in pdf.Pages from annot in page...

    forum.aspose.com/t/getting-error-index-was-out-...
  8. Overview|Aspose.PDF for .NET

    Overview of key-features and supported formats of Aspose.PDF for .NET, installation and licensing manual of .NET library.... removing or flattening annotations. removing AcroForm Fields...attachments and annotations Adding attachments and annotations makes PDF...

    docs.aspose.com/pdf/net/overview/
  9. نحوه دریافت Link حاشیه نویسی با استفاده از {{pr...

    کد نمونه جاوا برای دریافت Link حاشیه نویسی در فایل PDF در محیط زمان اجرا جاوا برای JSP/JSF برنامه ها و برنامه های دسکتاپ....pdf" ); // Filter annotations using AnnotationSelector...annotationSelector ); List < Annotation > linkAnnotations = annotationSelector...

    products.aspose.com/pdf/fa/java/annotation/link...
  10. Extrair Links do Arquivo PDF|Aspose.PDF para Java

    Extraia links de PDF com Java. Este tópico explica como extrair links usando a classe AnnotationSelector.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/pt/java/extract-links/