Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 8,533 for

annotate

(0.4 sec)
  1. 提取注释(facades)|Aspose.PDF for Java

    本节解释如何使用 Aspose.PDF Facades 从 PDF 文件中提取注释到 XFDF。... Text }; var annotations = annotationEditor . extractAnnotations...annotationTypes ); for ( var annotation : annotations ) { System . out ...

    docs.aspose.com/pdf/zh/java/extract-annotation/
  2. Извлечение ссылок из PDF-файла|Aspose.PDF for Java

    Извлечение ссылок из PDF с помощью Java. Эта тема объясняет, как извлечь ссылки с помощью класса AnnotationSelector.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/ru/java/extract-links/
  3. PdfAttachmentsEmbeddingMode Enum | Aspose.Words...

    Control how attachments are embedded in PDFs with PdfAttachmentsEmbeddingMode. Optimize document structure and compatibility for seamless sharing.... Annotations 1 Attachments are embedded as annotations with...document embedded files without annotations. See Also namespace Aspose...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Архивы

    Архивы...Добавьте аннотацию в коллекцию Annotations конкретной страницы PDF с...[Document.Pages 1 .Annotations.Add(Annotation)] 12 . Сохраните...

    blog.aspose.com/ru/pdf/add-or-remove-annotation...
  5. PDF 하이라이트 주석을 C++로 사용하기|Aspose.PDF for C++

    마크업 주석은 문서의 텍스트에서 하이라이트, 밑줄, 취소선 또는 물결 밑줄로 표시됩니다....MakeObject < Aspose :: Pdf :: Annotations :: HighlightAnnotation >...MakeObject < Aspose :: Pdf :: Annotations :: StrikeOutAnnotation >...

    docs.aspose.com/pdf/ko/cpp/highlights-annotation/
  6. Redact PDF using Java | Aspose.PDF

    Redact PDF documents programmatically with Java sample code using Aspose.PDF for Java...600 ); RedactionAnnotation annot = new RedactionAnnotation (...rect ); annot . setFillColor ( Color . getBlack ()); annot . setBorderColor...

    products.aspose.com/pdf/java/redaction/
  7. آرشیوها

    آرشیوها...Annotations.Add(Annotation]] 12 ، حاشیه نویسی...نویسی را به مجموعه Annotations صفحه PDF خاص اضافه کنید. سند PDF...

    blog.aspose.com/fa/pdf/add-or-remove-annotation...
  8. วิธีการลบ Caret คำอธิบายประกอบโดยใช้ Java | Asp...

    Java ตัวอย่างรหัสที่จะลบ Caret คำอธิบายประกอบในไฟล์ PDF บน Java Runtime สภาพแวดล้อมสำหรับการประยุกต์ใช้ JSP/JSF และการประยุกต์ใช้สก์ท็อป...Annotations บันทึกแฟ้มอีกครั้ง ความต้องการของระบบ..."sample_caret.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/th/java/annotation/care...
  9. Come rimuovere l'annotazione di Link usando Jav...

    Codice di esempio Java per rimuovere le annotazioni di Link nel file PDF in Java Runtime Environment per applicazioni JSP/JSF e applicazioni desktop....Annotations Salvare nuovamente il file..."SimpleResume_mod.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/it/java/annotation/link...
  10. 주석 추출 (파사드)|Aspose.PDF for Java

    이 섹션에서는 Aspose.PDF Facades를 사용하여 PDF 파일에서 XFDF로 주석을 추출하는 방법을 설명합니다.... Text }; var annotations = annotationEditor . extractAnnotations...annotationTypes ); for ( var annotation : annotations ) { System . out ...

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