Files
WorkNote/SanPinPLM/相关操作/1.0-EDM/250.Office转PDF文件-WPS集成设置.md
2025-04-29 14:34:11 +08:00

47 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 介绍
想要让Office文件在系统中自动转PDF文件需要服务器上具备Office软件或WPS软件本篇笔记以WPS Office软件的集成为主进行讲解
# 操作
## 查看程序位数
打开WPS软件**任务管理器** 中查看它的进程位数
如果进程后带有 `(32位)` 的信息代表所安装的WPS Office软件是32位的否则说明是64位的
![](assets/Pasted%20image%2020250429142402.png)
## 根据程序位数不同启动dcom组件设置程序
首先打开命令行窗口,通过 `Win+R` 快捷键,输入 `cmd` 进行打开
![](assets/Pasted%20image%2020250429142923.png)
如果查询出来的程序位数是 **32位** 的,则在命令行窗口中输入:
```shell
cd %windir%\sysWOW64
mmc comexp.msc /32
```
如果查询出来的程序位数是 **64位** 的,则在命令行窗口中输入:
```shell
cd %windir%\system32
mmc comexp.msc /64
```
### 组件服务设置
在新打开的 **组件服务** 窗口中,选择 **控制台根节点****组件服务****计算机****我的电脑****DCOM配置**
![](assets/Pasted%20image%2020250429143140.png)
在其中找到 **WPS文字 文档** 选项,对其右键选择 **属性**
![](assets/Pasted%20image%2020250429143328.png)
### 属性设置
在属性页面中记录下应用程序ID例如