Skip to content

Commit f06f526

Browse files
Merge pull request #13 from kaferi/master
Updated to 18.7
2 parents 3885acf + e02d35f commit f06f526

File tree

136 files changed

+13059
-12952
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+13059
-12952
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.mht -crlf -diff

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,4 @@ src/Settings/servercreds.json
206206
.swagger-codegen/
207207

208208
build-out/
209+
nuget.exe

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Aspose.Pdf for Cloud
3+
Copyright (c) 2018 Aspose.PDF Cloud
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/Aspose.Pdf.Cloud.Sdk.Test/AnnotationsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="AnnotationsTests.cs">
3-
// Copyright (c) 2018 Aspose.Pdf for Cloud
3+
// Copyright (c) 2018 Aspose.PDF Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/Aspose.Pdf.Cloud.Sdk.Test/AppendTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="AppendTests.cs">
3-
// Copyright (c) 2018 Aspose.Pdf for Cloud
3+
// Copyright (c) 2018 Aspose.PDF Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/Aspose.Pdf.Cloud.Sdk.Test/AttachmentsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="AttachmentsTests.cs">
3-
// Copyright (c) 2018 Aspose.Pdf for Cloud
3+
// Copyright (c) 2018 Aspose.PDF Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/Aspose.Pdf.Cloud.Sdk.Test/BookmarksTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="BookmarksTests.cs">
3-
// Copyright (c) 2018 Aspose.Pdf for Cloud
3+
// Copyright (c) 2018 Aspose.PDF Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/Aspose.Pdf.Cloud.Sdk.Test/ConvertTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="PagesTests.cs">
3-
// Copyright (c) 2018 Aspose.Pdf for Cloud
3+
// Copyright (c) 2018 Aspose.PDF Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -319,7 +319,7 @@ public void PutPdfInStorageToHtmlTest()
319319
{
320320
string name = "4pages.pdf";
321321
UploadFile(name, name);
322-
string resFileName = "result.html";
322+
string resFileName = "result.zip";
323323

324324
var response = PdfApi.PutPdfInStorageToHtml(name, Path.Combine(TempFolder, resFileName), folder: TempFolder);
325325
Assert.That(response.Code, Is.EqualTo(HttpStatusCode.Created));
@@ -334,7 +334,7 @@ public void PutPdfInRequestToHtmlTest()
334334
string name = "4pages.pdf";
335335
using (Stream stream = File.OpenRead(Path.Combine(TestDataFolder, name)))
336336
{
337-
string resFileName = "result.html";
337+
string resFileName = "result.zip";
338338

339339
var response = PdfApi.PutPdfInRequestToHtml(Path.Combine(TempFolder, resFileName), file: stream);
340340
Assert.That(response.Code, Is.EqualTo(HttpStatusCode.Created));

src/Aspose.Pdf.Cloud.Sdk.Test/ConvertToPdfTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="PagesTests.cs">
3-
// Copyright (c) 2018 Aspose.Pdf for Cloud
3+
// Copyright (c) 2018 Aspose.PDF Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/Aspose.Pdf.Cloud.Sdk.Test/DocumentSaveAsTiffTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="DocumentSaveAsTests.cs">
3-
// Copyright (c) 2018 Aspose.Pdf for Cloud
3+
// Copyright (c) 2018 Aspose.PDF Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)