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

annotator

(0.08 sec)
  1. العمل مع الإجراءات في PDF|Aspose.PDF لـ C++

    يشرح هذا القسم كيفية إضافة إجراءات إلى الوثيقة وحقول النموذج برمجيًا باستخدام C++....أضف هذه الروابط إلى مجموعة Annotations الخاصة بكائن Page . أخيراً،...MakeObject<Aspose::Pdf::Annotations::LinkAnnotation>(page, M...

    docs.aspose.com/pdf/ar/cpp/actions/
  2. Getting "Error: Index was out of range. Must be...

    Hi, I’m getting the “Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index(1)” error, similar to the errors mentioned in Error: Index was out of range. Must be non-n…...(page, annot) in // Parse through all the annotations on each...Link type annotations from page in pdf.Pages from annot in page...

    forum.aspose.com/t/getting-error-index-was-out-...
  3. PDFから注釈を抽出する|Aspose.PDF for .NET

    このセクションでは、Aspose.PDF Facadesを使用してPDFファイルからXFDFに注釈を抽出する方法を説明します。...GetDataDir_AsposePdfFacades_Annotations (); // Open PDF document...( document ); // Extract annotations var annotationTypes = new...

    docs.aspose.com/pdf/ja/net/extract-annotation/
  4. Rectangle for hyperlink - Free Support Forum - ...

    Hi We need to add hyperlink annotation at right bottom with 10 as margin from both side. The rectangle gives only position from left and top. It will be very kind if someone help us to get this code, how to set positio…...We need to add hyperlink annotation at right bottom with 10 as...@aroc To add a hyperlink annotation at the bottom right of a...

    forum.aspose.com/t/rectangle-for-hyperlink/312974
  5. Remove Highlight from PDF using Python

    Follow this article to remove highlight from PDF using Python. It has details to set the IDE, a list of steps, and a sample code demonstrating how to erase highlight in PDF using Python by removing all or a particular annotation....target annotations For removing all the Highlight annotations, mark...mark all the annotations for removal For removing selected highlights...

    kb.aspose.com/pdf/python/remove-highlight-from-...
  6. PDF липкие аннотации с использованием Python|As...

    Эта тема о липких аннотациях, в качестве примера мы показываем аннотацию водяного знака в тексте.... annotations . WatermarkAnnotation ( page...аннотаций страницы page . annotations . append ( wa ) # Создать...

    docs.aspose.com/pdf/ru/python-net/sticky-annota...
  7. Archivo

    Archivo... Recupere la propiedad annotations de una página específica...document = ap.Document("annotations.pdf") # Recorra todas las...

    blog.aspose.com/es/pdf/parse-pdf-in-python/
  8. 使用 C# 的 PDF 高亮注释|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中为 PDF 文档添加高亮注释,以强调和审阅文本。... GetDataDir_AsposePdf_Annotations (); // Open PDF document...Pages [ 1 ]); // Create annotations for the found text fragments...

    docs.aspose.com/pdf/zh/net/highlights-annotation/
  9. Redaguj PDF przy użyciu Python | Aspose.PDF

    Redaguj dokumenty PDF programowo za pomocą przykładowego kodu Python przy użyciu pliku Aspose.PDF dla Python for .NET... rectangle annot = apdf . annotations . RedactionAnnotation...page , annotationRectangle ) annot . fill_color = apdf . Color...

    products.aspose.com/pdf/pl/python-net/redaction/
  10. Trabajando con Acciones en PDF|Aspose.PDF para C++

    Esta sección explica cómo agregar acciones al documento y campos de formulario programáticamente con C++....estos enlaces a la colección Annotations del objeto Page . Finalmente...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/es/cpp/actions/