Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 8,546 for

annotator

(0.3 sec)
  1. PDF 주석용 API | Aspose.PDF

    모든 플랫폼에서 사용할 수 있는 무료 크로스 플랫폼 앱 및 High Code API를 사용하여 PDF 문서에서 주석을 제거합니다....pdf" )); // This annotation is used to indicate the insertion...document . Pages [ 1 ]. Annotations . Add ( caretAnnotation1...

    products.aspose.com/pdf/ko/annotation/
  2. Extrair Links do Arquivo PDF|Aspose.PDF for C++

    Extrair links de PDF com C#. Este tópico explica como extrair links usando a classe AnnotationSelector....MakeObject < Aspose :: Pdf :: Annotations :: AnnotationSelector > (...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/pt/cpp/extract-links/
  3. How to Delete Comments in PDF in Java

    This tutorial guides on how to delete comments in PDF in Java. It shares the information to set the IDE, steps to write the program, and a runnable sample code to delete all comments in PDF in Java....article also discusses other annotations similar to the comments that...collection of annotations on it Parse each annotation and filter...

    kb.aspose.com/pdf/java/how-to-delete-comments-i...
  4. arkiv

    arkiv...anteckningar till samlingen Annotations för den specifika PDF-sidan...[Document.Pages 1 .Annotations.Add(Annotation)] 12 . Spara PDF-dokumentet...

    blog.aspose.com/sv/pdf/add-or-remove-annotation...
  5. Update Links in PDF|Aspose.PDF for Java

    Update links in PDF programmatically. This guide is about how to update links in PDF in Java language....); // Get the first link annotation from first page of document...); // Get the first link annotation from first page of document...

    docs.aspose.com/pdf/java/update-links/
  6. PDF 스티커 주석|Aspose.PDF for Java

    이 주제는 스티커 주석에 관한 것으로, 예시로 본문에서 워터마크 주석을 보여줍니다. 페이지에 그래픽을 나타내는 데 사용됩니다. 이 작업을 해결하기 위한 코드 스니펫을 확인하세요....annotationSelector ); List < Annotation > WatermarkAnnotations =...getSelected (); // 결과 출력 for ( Annotation fa : WatermarkAnnotations...

    docs.aspose.com/pdf/ko/java/sticky-annotations/
  7. PdfException: Value cannot be null. Parameter n...

    We are getting a runtime exception while converting certain PDF pages to JPEG using JpegDevice.process(). The exception originates from internal trailer parsing during annotation rendering. This happens only for some PD…...internal trailer parsing during annotation rendering. This happens only...Something went wrong in drawing annotations Caused by: Value cannot be...

    forum.aspose.com/t/pdfexception-value-cannot-be...
  8. 아카이브

    아카이브... 특정 페이지의 annotations 속성을 가져와 해당 페이지의 모든 주석을 가져옵니다...document = ap.Document("annotations.pdf") # 첫 페이지의 모든 주석을 반복합니다...

    blog.aspose.com/ko/pdf/parse-pdf-in-python/
  9. PDF에서 동작 작업하기|Aspose.PDF for C++

    이 섹션에서는 C++로 문서 및 양식 필드에 동작을 프로그래밍적으로 추가하는 방법을 설명합니다....객체가 정의되면 이러한 링크를 Page 객체의 Annotations 컬렉션에 추가합니다. 마지막으로 Document...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/ko/cpp/actions/
  10. Использование дополнительных типов аннотаций PD...

    В этом разделе описывается, как добавлять, получать и удалять дополнительные виды аннотаций из вашего PDF документа.... Создайте новый Caret Annotation и установите параметры Caret...annotationSelector ); List < Annotation > caretAnnotations = annotationSelector...

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