腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(12)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
tkPDFViewer
只工作一次然后抛出:图像"pyimage1“不存在
# Importing tkinter to make gui in python # In
tkPDFViewer
library there isfrom
tkPDFViewer
import
tkPDFViewer
as pdfv2= NONE
浏览 29
提问于2021-12-09
得票数 0
回答已采纳
1
回答
使用
tkPDFViewer
一个接一个地查看多个PDF
我对
tkPDFViewer
库有个问题。 for thing in destroy_list
浏览 29
修改于2022-07-01
得票数 1
1
回答
当使用Python时,
tkPDFViewer
抛出一个错误,是否有一个错误我没有看到?
错误来自于
tkPDFViewer
。有什么想法吗?_kwargs) from
tkPDFViewer
import
tkPDFViewer
as pdf mainWindowand he
浏览 54
修改于2022-08-26
得票数 0
1
回答
如何使用Python和
tkPDFViewer
进行缩放PDF查看器?
这是我的代码https://github.com/marco-rosso-m/GUI_simplePDFviewerfrom
tkPDFViewer
import
tkPDFViewer
as pdf from glob import globimport os v2.de
浏览 17
修改于2022-01-24
得票数 0
回答已采纳
1
回答
tkPDFViewer
-在网格中打开几个不工作的.pdf (显示相同的pdf并将它们混合在一起)
我的问题是,不可能同时使用:.pdf打开不同的
tkPDFViewer
。可复制的例子如下: FramePdfMacro = tk.Frame(self,bg='white
浏览 18
提问于2021-12-10
得票数 -1
回答已采纳
1
回答
当我使用按钮打开PDF时,如何从组合
tkPDFViewer
中购买PDF?
在这段代码中,我尝试使用tkinter和
tkPDFViewer
将PDF作为一个单独的窗口打开。Import tkinter libraryfrom tkinter import *from tkinter import ttkfrom functools import partial #Create an instance of
浏览 117
修改于2021-07-15
得票数 0
1
回答
无法在内部使用几何管理器包。它已经有了由网格管理的从属服务器
from tkinter import *mys.title("Mystery Books
浏览 6
提问于2021-10-11
得票数 0
1
回答
‘'Pixmap’对象没有属性'getImageData‘
我试图在python中创建pdf阅读器,我使用过
tkPDFViewer
库,但是当我根据
tkPDFViewer
库运行它时,我使用了
tkPDFViewer
库示例,一开始它显示'Page‘对象没有属性' getPixmap’,但是当我搜索这个问题时,我在堆栈溢出中得到了一个答案,它在代码字体中是pix = page.get_pixmap(),意思是通过将getPixmap替换为get_pixmap()来编辑
tkPDFViewer
from tkinter import * from tkinter import
浏览 12
修改于2022-10-29
得票数 -1
回答已采纳
1
回答
如何在tkinter中更新Pdf_view?
我的代码import tkinter as tkfrom
tkPDFViewer
import
tkPDFViewer
as pdf x = 0 file=askopenfile() v1 = pdf.ShowPdf
浏览 1
提问于2021-09-10
得票数 1
回答已采纳
1
回答
Tkinter:在GUI中跳过PDF
下面是我的代码: from tkinter import * import glob frame_r.pack(fill=BOTH, expand=True, side=tk.LEFT) # creating object of ShowPdf from
tkPDFViewer
浏览 19
修改于2021-08-12
得票数 0
回答已采纳
1
回答
使用python tkinter在sepearate窗口中显示pdf
import tkinter as tk cur_file
浏览 87
提问于2021-08-21
得票数 1
回答已采纳
1
回答
如何在弹出窗口上打开pdf文件?
下面是我编写的代码:from tkinter import ttkfrom
tkPDFViewer
import
tkPDFViewer
as pdfroot = Tk() root.title
浏览 1
修改于2022-10-10
得票数 -1
回答已采纳
领券