Skip to content

Commit

Permalink
- [bugfix] starts under System-Account
Browse files Browse the repository at this point in the history
- [cleanup] migrated code from c++ to c#
- [update]  ghostscript 9.27
- [bugfix]  author metadata
  • Loading branch information
hessandrew committed May 31, 2019
1 parent ff19d8a commit 6d22dab
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Print to PDF, PDF/A, PDF/X, PNG, JPEG, TIF and text

# Download

https://github.com/clawsoftware/clawPDF/releases/download/0.8.01/clawPDF_0.8.01_setup.msi
https://github.com/clawsoftware/clawPDF/releases/download/0.8.3/clawPDF_0.8.3_setup.msi

# Tested under

Expand All @@ -18,9 +18,16 @@ https://github.com/clawsoftware/clawPDF/releases/download/0.8.01/clawPDF_0.8.01_

# Changelog

## v0.8.3 (2019.05.31)

- [bugfix] starts under System-Account
- [cleanup] migrated code from c++ to c#
- [update] ghostscript 9.27
- [bugfix] author metadata

## v0.8.01 (2019.02.10)

- performance boost for RDS environments
- [bugfix] performance boost for RDS environments

## v0.8.0 (2019.02.10)

Expand Down
8 changes: 4 additions & 4 deletions clawPDF.sln
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ Global
{BAF9FBEC-17EC-4130-ACF4-DCC99F0A0B75}.Debug|Win32.Build.0 = Debug|Win32
{BAF9FBEC-17EC-4130-ACF4-DCC99F0A0B75}.Debug|x64.ActiveCfg = Debug|x64
{BAF9FBEC-17EC-4130-ACF4-DCC99F0A0B75}.Debug|x64.Build.0 = Debug|x64
{BAF9FBEC-17EC-4130-ACF4-DCC99F0A0B75}.Release|Any CPU.ActiveCfg = Release|Win32
{BAF9FBEC-17EC-4130-ACF4-DCC99F0A0B75}.Release|Any CPU.Build.0 = Release|Win32
{BAF9FBEC-17EC-4130-ACF4-DCC99F0A0B75}.Release|Any CPU.ActiveCfg = Release|x64
{BAF9FBEC-17EC-4130-ACF4-DCC99F0A0B75}.Release|Any CPU.Build.0 = Release|x64
{BAF9FBEC-17EC-4130-ACF4-DCC99F0A0B75}.Release|Win32.ActiveCfg = Release|Win32
{BAF9FBEC-17EC-4130-ACF4-DCC99F0A0B75}.Release|Win32.Build.0 = Release|Win32
{BAF9FBEC-17EC-4130-ACF4-DCC99F0A0B75}.Release|x64.ActiveCfg = Release|x64
Expand All @@ -166,8 +166,8 @@ Global
{0437D45F-B95F-4A46-BFCA-5BBD77B8FBBC}.Debug|Win32.Build.0 = Debug|Win32
{0437D45F-B95F-4A46-BFCA-5BBD77B8FBBC}.Debug|x64.ActiveCfg = Debug|x64
{0437D45F-B95F-4A46-BFCA-5BBD77B8FBBC}.Debug|x64.Build.0 = Debug|x64
{0437D45F-B95F-4A46-BFCA-5BBD77B8FBBC}.Release|Any CPU.ActiveCfg = Release|Win32
{0437D45F-B95F-4A46-BFCA-5BBD77B8FBBC}.Release|Any CPU.Build.0 = Release|Win32
{0437D45F-B95F-4A46-BFCA-5BBD77B8FBBC}.Release|Any CPU.ActiveCfg = Release|x64
{0437D45F-B95F-4A46-BFCA-5BBD77B8FBBC}.Release|Any CPU.Build.0 = Release|x64
{0437D45F-B95F-4A46-BFCA-5BBD77B8FBBC}.Release|Win32.ActiveCfg = Release|Win32
{0437D45F-B95F-4A46-BFCA-5BBD77B8FBBC}.Release|Win32.Build.0 = Release|Win32
{0437D45F-B95F-4A46-BFCA-5BBD77B8FBBC}.Release|x64.ActiveCfg = Release|x64
Expand Down
7 changes: 7 additions & 0 deletions clawPDF/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Yet another PDF Printer? Yes! This PDF Printer has the intention to be completel

# Changelog

## v0.8.3 (2019.05.31)

- [bugfix] starts under System-Account
- [cleanup] migrated code from c++ to c#
- [update] ghostscript 9.27
- [bugfix] author metadata

## v0.8.01 (2019.02.10)

- performance boost for RDS environments
Expand Down
Binary file modified clawPDF/gsdll32.dll
Binary file not shown.
Binary file modified clawPDF/gsdll64.dll
Binary file not shown.

0 comments on commit 6d22dab

Please sign in to comment.