Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 8,551 for

annotator

(0.15 sec)
  1. C++ Overview|Aspose.PDF for C++

    Overview of key-features and supported formats of Aspose.PDF for C++, installation and licensing manual of C++ library....manipulate PDF pages, add annotations, handle custom fonts and...fonts removing or flattening annotations removing AcroForm Fields...

    docs.aspose.com/pdf/cpp/overview/
  2. ویرایش PDF با استفاده از C# | Aspose.PDF

    اسناد PDF را به صورت برنامه نویسی با کد نمونه C# با استفاده از Aspose.PDF برای .NET ویرایش کنید...Rectangle ; var annot = new Aspose . Pdf . Annotations . RedactionAnnotation...Number ]. Annotations . Add ( annot , true ); annot . Redact ();...

    products.aspose.com/pdf/fa/net/redaction/
  3. 스탬프에서 텍스트 추출|Aspose.PDF for C++

    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....-> idx_get ( 1 ) -> get_Annotations () -> idx_get ( 1 ); if (...== Annotations :: AnnotationType :: Stamp ) { auto annot = System...

    docs.aspose.com/pdf/ko/cpp/extract-text-from-st...
  4. Remove Highlight from PDF using Java

    Follow this article to remove PDF highlight using Java. You will get details to set the IDE, a list of steps, and a sample code demonstrating how to erase highlight in PDF using Java....filter different types of annotations and delete them as per the...collection of annotations in it Process each highlight annotation and cast...

    kb.aspose.com/pdf/java/remove-highlight-from-pd...
  5. Update Links in PDF|Aspose.PDF for C++

    Update links in PDF programmatically with Aspose.PDF for C++. This guide is about how to update links in PDF file....DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // Modification link:...

    docs.aspose.com/pdf/cpp/update-links/
  6. إنشاء روابط في ملف PDF باستخدام C++|Aspose.PDF ...

    يوضح هذا القسم كيفية إنشاء روابط في مستند PDF الخاص بك باستخدام C++.... أضف الرابط إلى خاصية Annotations لكائن الصفحة. أخيرًا، احفظ...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/ar/cpp/create-links/
  7. NullReferenceException when trying to set a fie...

    Hi, After appending a page to blank document when I try to set a value of a field on the freshly appended page I get a System.NullReferenceException. Apparently the fields that have dot in their full name are affected. …...Annotations.Annotation.#=z2SXzwXoy_0tQ() Unknown...PDF.dll!Aspose.Pdf.Annotations.Annotation.Appearance.get() Unknown...

    forum.aspose.com/t/nullreferenceexception-when-...
  8. ลบคำอธิบายประกอบโดยใช้ Python | products.aspose...

    ซอร์สโค้ด Python เพื่อลบความคิดเห็นในการนำเสนอ...PowerPoint ออนไลน์รวม Remove Annotation From ปชป วิธีลบคำอธิบายประกอบจาก...Python ผ่าน .NET API Remove Annotation From PPTX วิธีลบคำอธิบายประกอบจาก...

    products.aspose.com/slides/th/python-net/annota...
  9. | Aspose.PDF

    مدیریت حاشیه نویسی در PDF به صورت برنامه نویسی با کد نمونه Python با استفاده از Aspose.PDF برای Python for .NET... annotations . DefaultAppearance () appearance...freeTextAnnotation = apdf . annotations . FreeTextAnnotation ( document...

    products.aspose.com/pdf/fa/python-net/annotation/
  10. How to Strike Out Text in PDF using C#

    This tutorial guides on how to strike out text in PDF using C#. It contains environment settings, a step-wise process and a runnable sample code to strike out text in Adobe PDF using C#....the page Add this annotation to the annotations collection on the...strike out annotation for the text and then this annotation is added...

    kb.aspose.com/pdf/net/how-to-strike-out-text-in...