Sort Score
Result 10 results
Languages All
Labels All
Results 3,221 - 3,230 of 8,535 for

annotator

(0.22 sec)
  1. How to Strike Out Text in PDF using Java

    This short tutorial guides on how to strike out text in PDF using Java. It contains all the details to configure the IDE and a runnable sample code to strike out text in Adobe PDF using Java....found in the document Set the annotation color and title Save the...to define the strike out annotation and apply it on a particular...

    kb.aspose.com/pdf/java/how-to-strike-out-text-i...
  2. Entfernen Sie Anmerkungen aus PDF in Java

    Dieser Artikel beschreibt, wie Sie in Java Anmerkungen aus PDFs entfernen. Er enthält Einzelheiten zu den IDE-Einstellungen, eine Liste der Schritte und einen Beispielcode zum Entwickeln eines PDF-Anmerkungsentferners in Java....Dokument Greifen Sie auf den annotations collection der Seite zu und...verwenden, um eine bestimmte Annotation zu löschen. Eine andere Möglichkeit...

    kb.aspose.com/de/pdf/java/remove-annotations-fr...
  3. Come aggiungere l'annotazione Highlight usando ...

    Codice di esempio Java per aggiungere Highlight annotazioni nel file PDF in Java Runtime Environment per applicazioni JSP/JSF e applicazioni desktop....Annotations Salvare nuovamente il file...visit ( page ); // Create annotations HighlightAnnotation highlightAnnotation...

    products.aspose.com/pdf/it/java/annotation/high...
  4. التعليقات اللاصقة في PDF باستخدام ++C|Aspose.PD...

    هذا الموضوع عن التعليقات اللاصقة، كمثال نعرض تعليق العلامة المائية في النص. يُستخدم لتمثيل الرسوم البيانية على الصفحة. تحقق من مقتطف الكود لحل هذه المهمة....namespace Aspose :: Pdf :: Annotations ; void ExampleWatermarkAnno...التعليقات في الصفحة page -> get_Annotations () -> Add ( wa ); //إنشاء...

    docs.aspose.com/pdf/ar/cpp/sticky-annotations/
  5. Zajmij się formularzami PDF w Python | Aspose.PDF

    Zarządzaj formularzami PDF programowo za pomocą przykładowego kodu Python przy użyciu pliku Aspose.PDF dla Python via .NET.... annotations . Border ( textBoxField )...3 border . dash = apdf . annotations . Dash ( 1 , 1 ) textBoxField...

    products.aspose.com/pdf/pl/python-net/acroforms/
  6. Create PDF Forms using C++ | Aspose.PDF

    Create PDF forms and add fields programmatically with C++ sample code using Aspose.PDF for C++....MakeObject < Aspose :: Pdf :: Annotations :: Border > ( textBoxField...MakeObject < Aspose :: Pdf :: Annotations :: Dash > ( 1 , 1 )); textBoxField...

    products.aspose.com/pdf/cpp/acroforms/create/
  7. 如何用 .NET 添加 Square 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Square 个注释。...Annotations 集合中的 Square 注释方法 Add 再次保存该文件...pdf" )); // Create Square Annotation var squareAnnotation = new...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  8. 如何用 C++ 添加 Freetext 注解 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上在 PDF 文件中添加 Freetext 注释的源代码...Annotations 集合中的 Freetext 注释方法 Add 再次保存该文件...document . Pages [ 1 ]. Annotations . Add ( freeTextAnnotation...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  9. .NET 을 (를) 사용하여 Circle 주석을 가져오는 방법 | Aspose.PDF

    COM Interop을 통해.NET 프레임워크, .NET 코어 및 PHP, VBScript, 델파이, C++에서 Circle 주석을 가져오기 위한 C...Annotations 컬렉션에서 Circle 주석에 대해 Get 메서드를...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/ko/net/annotation/circl...
  10. .NET 을 (를) 사용하여 Watermark 주석을 가져오는 방법 | Aspose.PDF

    COM Interop을 통해.NET 프레임워크, .NET 코어 및 PHP, VBScript, 델파이, C++에서 Watermark 주석을 가져오기 위한 C...Annotations 컬렉션에서 Watermark 주석에 대해 Get...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/ko/net/annotation/water...