gpt4 book ai didi

ios - 如何使用 livecode external rrhardcoy 在 ios7 ipad 中显示 airprint 弹出窗口?

转载 作者:行者123 更新时间:2023-11-29 12:52:07 24 4
gpt4 key购买 nike

我的 livecode 项目中需要一个 airprint 按钮。(为 ipad ios 7 开发)。请帮助我

最佳答案

我刚刚使用 SDK 提供的示例代码测试了 rreHardCopy 外部,打印弹出窗口按预期显示 -

 on mouseUp
local tPDFFile
put specialFolderPath("Documents") & slash & "test.pdf" into tPDFFile
delete file tPDFFile
open printing to pdf tPDFFile
print this card
close printing
rreHardcopyPrintPDF tPDFFile, "Test PDF Print"
answer "PrintPDF returned" && the result
end mouseUp

这已在模拟器和物理设备上进行了测试。

可以在此处找到指向我制作的外部构建的链接-

http://techsupport.on-rev.com/sostacks/rrehardcopy%20DEVICE.zip

http://techsupport.on-rev.com/sostacks/rrehardcopy%20SIMULATOR.zip

picture showing print pop up

关于ios - 如何使用 livecode external rrhardcoy 在 ios7 ipad 中显示 airprint 弹出窗口?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22195078/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com