Skip to content

Commit 7ac95b8

Browse files
committed
v.1.1.9 release
1 parent 2514532 commit 7ac95b8

File tree

9 files changed

+22
-28
lines changed

9 files changed

+22
-28
lines changed

Ghostscript.NET.DisplayTest/Ghostscript.NET.DisplayTest.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,17 @@
5757
<DefineConstants>TRACE</DefineConstants>
5858
<Optimize>true</Optimize>
5959
<DebugType>pdbonly</DebugType>
60-
<PlatformTarget>x64</PlatformTarget>
60+
<PlatformTarget>AnyCPU</PlatformTarget>
6161
<ErrorReport>prompt</ErrorReport>
6262
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
6363
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
6464
</PropertyGroup>
6565
<ItemGroup>
6666
<Reference Include="System" />
6767
<Reference Include="System.Core" />
68-
<Reference Include="System.Xml.Linq" />
69-
<Reference Include="System.Data.DataSetExtensions" />
7068
<Reference Include="System.Data" />
71-
<Reference Include="System.Deployment" />
7269
<Reference Include="System.Drawing" />
7370
<Reference Include="System.Windows.Forms" />
74-
<Reference Include="System.Xml" />
7571
</ItemGroup>
7672
<ItemGroup>
7773
<Compile Include="Callbacks\StdIOHandler.cs" />

Ghostscript.NET.DisplayTest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.8")]
36-
[assembly: AssemblyFileVersion("1.1.8")]
35+
[assembly: AssemblyVersion("1.1.9")]
36+
[assembly: AssemblyFileVersion("1.1.9")]

Ghostscript.NET.Samples/Ghostscript.NET.Samples.csproj

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
37-
<PlatformTarget>x86</PlatformTarget>
37+
<PlatformTarget>AnyCPU</PlatformTarget>
3838
<DebugType>pdbonly</DebugType>
3939
<Optimize>true</Optimize>
4040
<OutputPath>bin\Release\</OutputPath>
@@ -47,7 +47,7 @@
4747
<OutputPath>bin\x64\Debug\</OutputPath>
4848
<DefineConstants>DEBUG;TRACE</DefineConstants>
4949
<DebugType>full</DebugType>
50-
<PlatformTarget>x64</PlatformTarget>
50+
<PlatformTarget>AnyCPU</PlatformTarget>
5151
<ErrorReport>prompt</ErrorReport>
5252
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
5353
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
@@ -58,7 +58,7 @@
5858
<DefineConstants>TRACE</DefineConstants>
5959
<Optimize>true</Optimize>
6060
<DebugType>pdbonly</DebugType>
61-
<PlatformTarget>x64</PlatformTarget>
61+
<PlatformTarget>AnyCPU</PlatformTarget>
6262
<ErrorReport>prompt</ErrorReport>
6363
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
6464
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
@@ -68,11 +68,7 @@
6868
<Reference Include="System" />
6969
<Reference Include="System.Core" />
7070
<Reference Include="System.Drawing" />
71-
<Reference Include="System.Xml.Linq" />
72-
<Reference Include="System.Data.DataSetExtensions" />
73-
<Reference Include="Microsoft.CSharp" />
7471
<Reference Include="System.Data" />
75-
<Reference Include="System.Xml" />
7672
</ItemGroup>
7773
<ItemGroup>
7874
<Compile Include="Samples\AddWatermarkSample.cs" />

Ghostscript.NET.Samples/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.8")]
36-
[assembly: AssemblyFileVersion("1.1.8")]
35+
[assembly: AssemblyVersion("1.1.9")]
36+
[assembly: AssemblyFileVersion("1.1.9")]

Ghostscript.NET.Viewer/Ghostscript.NET.Viewer.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,11 @@
4646
<ApplicationIcon>_res\Ghostscript.NET.Viewer.Icon.ico</ApplicationIcon>
4747
</PropertyGroup>
4848
<ItemGroup>
49-
<Reference Include="Microsoft.VisualBasic" />
5049
<Reference Include="System" />
5150
<Reference Include="System.Core" />
52-
<Reference Include="System.Xml.Linq" />
53-
<Reference Include="System.Data.DataSetExtensions" />
54-
<Reference Include="Microsoft.CSharp" />
5551
<Reference Include="System.Data" />
56-
<Reference Include="System.Deployment" />
5752
<Reference Include="System.Drawing" />
5853
<Reference Include="System.Windows.Forms" />
59-
<Reference Include="System.Xml" />
6054
</ItemGroup>
6155
<ItemGroup>
6256
<Compile Include="FMain.cs">

Ghostscript.NET.Viewer/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.8")]
36-
[assembly: AssemblyFileVersion("1.1.8")]
35+
[assembly: AssemblyVersion("1.1.9")]
36+
[assembly: AssemblyFileVersion("1.1.9")]

Ghostscript.NET/Helpers/StreamHelper.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ public static string WriteToTemporaryFile(Stream stream)
9494
{
9595
string extension = GetStreamExtension(stream);
9696

97-
stream.Position = 0;
98-
9997
string path = Path.Combine(Path.GetTempPath(), Guid.NewGuid() + extension);
10098

10199
stream.Position = 0;

Ghostscript.NET/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
[assembly: Guid("5b1fe89e-e040-4b7a-9c05-478c1756b6e8")]
1717

1818

19-
[assembly: AssemblyVersion("1.1.8")]
20-
[assembly: AssemblyFileVersion("1.1.8")]
19+
[assembly: AssemblyVersion("1.1.9")]
20+
[assembly: AssemblyFileVersion("1.1.9")]

VERSION-HISTORY

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212

1313
HISTORY of the Ghostscript.NET library
1414

15+
1.1.9. 2014-07-30
16+
-------------------------
17+
- fixed problem with the PDF invisible layers (the optional content groups which will
18+
be left unmarked if process_trailer_attrs is not executed).
19+
- fixed text rasterization problem for some pdf's, it seems that the 'pdfopen begin'
20+
did not initialize everything required to render pdf properly so we replaced it with
21+
the 'runpdfopen' method which corrects everything (problem reported by "xatabhk").
22+
- changed GhostscriptRasterizer methods to support Stream insted of the MemoryStream.
23+
- fixed handling files without the extension in GhostscriptViewer and Rasterizer.
24+
1525
1.1.8. 2014-05-08
1626
-------------------------
1727
- fixed incompatibility problem with 'gsapi_set_arg_encoding' function in Ghostscript

0 commit comments

Comments
 (0)