Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 8,413 for

annotate

(0.11 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 Java 操作 PDF 中的注释https://products.aspose.com/pdf/zh-hans/java/annotation/Recent content in 使用 Java 操作 PDF 中的注释 on Aspsoe.PDF ProductsHugo -- ......com/pdf/zh-hans/java/annotation/Recent content in 使用 Java...aspose.com/pdf/zh-hans/java/annotation/index.xml self application/rss+xml...

    products.aspose.com/pdf/zh-hans/java/annotation...
  2. ลบคำอธิบายประกอบ PDF ออนไลน์หรือจัดการคำอธิบายป...

    ลบความคิดเห็นออกจากไฟล์ PDF ผ่านแอปออนไลน์ฟรีรหัส Java API เพื่อจัดการความคิดเห็นของไฟล์ PDF...Total Java Annotate ลบคำอธิบายประกอบ PDF ออนไ...ndencies) ``` 📝 ทำไมต้อง Annotate ไฟล์ PDF: เพิ่มประสิทธิภาพในการตรวจสอบสัญญา...

    products.aspose.com/total/th/java/annotate/pdf/
  3. Unable to extract javaScript actions from PDF -...

    Hi There, We were able to retrieve the JavaScript from a PDF using the code snippet below, and it used to work perfectly. However, recently we encountered an issue: when processing multiple files together, their PDF con…...getOnClose()); } } for (Annotation annotation : page.getAnnotations())...{ for (PdfAction action : annotation.getPdfActions()) { if (action...

    forum.aspose.com/t/unable-to-extract-javascript...
  4. Anotação Multimídia em PDF|Aspose.PDF para Java

    Aspose.PDF para Java permite adicionar, obter e excluir a anotação multimídia do seu documento PDF....estão contidas na coleção Annotations de um objeto Page . Esta...tem sua própria coleção Annotations. Para adicionar uma anotação...

    docs.aspose.com/pdf/pt/java/multimedia-annotation/
  5. 使用 Python 操作 PDF 中的注释 | Aspose.PDF

    用於操作 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++上的 PDF 檔中的批注的 Python 原始程式碼。... 將註解加入到 Page 物件的 Annotations 集合中。 儲存 PDF 檔案。 PDF 文本註釋...path_infile ) appearance = apdf . annotations . DefaultAppearance () appearance...

    products.aspose.com/pdf/zh-hant/python-net/anno...
  6. PDF Tooltip using Python|Aspose.PDF for Python ...

    Python과 Aspose.PDF를 사용하여 PDF의 텍스트 조각에 툴팁을 추가하는 방법을 배우세요.... annotations . AnnotationFlags . HIDDEN...default_appearance = ap . annotations . DefaultAppearance ( "Helv"...

    docs.aspose.com/pdf/ko/python-net/pdf-tooltip/
  7. Archiv

    Archiv...Seite for (auto annotation : page->get_Annotations()) { // Überprüfen...Anmerkungstyp if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/de/pdf/extract-data-from-tables...
  8. ค้นหา

    ค้นหา...้า for (auto annotation : page->get_Annotations()) { // ตรวจ...บ if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/th/pdf/extract-data-from-tables...
  9. Unable to set inherit zoom for existing links -...

    Hi Team, unable to set inherit zoom for existing links. we are getting multiple issues with this code, Please provide perfect solutions to set inherit zoom for existing links and bookmarks. we are just trying to upd…...Pages) { foreach (Annotation item in aPage.Annotations) { string LinkType...(linkType == "Aspose.Pdf.Annotations.GoToAction") { double[] Dest...

    forum.aspose.com/t/unable-to-set-inherit-zoom-f...
  10. 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/