pywin32
Using Python to extract images and text from a word document
I would like to run a script on a folder full of word documents that reads through the documents and pulls out 开发者_开发知识库images and their captions (text right below the images). From the resear[详细]
2023-03-13 08:48 分类:问答Access Most Recently Used (MRU) entries via Python on Windows?
Using Python, is it possible to get acc开发者_开发百科ess to the Most Recently Used (MRU) list in windows. This is where Windows keeps a list of the most recently opened documents and programs.[详细]
2023-03-12 04:02 分类:问答Hyperlink will not show Display proper text
I am trying to add a hyperlink to a cell to open a folder the code below makes the hyperlink in the proper cell and is when clicked redirects to the proper folder but it does not display the text prov[详细]
2023-03-11 18:59 分类:问答pywin32 excel find how many sheets are in a workbook and index by number?
How do I find the number of sheets in a workbook in pywin32? Also, is there ANY documentation on how to use pywin32 with excel? I can\'t seem to开发者_开发知识库 even find code examples or anything.[详细]
2023-03-11 07:42 分类:问答Not getting all InfoMessage Events with Python and win32com
I am currently trying to get the percentage complete messages that are returned by the InfoMessage event from ADO (and a SQL server) when running the BACKUP command. (See my previous question for more[详细]
2023-03-03 09:20 分类:问答ctypes: construct pointer from arbitrary integer
For low-level purposes, I need to construct a ctypes pointer from an arbitrary address, given开发者_如何学编程 as an integer. For instance:[详细]
2023-02-28 10:54 分类:问答pywin32: EnumFontFamilies breaks python
To wit: import win32gui def enum_fonts(typeface=None): hwnd = win32gui.GetDesktopWindow() dc = win32gui.GetWindowDC(hwnd)[详细]
2023-02-27 23:31 分类:问答Python bindings for Microsoft UI Automation? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-20 15:10 分类:问答how to "allow" firefox internet security automatically
I\'m trying to figure out a way to \"clic开发者_StackOverflow中文版k\" the \"Allow\" button in firefox internet security window by using pywin32 or windows API. I was able to get the \"internet securi[详细]
2023-02-20 13:29 分类:问答Pywin - Initialize pvarResult by calling the VariantInit()
I\'m using Pywin32 to communicate with Bloomberg through its COM-library.This works rather good!However, I have stumbeled upona a problem which I consider pretty complex.If I set the property QueueEve[详细]
2023-02-20 09:52 分类:问答