Coder Social home page Coder Social logo

aspose-words-crack's Introduction

aspose-words-crack

破解版下载

  • 20.12 http://upload.liuzy88.com/aspose-words-20.12-jdk17-cracked.jar
  • 19.5 http://upload.liuzy88.com/aspose-words-19.5-jdk17-cracked.jar
  • 19.1 http://upload.liuzy88.com/aspose-words-19.1-jdk16-cracked.jar
  • 18.5 http://upload.liuzy88.com/aspose-words-18.5-jdk16-cracked.jar

通用破解去水印:

    1. 官网下载https://repository.aspose.com/repo/com/aspose/aspose-words/20.12/aspose-words-20.12-jdk17.jar
    1. 引用到jar包到项目;打开com.aspose.words.License类,观察setLicense方法,进入com.aspose.words.zzZ??类,搜索? 0 : 1;
    1. Maven导入javassist库,运行破解代码,生成zzZ??.class
    1. 解压jar,删除META-INF,替换com.aspose.words.zzZ??.class
    1. 使用jar命令,重新压缩生成jar
    1. 得到aspose-words-20.12-jdk17-cracked.jar,运行Office2PdfTest测试

一键破解脚本

#!/bin/sh

set -e

echo '==> 官网下载'
wget https://repository.aspose.com/repo/com/aspose/aspose-words/20.12/aspose-words-20.12-jdk17.jar
# cp ~/Downloads/aspose-words-20.12-jdk17.jar .

echo '==> 用7z命令删除jar内的META-INF文件夹'
7z d aspose-words-20.12-jdk17.jar META-INF

echo '==> 执行破解,生成类'
javac -classpath .:javassist-3.24.1-GA.jar AsposeWords_20_12.java
java -classpath .:javassist-3.24.1-GA.jar AsposeWords_20_12

echo '==> 用jar命令更新jar内的类'
echo '替换前'
jar -tvf aspose-words-20.12-jdk17.jar|grep zzZDZ
jar uvf aspose-words-20.12-jdk17.jar com/aspose/words/zzZDZ.class
echo '替换后'
jar -tvf aspose-words-20.12-jdk17.jar|grep zzZDZ
rm -rf com/

echo '==> 重命名'
rm -f aspose-words-20.12-jdk17-cracked.jar
mv aspose-words-20.12-jdk17.jar aspose-words-20.12-jdk17-cracked.jar

echo '==> 测试转换'
javac -classpath aspose-words-20.12-jdk17-cracked.jar Office2PdfTest.java
java -classpath .:aspose-words-20.12-jdk17-cracked.jar Office2PdfTest

aspose-words-crack's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.