freemansoft / jacob-project

JACOB is a JAVA-COM Bridge that allows you to call COM Automation components from Java. It uses JNI to make native calls to the COM libraries. JACOB runs on x86 and x64 environments supporting 32 bit and 64 bit JVMs. This repository was migrated from Sourceforge 2020 Sep
GNU Lesser General Public License v2.1
521 stars 117 forks source link

use jacob to delete Restricted Embedded Fonts in PPT file #58

Open yujunchengg opened 2 months ago

yujunchengg commented 2 months ago

jacob version: jacob-1.20-x64.dll jdk version: 1.8 office version: Microsoft Office Professional Plus 2016 when some Restricted Embedded Fonts in PPT file, if I open this file, it will pop up a window, like The following picture 1 now, I want to use jacob delete Restricted Embedded Fonts,How to write code in Java