Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 8,545 for

annotate

(0.32 sec)
  1. PDF에서 주석 수정|Aspose.PDF for .NET

    이 섹션에서는 Aspose.PDF Facades를 사용하여 PDF 파일의 주석을 XFDF로 수정하는 방법을 설명합니다....GetDataDir_AsposePdfFacades_Annotations (); // Create PdfAnnotationEditor..."AnnotationsInput.pdf" ); // Modify annotations author annotationEditor ...

    docs.aspose.com/pdf/ko/net/modify-annotations/
  2. Modificar Anotaciones en su Archivo PDF (facade...

    Esta sección explica cómo modificar anotaciones del archivo PDF a XFDF con Aspose.PDF Facades....DefaultAppearance (); FreeTextAnnotation annotation = new FreeTextAnnotation...1 ), defaultAppearance ); annotation . setTitle ( "Usuario de...

    docs.aspose.com/pdf/es/java/modify-annotations/
  3. 使用 C# 編輯 PDF | Aspose.PDF

    使用 .NET 的 C# 使用 Aspose.PDF 樣本代碼以編程方式編輯 PDF 文檔...Rectangle ; var annot = new Aspose . Pdf . Annotations . RedactionAnnotation...Number ]. Annotations . Add ( annot , true ); annot . Redact ();...

    products.aspose.com/pdf/zh-hant/net/redaction/
  4. PDF Document Compression | Aspose.PDF

    Optimize PDF files on any platform programmatically with this sample code using Aspose.PDF Library...Flattening Annotations with Aspose.PDF for C++ Adding annotations to...naturally increases its size. Annotations can be removed if they are...

    products.aspose.com/pdf/compress/
  5. 編輯 PDF 應用程式介面 | Aspose.PDF

    使用適用於任何平台的免費跨平台應用程序和高代碼 API 編輯 PDF 文檔。...Rectangle ; Annotations . RedactionAnnotation annot = new Annotations...page , annotationRectangle ); annot . FillColor = Color . Black...

    products.aspose.com/pdf/zh-hant/redaction/
  6. Key Features of Aspose.PDF|Aspose.PDF for Java

    Aspose.PDF for Java shows the main features and describes the supported PDF versions, and all the manipulations we can do with documents.... Annotations Add annotations. Get annotations. Delete...Delete annotations. Modify annotations. Import and export annotations...

    docs.aspose.com/pdf/java/key-features/
  7. Key Features of Aspose.PDF|Aspose.PDF for Andro...

    Aspose.PDF for Android via Java shows the main features in working with PDF documents.... Annotations Add annotations. Get annotations. Delete...Delete annotations. Modify annotations. Import and export annotations...

    docs.aspose.com/pdf/androidjava/key-features/
  8. 追加の種類のPDF注釈を使用する|Aspose.PDF for Java

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

    docs.aspose.com/pdf/ja/java/extra-annotations/
  9. Annotatie verwijderen met Java | products.aspos...

    Java-broncode om presentatieopmerkingen te verwijderen...en online opnemen Remove Annotation From PPT Annotaties verwijderen...Slides voor Java API. Remove Annotation From PPTX Annotaties verwijderen...

    products.aspose.com/slides/nl/java/annotation/
  10. C++로 PDF 파일에 링크 생성|Aspose.PDF for C++

    이 섹션은 C++로 PDF 문서에 링크를 생성하는 방법을 설명합니다.... 페이지 객체의 Annotations 속성에 링크를 추가합니다. 마지막으로, Document...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/ko/cpp/create-links/