Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 8,588 for

annotate

(0.66 sec)
  1. Comment supprimer un lien hypertexte dans un PD...

    Ce didacticiel rapide décrit le processus de suppression d'un lien hypertexte dans un PDF à l'aide de Java. Il contient toutes les informations sur les paramètres d'environnement, la logique du programme en termes d'étapes et un exemple de code exécutable pour supprimer tous les liens du PDF à l'aide de Java....types d’annotations et supprimer uniquement l’annotation de lien...collection d’annotations Parcourez toutes les annotations et identifiez...

    kb.aspose.com/fr/pdf/java/how-to-remove-hyperli...
  2. Procurar

    Procurar... Recupere a propriedade annotations de uma página específica...document = ap.Document("annotations.pdf") # Percorra todas as...

    blog.aspose.com/pt/pdf/parse-pdf-in-python/
  3. Aspose Hyperlink not working with 2012 server -...

    We are having the Aspose.pdf version 8.8.0.0. and it worked fine until it was running in 2003 server. Recently we migrated to 2012 server and after that the pdf documents are not getting hyperlinked at all; even though t…...Annotations; using Aspose.Pdf.Text; using...textFragmentAbsorber; //IList annotations; MemoryStream output = new...

    forum.aspose.com/t/aspose-hyperlink-not-working...
  4. PDF 멀티미디어 주석 사용하기 C#|Aspose.PDF for .NET

    Aspose.PDF for .NET은 PDF 문서에서 멀티미디어 주석을 추가, 가져오기 및 삭제할 수 있게 해줍니다....Hide ] PDF 문서의 주석은 Page 객체의 Annotations 컬렉션에 포함되어 있습니다. 이 컬렉션은 해당...모든 주석을 포함합니다: 각 페이지는 고유한 Annotations 컬렉션을 가지고 있습니다. 특정 페이지에 주석을...

    docs.aspose.com/pdf/ko/net/multimedia-annotation/
  5. PDFでのリンク注釈の使用|Aspose.PDF for .NET

    Aspose.PDF for .NETを使用すると、PDFドキュメントからリンク注釈を追加、取得、削除できます。... GetDataDir_AsposePdf_Annotations (); // Open PDF document...Document ( dataDir + "Link Annotation Demo.pdf" )) { // Get first...

    docs.aspose.com/pdf/ja/net/link-annotations/
  6. 使用 C++ 添加图形注释|Aspose.PDF for C++

    本文描述了如何使用 Aspose.PDF for C++ 添加、获取和删除 PDF 文档中的图形注释...Annotations.CircleAnnotation 类的实例),除了形状不同。...新建 Document 。 创建一个 Circle Annotation 并设置 Circle 参数(新建 Rectang...

    docs.aspose.com/pdf/zh/cpp/figures-annotation/
  7. How to Remove Hyperlink from PDF using Python

    This article provides details on how to remove hyperlink from PDF using Python. It contains environment settings, a step-wise process to write the application and a runnable sample code to remove link from PDF using Python....collections of annotations Check each annotation having type LINK...the delete() method of the annotations collection Save the output...

    kb.aspose.com/pdf/python/how-to-remove-hyperlin...
  8. The use of RedactionAnnotation to add a color b...

    I have a PDF document with two pages. One of the pages is rotated 90 degrees clockwise. I want to add a red-colored rectangle at the lower-left corner of each page. When the page is not rotated, it works correctly. Howe…...double ury) { var annot = new Aspose.Pdf.Annotations.RedactionAnnotation(page...urx, ury)); annot.FillColor = annotationColor; annot.Color = annotationColor;...

    forum.aspose.com/t/the-use-of-redactionannotati...
  9. Trabalhando com Ações em PDF|Aspose.PDF for C++

    Esta seção explica como adicionar ações ao documento e campos de formulário programaticamente com C++....adicione esses links à coleção Annotations do objeto Page . Finalmente...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/pt/cpp/actions/
  10. Usando tipos extras de anotações em PDF|Aspose....

    Esta seção descreve como adicionar, obter e excluir tipos extras de anotações do seu documento PDF.... Crie uma nova Caret Annotation e defina os parâmetros de...annotationSelector ); List < Annotation > caretAnnotations = annotationSelector...

    docs.aspose.com/pdf/pt/java/extra-annotations/