Sort Score
Result 10 results
Languages All
Labels All
Results 4,411 - 4,420 of 9,047 for

annotation

(0.09 sec)
  1. Arsip

    Arsip...foreach (Annotation annotation in doc.Pages[1].Annotations) { //...TextMarkupAnnotation if (annotation is TextMarkupAnnotation)...

    blog.aspose.com/id/pdf/extract-text-from-pdf-cs...
  2. Add Image to PDF using C++|Aspose.PDF para C++

    Esta sección describe cómo agregar una imagen a un archivo PDF existente usando la biblioteca C++....auto annotation = MakeObject < Aspose :: Pdf :: Annotations ::...get_Rect ()); auto form = annotation -> get_Appearance () -> idx_get...

    docs.aspose.com/pdf/es/cpp/add-image-to-existin...
  3. Adicionar Imagem a PDF usando C++|Aspose.PDF fo...

    Esta seção descreve como adicionar imagem a um arquivo PDF existente usando a biblioteca C++....auto annotation = MakeObject < Aspose :: Pdf :: Annotations ::...get_Rect ()); auto form = annotation -> get_Appearance () -> idx_get...

    docs.aspose.com/pdf/pt/cpp/add-image-to-existin...
  4. Архів

    Архів...Annotations.FirstOrDefault(ann => ann...AnnotationType == Annotations.AnnotationType.Square) as Annotations.SquareAnnotation;...

    blog.aspose.com/uk/pdf/extract-table-from-pdf-u...
  5. arkiv

    arkiv...Annotations.FirstOrDefault(ann => ann...AnnotationType == Annotations.AnnotationType.Square) as Annotations.SquareAnnotation;...

    blog.aspose.com/sv/pdf/extract-table-from-pdf-u...
  6. Archiv

    Archiv...add(Annotation) . Nakonec uložte aktualizované...textAnnotation.setTitle("Sample Annotation Title"); // Nastavit předmět...

    blog.aspose.com/cs/pdf/add-or-remove-annotation...
  7. ארכיון

    ארכיון...Annotations.FirstOrDefault(ann => ann...AnnotationType == Annotations.AnnotationType.Square) as Annotations.SquareAnnotation;...

    blog.aspose.com/he/pdf/extract-table-from-pdf-u...
  8. ארכיון

    ארכיון...add(Annotation) . לבסוף, שמור את ה-PDF המעודכן...textAnnotation.setTitle("Sample Annotation Title"); // הגדר את נושא...

    blog.aspose.com/he/pdf/add-or-remove-annotation...
  9. PdfAttachmentsEmbeddingMode Enum | Aspose.Words...

    تحكم في كيفية تضمين المرفقات في ملفات PDF باستخدام وضع تضمين المرفقات PdfAttachments. حسّن بنية المستند وتوافقه لضمان مشاركة سلسة.... Annotations 1 يتم تضمين المرفقات كتعليقات...

    reference.aspose.com/words/ar/net/aspose.words....
  10. Python을 사용하여 PDF에서 주석을 제거하는 방법

    이 기사는 Python을 사용하여 PDF에서 주석을 제거하는 방법을 안내합니다. IDE 설정, 프로그램 알고리즘 작성, Python을 사용하여 PDF의 모든 주석을 삭제할 수 있는 실행 가능한 샘플 코드에 대한 자세한 정보를 제공합니다.... 로드된 문서의 모든 페이지를 파싱하고 annotations 컬렉션에 액세스 각 주석이 TEXT 유형인지...프로세스를 설명합니다. 모든 주석을 삭제하려는 경우 Annotation 클래스가 이 요구 사항을 달성하는 데 중요한...

    kb.aspose.com/ko/pdf/python/how-to-remove-comme...