Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 8,583 for

annotation

(0.13 sec)
  1. PdfPermissions enumeration | Aspose.Words for P...

    aspose.words.saving.PdfPermissions enumeration. Specifies the operations that are allowed to a user on an encrypted PDF document....MODIFY_ANNOTATIONS , PdfPermissions.FILL_IN.... MODIFY_ANNOTATIONS Add or modify text annotations, fill in...

    reference.aspose.com/words/python-net/aspose.wo...
  2. نحوه حذف Link حاشیه نویسی با استفاده از {{produ...

    کد نمونه جاوا برای حذف Link حاشیه نویسی در فایل PDF در محیط زمان اجرا جاوا برای برنامه های کاربردی JSP/JSF و برنامه های دسکتاپ....pdf" ); // Filter annotations using AnnotationSelector...annotationSelector ); List < Annotation > linkAnnotations = annotationSelector...

    products.aspose.com/pdf/fa/java/annotation/link...
  3. XFDF로 주석 가져오기 및 내보내기|Aspose.PDF for .NET

    이 섹션에서는 Aspose.PDF Facades를 사용하여 PDF 파일에서 XFDF로 주석을 가져오고 내보내는 방법을 설명합니다....ades_Annotations (); // Sources of PDF with annotations var sources...GetDataDir_AsposePdfFacades_Annotations (); using ( var annotationEditor...

    docs.aspose.com/pdf/ko/net/import-export-annota...
  4. 导入和导出注释到 XFDF|Aspose.PDF for .NET

    本节解释如何使用 Aspose.PDF Facades 从 PDF 文件导入和导出注释到 XFDF。...ades_Annotations (); // Sources of PDF with annotations var sources...GetDataDir_AsposePdfFacades_Annotations (); using ( var annotationEditor...

    docs.aspose.com/pdf/zh/net/import-export-annota...
  5. arkiv

    arkiv...sida i en PDF har sin egen Annotations-samling, som rymmer alla...-klassen. Hämta egenskapen annotations för en specifik sida för...

    blog.aspose.com/sv/pdf/parse-pdf-in-python/
  6. Membuat Tautan di File PDF dengan C++|Aspose.PD...

    Bagian ini menjelaskan cara membuat tautan dalam dokumen PDF Anda dengan C++....Tambahkan tautan ke properti Annotations dari objek Page. Terakhir...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/id/cpp/create-links/
  7. Создание AcroForm - Создание заполняемого PDF н...

    С Aspose.PDF для Python вы можете создать форму с нуля в вашем PDF файле... annotations . Border ( textBoxField )...= 5 border . dash = ap . annotations . Dash ( 1 , 1 ) textBoxField...

    docs.aspose.com/pdf/ru/python-net/create-form/
  8. Travailler avec des formulaires|Aspose.PDF pour...

    Cette section explique comment travailler avec les AcroForms et les XFA Forms dans vos documents PDF avec Aspose.PDF pour PHP.... les AcroForms sont des annotations ou des champs appliqués à...des Images dans un PDF PDF Annotations...

    docs.aspose.com/pdf/fr/php-java/working-with-fo...
  9. Lưu trữ

    Lưu trữ... Lấy thuộc tính annotations của một trang cụ thể để nhận...document = ap.Document("annotations.pdf") # Lặp qua tất cả các...

    blog.aspose.com/vi/pdf/parse-pdf-in-python/
  10. PDF 파일에서 링크 추출하기|Aspose.PDF for Java

    Java를 사용하여 PDF에서 링크를 추출합니다. 이 주제는 AnnotationSelector 클래스를 사용하여 링크를 추출하는 방법을 설명합니다.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/ko/java/extract-links/