Skip to content

Commit 19e04cb

Browse files
committed
Updated sources
1 parent 55b50bb commit 19e04cb

17 files changed

Lines changed: 163 additions & 146 deletions

package-lock.json

Lines changed: 96 additions & 126 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "groupdocs-conversion-cloud",
3-
"version": "22.10.0",
3+
"version": "23.2.0",
44
"description": "GroupDocs.Conversion Cloud SDK for Node.js",
55
"homepage": "https://products.groupdocs.cloud/conversion",
66
"author": {
@@ -36,11 +36,11 @@
3636
"request-debug": "^0.2.0"
3737
},
3838
"devDependencies": {
39-
"@types/chai": "^4.2.9",
39+
"@types/chai": "^4.2.14",
4040
"@types/mocha": "^5.2.7",
41-
"@types/node": "^12.0.8",
41+
"@types/node": "^12.19.15",
4242
"chai": "^4.2.0",
43-
"mocha": "^9.2.1",
43+
"mocha": "^10.2.0",
4444
"ts-node": "^8.6.2",
4545
"tslint": "^5.17.0",
4646
"typescript": "^3.7.5"

src/api_client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2003-2022 Aspose Pty Ltd
4+
* Copyright (c) 2003-2023 Aspose Pty Ltd
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/api_error.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2003-2022 Aspose Pty Ltd
4+
* Copyright (c) 2003-2023 Aspose Pty Ltd
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2003-2022 Aspose Pty Ltd
4+
* Copyright (c) 2003-2023 Aspose Pty Ltd
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2003-2022 Aspose Pty Ltd
4+
* Copyright (c) 2003-2023 Aspose Pty Ltd
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/conversion_api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2003-2022 Aspose Pty Ltd
4+
* Copyright (c) 2003-2023 Aspose Pty Ltd
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/model.ts

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2003-2022 Aspose Pty Ltd
4+
* Copyright (c) 2003-2023 Aspose Pty Ltd
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal
@@ -2906,6 +2906,16 @@ export class WordProcessingConvertOptions extends ConvertOptions {
29062906
name: "pdfRecognitionMode",
29072907
baseName: "pdfRecognitionMode",
29082908
type: "WordProcessingConvertOptions.PdfRecognitionModeEnum",
2909+
},
2910+
{
2911+
name: "pageSize",
2912+
baseName: "pageSize",
2913+
type: "WordProcessingConvertOptions.PageSizeEnum",
2914+
},
2915+
{
2916+
name: "pageOrientation",
2917+
baseName: "pageOrientation",
2918+
type: "WordProcessingConvertOptions.PageOrientationEnum",
29092919
} ];
29102920

29112921
/**
@@ -2950,6 +2960,16 @@ export class WordProcessingConvertOptions extends ConvertOptions {
29502960
*/
29512961
public pdfRecognitionMode: WordProcessingConvertOptions.PdfRecognitionModeEnum;
29522962

2963+
/**
2964+
* Page size
2965+
*/
2966+
public pageSize: WordProcessingConvertOptions.PageSizeEnum;
2967+
2968+
/**
2969+
* Specifies page orientation
2970+
*/
2971+
public pageOrientation: WordProcessingConvertOptions.PageOrientationEnum;
2972+
29532973
public constructor(init?: Partial<WordProcessingConvertOptions>) {
29542974
super(init);
29552975
Object.assign(this, init);
@@ -2963,6 +2983,31 @@ export namespace WordProcessingConvertOptions {
29632983
Textbox = 'Textbox' as any,
29642984
Flow = 'Flow' as any,
29652985
}
2986+
export enum PageSizeEnum {
2987+
Default = 'Default' as any,
2988+
A3 = 'A3' as any,
2989+
Statement = 'Statement' as any,
2990+
Quarto = 'Quarto' as any,
2991+
Paper11x17 = 'Paper11x17' as any,
2992+
Paper10x14 = 'Paper10x14' as any,
2993+
Letter = 'Letter' as any,
2994+
Legal = 'Legal' as any,
2995+
Ledger = 'Ledger' as any,
2996+
Folio = 'Folio' as any,
2997+
Executive = 'Executive' as any,
2998+
EnvelopeDL = 'EnvelopeDL' as any,
2999+
Custom = 'Custom' as any,
3000+
B5 = 'B5' as any,
3001+
B4 = 'B4' as any,
3002+
A5 = 'A5' as any,
3003+
A4 = 'A4' as any,
3004+
Tabloid = 'Tabloid' as any,
3005+
}
3006+
export enum PageOrientationEnum {
3007+
Default = 'Default' as any,
3008+
Landscape = 'Landscape' as any,
3009+
Portrait = 'Portrait' as any,
3010+
}
29663011
}
29673012
// tslint:enable:quotemark
29683013
/**
@@ -6767,6 +6812,8 @@ const enumsMap = {
67676812
"TxtLoadOptions.TrailingSpacesOptionsEnum": TxtLoadOptions.TrailingSpacesOptionsEnum,
67686813
"TxtLoadOptions.LeadingSpacesOptionsEnum": TxtLoadOptions.LeadingSpacesOptionsEnum,
67696814
"WordProcessingConvertOptions.PdfRecognitionModeEnum": WordProcessingConvertOptions.PdfRecognitionModeEnum,
6815+
"WordProcessingConvertOptions.PageSizeEnum": WordProcessingConvertOptions.PageSizeEnum,
6816+
"WordProcessingConvertOptions.PageOrientationEnum": WordProcessingConvertOptions.PageOrientationEnum,
67706817
"PsdConvertOptions.ColorModeEnum": PsdConvertOptions.ColorModeEnum,
67716818
"PsdConvertOptions.CompressionMethodEnum": PsdConvertOptions.CompressionMethodEnum,
67726819
"TiffConvertOptions.CompressionEnum": TiffConvertOptions.CompressionEnum,

src/package_version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2003-2022 Aspose Pty Ltd
4+
* Copyright (c) 2003-2023 Aspose Pty Ltd
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal
@@ -25,4 +25,4 @@
2525
/**
2626
* Package version
2727
*/
28-
export const PackageVersion: string = "22.10.0";
28+
export const PackageVersion: string = "23.2.0";

src/serializer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2003-2022 Aspose Pty Ltd
4+
* Copyright (c) 2003-2023 Aspose Pty Ltd
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)