Skip to content

Commit 99a8be4

Browse files
init
0 parents  commit 99a8be4

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

3rdParty.pdf

1.71 MB
Binary file not shown.

LICENSE.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
The End User License Agreement ("EULA") contains the terms and conditions that
2+
govern Your use of Aspose's products enclosed or otherwise accompanied herewith
3+
(individually and collectively, the "PRODUCT") (as linked to below) and imposes
4+
material limitations on Your License. You should read the EULA carefully. BY
5+
INSTALLING, DOWNLOADING, COPYING OR OTHERWISE USING THE PRODUCT, YOU AGREE TO BE
6+
BOUND BY THE TERMS OF THE ASPOSE EULA.
7+
8+
You may obtain a copy of the Aspose EULA at: https://about.aspose.com/legal/eula

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Aspose.PDF for Go via C++ Libraries
2+
3+
This repository is a **part of** [`Aspose.PDF for Go via C++`](https://github.com/aspose-pdf/aspose-pdf-go-cpp) and is used exclusively for storing large binary files - **compressed archives (`.bz2`) of precompiled shared libraries (`.dll`, `.so`, `.dylib`)**.
4+
5+
6+
## Usage
7+
⚠️ This repository is **not intended** for standalone use. The shared libraries stored here are automatically retrieved and extracted when using **Aspose.PDF for Go via C++**.
8+
9+
## Licensing
10+
The shared libraries (.dll, .so, .dylib), including their compressed versions (.bz2), are proprietary and not covered under the MIT License.
11+
Detailed terms and conditions are specified in the Aspose EULA.
12+
13+
You may obtain a copy of the Aspose EULA at: https://about.aspose.com/legal/eula

libs/README.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
This folder contains platform-specific dynamic libraries required for the package.
2+
Each library is provided in a compressed `.bz2` format along with its extracted version.
3+
4+
- `.bz2` files: Compressed shared libraries downloaded from the repository.
5+
- Extracted libraries: Decompressed `.dll`, `.so`, or `.dylib` files used at runtime.
6+
7+
If missing, libraries can be downloaded and extracted automatically using:
8+
`go generate`
9+
10+
Do not manually modify files in this folder.

0 commit comments

Comments
 (0)