Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 7,620 for

annotator

(0.05 sec)
  1. .NET 을 (를) 사용하여 Caret 주석을 제거하는 방법 | Aspose.PDF

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

    products.aspose.com/pdf/ko/net/annotation/caret...
  2. .NET 을 (를) 사용하여 Square 주석을 제거하는 방법 | Aspose.PDF

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

    products.aspose.com/pdf/ko/net/annotation/squar...
  3. C++ 을 (를) 사용하여 Polyline 주석을 제거하는 방법 | Aspose.PDF

    C++ 언어를 사용하는 모든 플랫폼에서 PDF 파일에서 Polyline 주석을 제거하는 소스 코드...Annotations 컬렉션에서 Polyline 주석에 대해 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/ko/cpp/annotation/polyl...
  4. C++ 을 (를) 사용하여 Watermark 주석을 제거하는 방법 | Aspose.PDF

    C++ 언어를 사용하는 모든 플랫폼에서 PDF 파일에서 Watermark 주석을 제거하는 소스 코드...Annotations 컬렉션에서 Watermark 주석에 대해 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/ko/cpp/annotation/water...
  5. Извлечение ссылок из PDF файла|Aspose.PDF for C++

    Извлечение ссылок из PDF с использованием C#. Эта тема объясняет, как извлечь ссылки с помощью класса AnnotationSelector....MakeObject < Aspose :: Pdf :: Annotations :: AnnotationSelector > (...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/ru/cpp/extract-links/
  6. PdfAttachmentsEmbeddingMode enumeration | Aspos...

    Aspose.Words.Saving.PdfAttachmentsEmbeddingMode enumeration. Specifies how attachments are embedded to PDF document.... Annotations Attachments are embedded as annotations with...document embedded files without annotations. See Also module Aspose.Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Comment ajouter des commentaires dans un fichie...

    Ce court tutoriel vous explique comment ajouter des commentaires dans un fichier PDF à l'aide de Python. Il contient des informations de base pour définir l'environnement et un exemple de code exécutable pour ajouter des commentaires au PDF à l'aide de Python, ainsi que la description par étapes....peuvent être définis pour l’annotation de texte afin de personnaliser...les propriétés de base de l’annotation de texte Instancier et définir...

    kb.aspose.com/fr/pdf/python/how-to-add-comments...
  8. How to Redact a PDF in Java

    This brief guide explains how to redact a PDF in Java. It contains the system configuration details, and stepwise algorithm, followed by a runnable sample code to redact text in PDF using Java....class Add the annotation to existing annotations Redact the PDF...redaction annotation. Subsequently, add the annotation to the page...

    kb.aspose.com/pdf/java/how-to-redact-a-pdf-in-j...
  9. XFDF로 주석 가져오기 및 내보내기|Aspose.PDF for .NET

    C# 및 Aspose.PDF for .NET 라이브러리를 사용하여 XFDF 형식으로 주석을 가져오고 내보낼 수 있습니다.... GetDataDir_AsposePdf_Annotations (); // Create PdfAnnotationEditor..."AnnotationDemo1.pdf" ); // Define the annotation types to export var annotType...

    docs.aspose.com/pdf/ko/net/import-export-xfdf/
  10. 追加の種類のPDF注釈を使用する|Aspose.PDF for Java

    このセクションでは、PDFドキュメントに追加の種類の注釈を追加、取得、削除する方法について説明します。... 新しい Caret Annotation を作成し、Caretパラメータ(新しいRecta...その後、注釈をページに追加できます。 次のコードスニペットは、Caret AnnotationをPDFファイルに追加する方法を示しています: package...

    docs.aspose.com/pdf/ja/java/extra-annotations/