Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 9,059 for

annotate

(0.26 sec)
  1. Очистити анотації DOCM онлайн і за допомогою Py...

    Видаліть коментарі з документа DOCM за допомогою онлайн-програми безкоштовно. Код API Python для видалення коментарів із файлів DOCM....NET Annotate Очистити анотації DOCM онлайн... Explore Annotate File Options with Python Annotate DOC Files...

    products.aspose.com/total/uk/python-net/annotat...
  2. Очистити анотації DOC онлайн і за допомогою Pyt...

    Видаліть коментарі з документа DOC за допомогою онлайн-програми безкоштовно. Код API Python для видалення коментарів із файлів DOC....NET Annotate Очистити анотації DOC онлайн... Explore Annotate File Options with Python Annotate DOC Files...

    products.aspose.com/total/uk/python-net/annotat...
  3. Arsip

    Arsip... Ambil properti annotations dari halaman tertentu untuk...document = ap.Document("annotations.pdf") # Loop melalui semua...

    blog.aspose.com/id/pdf/parse-pdf-in-python/
  4. Extrair Links|Aspose.PDF for Python via .NET

    Este exemplo vincula um PDF de entrada, extrai todos os links e imprime suas coordenadas e URIs (se disponíveis).... annotations . LinkAnnotation ): annotation = cast (...( ap . annotations . LinkAnnotation , link ) if is_assignable...

    docs.aspose.com/pdf/pt/python-net/extract-links/
  5. Извлечение ссылок|Aspose.PDF for Python via .NET

    В этом примере привязывается входной PDF, извлекаются все ссылки и выводятся их координаты и URI (если доступны).... annotations . LinkAnnotation ): annotation = cast (...( ap . annotations . LinkAnnotation , link ) if is_assignable...

    docs.aspose.com/pdf/ru/python-net/extract-links/
  6. Arbeta med kommentarer|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....Comment, exponerad av klassen Annotation, tillåter utvecklare att...collection of the annotations AnnotationCollection annotations = diagram...

    docs.aspose.com/diagram/sv/java/working-with-co...
  7. Lavorare con i commenti|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....Comment, esposta dalla classe Annotation, consente agli sviluppatori...collection of the annotations AnnotationCollection annotations = diagram...

    docs.aspose.com/diagram/it/java/working-with-co...
  8. How to disable the hyperlink in PDF file - Free...

    Hi Team, I need to disable hyperlink in pdf based on url pattern. Here is url pattern for example String[] urlPatterns = { “.rendition/eppublic/documentService/.”, “.rendition/eppublic/service/.”, “.rendition/eppubl…...through all annotations on the page for (Annotation annotation : page...getAnnotations()) { // Check if the annotation is a LinkAnnotation (hyperlink)...

    forum.aspose.com/t/how-to-disable-the-hyperlink...
  9. 在PDF文件中创建链接使用C++|Aspose.PDF for C++

    本节解释如何使用C++在PDF文档中创建链接。... 将链接添加到Page对象的 Annotations 属性。 最后,使用Document对象的Save方法保存更新的PDF。...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/zh/cpp/create-links/
  10. PDF에서 주석 수정|Aspose.PDF for .NET

    이 섹션에서는 Aspose.PDF Facades를 사용하여 PDF 파일의 주석을 XFDF로 수정하는 방법을 설명합니다....GetDataDir_AsposePdfFacades_Annotations (); // Create PdfAnnotationEditor..."AnnotationsInput.pdf" ); // Modify annotations author annotationEditor ...

    docs.aspose.com/pdf/ko/net/modify-annotations/