Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 8,413 for

annotate

(0.18 sec)
  1. چگونگی اضافه کردن Strikeout حاشیه نویسی با استف...

    کد منبع برای اضافه کردن Strikeout حاشیه نویسی در فایل PDF بر روی هر پلت فرم با زبان C++...pdf" )); // This annotation is used to indicate the insertion...document . Pages [ 1 ]. Annotations . Add ( StrikeoutAnnotation1...

    products.aspose.com/pdf/fa/cpp/annotation/strik...
  2. چگونگی اضافه کردن Text حاشیه نویسی با استفاده ا...

    کد منبع برای اضافه کردن Text حاشیه نویسی در فایل PDF بر روی هر پلت فرم با زبان C++...pdf" )); // This annotation is used to indicate the insertion...document . Pages [ 1 ]. Annotations . Add ( TextAnnotation1 );...

    products.aspose.com/pdf/fa/cpp/annotation/text/...
  3. PdfSaveOptions.encryption_details property | As...

    PdfSaveOptions.encryption_details property. Gets or sets the details for encrypting the output PDF document....to allow the editing of annotations. encryption_details = aw...PdfPermissions . MODIFY_ANNOTATIONS | aw . saving . PdfPermissions...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Link Border and Alignment Errors - Free Support...

    Hello, My company has purchased an Aspose Java licence which is valid for Aspose 4.3 but not for the latest Version. I noticed two bug with our purchased version while trying to create a table of content using XSL/FO s…...bug concern the creation of annotation link over text. 1 - Border...bug concern the creation of annotation link over text. 1 - Border...

    forum.aspose.com/t/link-border-and-alignment-er...
  5. SSN NOt Getting Redacted - Free Support Forum -...

    I’m reaching out to explore solutions for scanning text and performing OCR on PDF documents to redact PII information. We are looking to process approximately 1 million PDFs every day, and I am keen to understand the bes…...solution to apply redaction annotation in PDF documents. Can you...Pdf.Text; using Aspose.Pdf.Annotations; using System.Text.RegularExpressions;...

    forum.aspose.com/t/ssn-not-getting-redacted/316872
  6. Cómo eliminar la anotación de Underline mediant...

    Código fuente para eliminar las anotaciones de Underline en un archivo PDF en cualquier plataforma con lenguaje C++...Annotations Vuelva a guardar el archivo...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/es/cpp/annotation/under...
  7. PDF 粘性注释使用 C++|Aspose.PDF for C++

    本主题关于粘性注释,作为示例,我们展示了文本中的水印注释。它用于在页面上表示图形。检查代码片段以解决此任务。...namespace Aspose :: Pdf :: Annotations ; void ExampleWatermarkAnno...将注释添加到页面的注释集合中 page -> get_Annotations () -> Add ( wa ); // 创建用于字体设置的...

    docs.aspose.com/pdf/zh/cpp/sticky-annotations/
  8. Anotações Adesivas em PDF usando C++|Aspose.PDF...

    Este tópico sobre anotações adesivas, como exemplo mostramos a Anotação de Marca d'água no texto. É usado para representar gráficos na página. Verifique o trecho de código para resolver esta tarefa....namespace Aspose :: Pdf :: Annotations ; void ExampleWatermarkAnno...Anotações da Página page -> get_Annotations () -> Add ( wa ); // Criar...

    docs.aspose.com/pdf/pt/cpp/sticky-annotations/
  9. PDF 스티키 주석을 C++로 사용하기|Aspose.PDF for C++

    이 주제는 스티키 주석에 관한 것이며, 예로 텍스트에 워터마크 주석을 보여줍니다. 페이지에 그래픽을 나타내는 데 사용됩니다. 이 작업을 해결하기 위해 코드 스니펫을 확인하세요....namespace Aspose :: Pdf :: Annotations ; void ExampleWatermarkAnno...주석 컬렉션에 주석 추가 page -> get_Annotations () -> Add ( wa ); // 폰트 설정을...

    docs.aspose.com/pdf/ko/cpp/sticky-annotations/
  10. PDF에서 링크 업데이트|Aspose.PDF for Java

    PDF의 링크를 프로그래밍 방식으로 업데이트합니다. 이 가이드는 Java 언어로 PDF의 링크를 업데이트하는 방법에 관한 것입니다....get_Item ( 1 ); for ( Annotation annotation : page . getAnnotations...getAnnotations ()) { if ( annotation . getAnnotationType () == AnnotationType...

    docs.aspose.com/pdf/ko/java/update-links/