Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 9,045 for

annotator

(0.04 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – How to remove Caret Annotation using .NET https://products.aspose.com/pdf/net/annotation/caret/remove/ Recent content in How to remove Caret An......Products – How to remove Caret Annotation using .NET https://products...https://products.aspose.com/pdf/net/annotation/caret/remove/ Recent content...

    products.aspose.com/pdf/net/annotation/caret/re...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – How to add Polyline Annotation using Java https://products.aspose.com/pdf/java/annotation/polyline/add/ Recent content in How to add Polyline A......Products – How to add Polyline Annotation using Java https://products...https://products.aspose.com/pdf/java/annotation/polyline/add/ Recent content...

    products.aspose.com/pdf/java/annotation/polylin...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – How to remove Freetext Annotation using C++ https://products.aspose.com/pdf/cpp/annotation/freetext/remove/ Recent content in How to remove Fre......– How to remove Freetext Annotation using C++ https://products...https://products.aspose.com/pdf/cpp/annotation/freetext/remove/ Recent content...

    products.aspose.com/pdf/cpp/annotation/freetext...
  4. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – How to get Caret Annotation using C++ https://products.aspose.com/pdf/cpp/annotation/caret/get/ Recent content in How to get Caret Annotation u......Products – How to get Caret Annotation using C++ https://products...https://products.aspose.com/pdf/cpp/annotation/caret/get/ Recent content in...

    products.aspose.com/pdf/cpp/annotation/caret/ge...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – How to add Polygon Annotation using C++ https://products.aspose.com/pdf/cpp/annotation/polygon/add/ Recent content in How to add Polygon Annota......Products – How to add Polygon Annotation using C++ https://products...https://products.aspose.com/pdf/cpp/annotation/polygon/add/ Recent content...

    products.aspose.com/pdf/cpp/annotation/polygon/...
  6. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – How to get Circle Annotation using .NET https://products.aspose.com/pdf/net/annotation/circle/get/ Recent content in How to get Circle Annotati......Products – How to get Circle Annotation using .NET https://products...https://products.aspose.com/pdf/net/annotation/circle/get/ Recent content...

    products.aspose.com/pdf/net/annotation/circle/g...
  7. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – How to add Watermark Annotation using Java https://products.aspose.com/pdf/java/annotation/watermark/add/ Recent content in How to add Watermar......Products – How to add Watermark Annotation using Java https://products...https://products.aspose.com/pdf/java/annotation/watermark/add/ Recent content...

    products.aspose.com/pdf/java/annotation/waterma...
  8. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – How to remove Text Annotation using C++ https://products.aspose.com/pdf/cpp/annotation/text/remove/ Recent content in How to remove Text Annota......Products – How to remove Text Annotation using C++ https://products...https://products.aspose.com/pdf/cpp/annotation/text/remove/ Recent content...

    products.aspose.com/pdf/cpp/annotation/text/rem...
  9. 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...
  10. 在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/