File tree 10 files changed +15
-16
lines changed
itext.tests/itext.cleanup.tests
resources/itext/pdfcleanup/PdfAutoSweepTest
10 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
32
32
# title of most generated pages and in a few other places.
33
33
# The default value is: My Project.
34
34
35
- PROJECT_NAME = "pdfSweep 5.0.1 API"
35
+ PROJECT_NAME = "pdfSweep 5.0.2 API"
36
36
37
37
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
38
38
# could be handy for archiving the generated documentation or if some version
Original file line number Diff line number Diff line change 15
15
16
16
[ assembly: Guid ( "647c862e-d837-4901-8e7b-68f5f8bf8f34" ) ]
17
17
18
- [ assembly: AssemblyVersion ( "5.0.1 .0" ) ]
19
- [ assembly: AssemblyFileVersion ( "5.0.1 .0" ) ]
20
- [ assembly: AssemblyInformationalVersion ( "5.0.1 " ) ]
18
+ [ assembly: AssemblyVersion ( "5.0.2 .0" ) ]
19
+ [ assembly: AssemblyFileVersion ( "5.0.2 .0" ) ]
20
+ [ assembly: AssemblyInformationalVersion ( "5.0.2 " ) ]
21
21
22
22
[ assembly: NUnit . Framework . Timeout ( 300000 ) ]
Original file line number Diff line number Diff line change 39
39
</ItemGroup >
40
40
<ItemGroup >
41
41
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.io\itext.io.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
42
- <PackageReference Include =" itext" Version =" 9.1 .0" Condition =" !Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
42
+ <PackageReference Include =" itext" Version =" 9.2 .0" Condition =" !Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
43
43
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj')" />
44
44
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
45
- <PackageReference Include =" itext.pdftest" Version =" 9.1 .0" Condition =" !Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
45
+ <PackageReference Include =" itext.pdftest" Version =" 9.2 .0" Condition =" !Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
46
46
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj')" />
47
- <PackageReference Include =" itext.bouncy-castle-adapter" Version =" 9.1 .0" Condition =" !Exists('..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj')" />
47
+ <PackageReference Include =" itext.bouncy-castle-adapter" Version =" 9.2 .0" Condition =" !Exists('..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj')" />
48
48
49
49
<ProjectReference Include =" ..\..\itext\itext.cleanup\itext.cleanup.csproj" />
50
50
</ItemGroup >
Original file line number Diff line number Diff line change 21
21
22
22
[ assembly: Guid ( "ec333396-8945-4d69-b626-475b4e2ede61" ) ]
23
23
24
- [ assembly: AssemblyVersion ( "5.0.1 .0" ) ]
25
- [ assembly: AssemblyFileVersion ( "5.0.1 .0" ) ]
26
- [ assembly: AssemblyInformationalVersion ( "5.0.1 " ) ]
24
+ [ assembly: AssemblyVersion ( "5.0.2 .0" ) ]
25
+ [ assembly: AssemblyFileVersion ( "5.0.2 .0" ) ]
26
+ [ assembly: AssemblyInformationalVersion ( "5.0.2 " ) ]
Original file line number Diff line number Diff line change 30
30
</ItemGroup >
31
31
<ItemGroup >
32
32
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.io\itext.io.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
33
- <PackageReference Include =" itext" Version =" 9.1 .0" Condition =" !Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
33
+ <PackageReference Include =" itext" Version =" 9.2 .0" Condition =" !Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
34
34
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj')" />
35
35
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.layout\itext.layout.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.layout\itext.layout.csproj')" />
36
36
</ItemGroup >
Original file line number Diff line number Diff line change @@ -820,7 +820,6 @@ private void CleanInlineImage() {
820
820
}
821
821
}
822
822
823
- // TODO
824
823
// PdfCanvas doesn't have a method that writes inline image using pdf stream, and only have method which
825
824
// accepts Image as parameter. That's why we can't write image just as it was in original file, we convert it to Image.
826
825
// IMPORTANT: If writing of pdf stream of not changed inline image will be implemented, don't forget to ensure that
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class PdfSweepProductData {
34
34
35
35
public const String PDF_SWEEP_PUBLIC_PRODUCT_NAME = PDF_SWEEP_PRODUCT_NAME ;
36
36
37
- private const String PDF_SWEEP_VERSION = "5.0.1 " ;
37
+ private const String PDF_SWEEP_VERSION = "5.0.2 " ;
38
38
39
39
private const int PDF_SWEEP_COPYRIGHT_SINCE = 2000 ;
40
40
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd" >
3
3
<metadata >
4
4
<id >itext.pdfsweep</id >
5
- <version >5.0.1 </version >
5
+ <version >5.0.2 </version >
6
6
<title >iText pdfSweep</title >
7
7
<authors >iText Software</authors >
8
8
<owners >iText Software</owners >
18
18
<tags >itext itext7 itextsharp c# .net csharp pdf cleanup pdfsweep</tags >
19
19
<repository type =" git" url =" https://github.com/itext/i7j-pdfsweep.git" />
20
20
<dependencies >
21
- <dependency id =" itext" version =" 9.1 .0" />
21
+ <dependency id =" itext" version =" 9.2 .0" />
22
22
</dependencies >
23
23
</metadata >
24
24
<files >
Original file line number Diff line number Diff line change 1
- ab4df3458f3439a3de81fa50f21308f5ee9b5044
1
+ beca6397855a0d6aa4ca2faeb1918238db21b3dc
You can’t perform that action at this time.
0 commit comments