Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 9,064 for

annotator

(1.39 sec)
  1. C#로 PDF 파일에 링크 만들기|Aspose.PDF for .NET

    이 섹션에서는 C#으로 PDF 문서에 링크를 만드는 방법을 설명합니다.... 링크를 Page 객체의 Annotations 속성에 추가합니다. 마지막으로 Document...번호를 지정합니다. 링크를 Page 객체의 Annotations 컬렉션에 추가합니다. Document 객체의...

    docs.aspose.com/pdf/ko/net/create-links/
  2. Extract text from all PDF pages using C++|Aspos...

    This article describes various ways to extract text from PDF documents using Aspose.PDF in C++. From entire pages, from a specific part, based on columns, etc....through all the annotations for ( auto annotation : document ->...-> idx_get ( 1 ) -> get_Annotations ()) { // Filter TextMarkupAnnotation...

    docs.aspose.com/pdf/cpp/extract-text-from-all-pdf/
  3. Archive

    archives...image annotation. For instance, when you want to annotate them...

    blog.aspose.com/svg/convert-jpg-to-xml-online/
  4. 如何使用 C++ 添加 Text 註解 | Aspose.PDF

    用於在任何平臺上使用C++語言在PDF檔中添加 Text 註釋的原始程式碼...pdf" )); // This annotation is used to indicate the insertion...document . Pages [ 1 ]. Annotations . Add ( TextAnnotation1 );...

    products.aspose.com/pdf/zh-hant/cpp/annotation/...
  5. 如何使用 .NET 添加 Watermark 註解 | Aspose.PDF

    C# 上的原始程式碼,用於在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++上添加 Watermark 批注。...pdf" )); // This annotation is used to indicate the insertion...document . Pages [ 1 ]. Annotations . Add ( WatermarkAnnotation1...

    products.aspose.com/pdf/zh-hant/net/annotation/...
  6. 如何使用 .NET 添加 Circle 註解 | Aspose.PDF

    C# 上的原始程式碼,用於在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++上添加 Circle 批注。...pdf" )); // Create Polygon Annotation var circleAnnotation = new...document . Pages [ 1 ]. Annotations . Add ( circleAnnotation...

    products.aspose.com/pdf/zh-hant/net/annotation/...
  7. C++ 을 (를) 사용하여 Square 주석을 추가하는 방법 | Aspose.PDF

    C++ 언어를 사용하는 모든 플랫폼에서 PDF 파일에 Square 주석을 추가하기 위한 소스 코드...Annotations 컬렉션에서 Square 주석에 대해 Add 메서드를...pdf" )); // Create Square Annotation var squareAnnotation = new...

    products.aspose.com/pdf/ko/cpp/annotation/squar...
  8. จัดการกับแบบฟอร์ม PDF ใน C++ | Aspose.PDF

    จัดการแบบฟอร์ม PDF แบบโปรแกรมด้วยรหัสตัวอย่าง C++ โดยใช้ Aspose.PDF สำหรับ C++...MakeObject < Aspose :: Pdf :: Annotations :: Border > ( textBoxField...MakeObject < Aspose :: Pdf :: Annotations :: Dash > ( 1 , 1 )); textBoxField...

    products.aspose.com/pdf/th/cpp/acroforms/
  9. C#를 사용하여 PDF 양식을 처리하기 | Aspose.PDF

    .NET 용 Aspose.PDF 를 사용하여 C# 샘플 코드를 사용하여 PDF 양식을 프로그래밍 방식으로 관리합니다.... Annotations . Border ( textBoxField )...Dash = new Aspose . Pdf . Annotations . Dash ( 1 , 1 ) }; textBoxField...

    products.aspose.com/pdf/ko/net/acroforms/
  10. Dodawanie JavaScript do PDF przy użyciu C#

    Postępuj zgodnie z tym artykułem, aby dodać JavaScript do PDF przy użyciu C#. Zawiera on szczegóły dotyczące konfiguracji IDE, listę kroków oraz przykładowy kod do pracy z PDF JS przy użyciu C# poprzez dodawanie różnych typów skryptów dla różnych działań....JS Zaimportuj klasy PDF i Annotations z biblioteki Załaduj licencję... Zaimportuj klasy PDF i Annotations, załaduj licencję i dodaj...

    kb.aspose.com/pl/pdf/net/add-javascript-to-pdf-...