Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 8,551 for

annotation

(0.19 sec)
  1. Redazione di un PDF utilizzando C# | Aspose.PDF

    Redazione programmatica di documenti PDF con codice di esempio C# utilizzando Aspose.PDF per .NET...Rectangle ; var annot = new Aspose . Pdf . Annotations . RedactionAnnotation...Number ]. Annotations . Add ( annot , true ); annot . Redact ();...

    products.aspose.com/pdf/it/net/redaction/
  2. Trabajar con comentarios|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....collection of the annotations AnnotationCollection annotations = diagram...through the annotations for ( Annotation annotation : ( Iterable...

    docs.aspose.com/diagram/es/java/working-with-co...
  3. Criar Links em Arquivo PDF com C++|Aspose.PDF f...

    Esta seção explica como criar links em seu documento PDF com C++....Adicione o link à propriedade Annotations do objeto Page. Finalmente...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/pt/cpp/create-links/
  4. Извлечение ссылок из 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/
  5. Menggunakan jenis anotasi PDF tambahan|Aspose.P...

    Bagian ini menjelaskan cara menambahkan, mendapatkan, dan menghapus jenis anotasi tambahan dari dokumen PDF Anda.... Buat Caret Annotation baru dan atur parameter Caret...annotationSelector ); List < Annotation > caretAnnotations = annotationSelector...

    docs.aspose.com/pdf/id/java/extra-annotations/
  6. O que há de novo 2023|Aspose.PDF for .NET

    Esta página apresenta os recursos novos mais populares em Aspose.PDF for .NET introduzidos em 2023....GetDataDir_AsposePdf_Pages (); // Create annotation new instance of Merger using...Message { Content = "You are an annotation helpful assistant." , Role...

    docs.aspose.com/pdf/pt/net/whatsnew/2023/
  7. Аннотация выделений в PDF с использованием C++|...

    Аннотации разметки представлены в тексте как выделения, подчеркивания, зачёркивания или волнистые подчеркивания в тексте документа....MakeObject < Aspose :: Pdf :: Annotations :: HighlightAnnotation >...MakeObject < Aspose :: Pdf :: Annotations :: StrikeOutAnnotation >...

    docs.aspose.com/pdf/ru/cpp/highlights-annotation/
  8. Procurar

    Procurar...Adicione anotação à coleção Annotations da página PDF específica...[Document.Pages 1 .Annotations.Add(Annotation)] 12 . Salve o documento...

    blog.aspose.com/pt/pdf/add-or-remove-annotation...
  9. 在 PDF 中使用操作|Aspose.PDF for C++

    本节解释如何使用 C++ 以编程方式向文档和表单字段添加操作。...FreeTextAnnotation 对象,将这些链接添加到 Page 对象的 Annotations 集合中。 最后,使用 Document 对象的 Save...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/zh/cpp/actions/
  10. Python 를 사용하여 PDF 편집 | Aspose.PDF

    Python for .NET 용 Aspose.PDF 파일을 사용하여 Python 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 문서를 수정합니다.... rectangle annot = apdf . annotations . RedactionAnnotation...page , annotationRectangle ) annot . fill_color = apdf . Color...

    products.aspose.com/pdf/ko/python-net/redaction/