Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 9,064 for

annotate

(0.09 sec)
  1. Key Features of Aspose.PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET demonstrates its general features. Its shows the supported PDF versions, and all the manipulations we can do with PDF.... Annotations Add annotations. Get annotations. Delete...Delete annotations. Modify annotations. Forms Add, Delete and Modify...

    docs.aspose.com/pdf/net/key-features/
  2. Extraindo texto bruto de arquivo PDF|Aspose.PDF...

    Este artigo descreve várias maneiras de extrair texto de documentos PDF usando Aspose.PDF for Android via Java. De páginas inteiras, de uma parte específica, com base em colunas, etc....through all the annotations for ( Annotation annotation : doc . getPages...TextMarkupAnnotation if ( annotation . getAnnotationType () ==...

    docs.aspose.com/pdf/pt/androidjava/extract-text...
  3. InvalidOperationException when redacting PDF wi...

    We are hitting an InvalidOperationException: Stack empty error when attempting to place two redactions on the attached document after flattening the stamp annotations. This happens with both PdfAnnotationEditor.RedactAr…...after flattening the stamp annotations. This happens with both PdfAnnotationEditor...stampAnnotations = document.Pages[1].Annotations .Where(x => x.AnnotationType...

    forum.aspose.com/t/invalidoperationexception-wh...
  4. Добавить свободные текстовые аннотации|Aspose.P...

    В этом примере загружается существующий PDF‑файл, добавляется свободная текстовая аннотация на первую страницу в заданном положении и сохраняется изменённый документ....initialize_data_dir def add_free_text_annotation ( infile , outfile ): # Create...infile ) # Add free text annotation to page 1 content_editor...

    docs.aspose.com/pdf/ru/python-net/add-free-text...
  5. Добавить всплывающие аннотации|Aspose.PDF for P...

    В этом примере загружается PDF, добавляется всплывающая аннотация на первую страницу и сохраняется изменённый документ. Всплывающая аннотация установлена видимой по умолчанию и отображает указанный текст комментария....initialize_data_dir def add_popup_annotation ( infile , outfile ): # Create...bind_pdf ( infile ) # Add popup annotation to page 1 content_editor...

    docs.aspose.com/pdf/ru/python-net/add-popup-ann...
  6. 导入和导出注释到 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...
  7. 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...
  8. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – https://products.aspose.com/pdf/it/cpp/annotation/ Recent content on Aspsoe.PDF Products Hugo -- gohugo.io it Thu, 15 Jan 2026 00:00:00 +0000 h......com/pdf/it/cpp/annotation/ Recent content on Aspsoe...https://products.aspose.com/pdf/it/cpp/annotation/index.xml self application/rss+xml...

    products.aspose.com/pdf/it/cpp/annotation/index...
  9. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – https://products.aspose.com/pdf/it/java/annotation/ Recent content on Aspsoe.PDF Products Hugo -- gohugo.io it Thu, 15 Jan 2026 00:00:00 +0000 ......com/pdf/it/java/annotation/ Recent content on Aspsoe...https://products.aspose.com/pdf/it/java/annotation/index.xml self application/rss+xml...

    products.aspose.com/pdf/it/java/annotation/inde...
  10. Unable to extract javaScript actions from PDF -...

    Hi There, We were able to retrieve the JavaScript from a PDF using the code snippet below, and it used to work perfectly. However, recently we encountered an issue: when processing multiple files together, their PDF con…... Page‑level actions and annotation actions foreach (Page page...Add(pageClose); // Annotation actions foreach (Annotation annot in page...

    forum.aspose.com/t/unable-to-extract-javascript...