Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 8,583 for

annotate

(0.06 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – .NET 을 (를) 사용하여 Text 주석을 추가하는 방법https://products.aspose.com/pdf/ko/net/annotation/text/add/Recent content in .NET 을 (를) 사용하여 Text 주석을 추가하는 방법 o......com/pdf/ko/net/annotation/text/add/Recent content in...+0000https://products.aspose.com/pdf/ko/net/annotation/text/add/index.xml self application/rss+xml...

    products.aspose.com/pdf/ko/net/annotation/text/...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – C++ 을 (를) 사용하여 Strikeout 주석을 제거하는 방법https://products.aspose.com/pdf/ko/cpp/annotation/strikeout/remove/Recent content in C++ 을 (를) 사용하여 Strikeo......com/pdf/ko/cpp/annotation/strikeout/remove/Recent content...+0000https://products.aspose.com/pdf/ko/cpp/annotation/strikeout/remove/index.xml...

    products.aspose.com/pdf/ko/cpp/annotation/strik...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – C++ 을 (를) 사용하여 Freetext 주석을 제거하는 방법https://products.aspose.com/pdf/ko/cpp/annotation/freetext/remove/Recent content in C++ 을 (를) 사용하여 Freetext ......com/pdf/ko/cpp/annotation/freetext/remove/Recent content...+0000https://products.aspose.com/pdf/ko/cpp/annotation/freetext/remove/index.xml...

    products.aspose.com/pdf/ko/cpp/annotation/freet...
  4. How to Add Comments in PDF File using Python

    This short tutorial guides you on how to add comments in PDF file using Python. It contains basic information for setting the environment and a runnable sample code to add comments to PDF using Python along with the step-wise description....that can be set for text annotation to customize the newly added...basic properties of the text annotation Instantiate and set the border...

    kb.aspose.com/pdf/python/how-to-add-comments-in...
  5. Trabajar con comentarios|Documentation

    Esta página describe cómo agregar un comentario en una página del dibujo Visio con la biblioteca Aspose.Diagram....collection of the annotations annotations = diagram . getPages...through the annotations for annotation in annotations : comment...

    docs.aspose.com/diagram/es/python-java/working-...
  6. Jak usunąć Link Adnotację za pomocą Java | Aspo...

    Przykładowy kod Java do usuwania Link adnotacji w pliku PDF na Java Runtime Environment dla aplikacji JSP/JSF i aplikacji desktopowych....Annotations Zapisz plik ponownie Wymagania..."SimpleResume_mod.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/pl/java/annotation/link...
  7. Jak usunąć Freetext Adnotację za pomocą Java | ...

    Przykładowy kod Java do usuwania Freetext adnotacji w pliku PDF na Java Runtime Environment dla aplikacji JSP/JSF i aplikacji desktopowych....Annotations Zapisz plik ponownie Wymagania..."sample_freetext.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/pl/java/annotation/free...
  8. Extrair Texto De Carimbos|Aspose.PDF for C++

    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....-> idx_get ( 1 ) -> get_Annotations () -> idx_get ( 1 ); if (...== Annotations :: AnnotationType :: Stamp ) { auto annot = System...

    docs.aspose.com/pdf/pt/cpp/extract-text-from-st...
  9. 从PDF文件提取原始文本|Aspose.PDF for Android via Java

    本文介绍了使用Aspose.PDF for Android via Java从PDF文档中提取文本的各种方法。可以从整个页面、特定部分、基于列等提取。...); // 遍历所有注释 for ( Annotation annotation : doc . getPages ()...TextMarkupAnnotation if ( annotation . getAnnotationType () ==...

    docs.aspose.com/pdf/zh/androidjava/extract-text...
  10. استخراج الروابط من ملف PDF|Aspose.PDF for Java

    استخراج الروابط من PDF باستخدام Java. يشرح هذا الموضوع كيفية استخراج الروابط باستخدام فئة AnnotationSelector.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/ar/java/extract-links/