Skip to content

Commit 30789d8

Browse files
update to 24.12
1 parent 19c2144 commit 30789d8

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ These SDKs are now fully supported. If you have any questions, see any bugs or h
99

1010
Extract Text & Images of a PDF document online https://products.aspose.app/pdf/parser.
1111

12-
## Enhancements in Version 24.11
13-
- Add DocRecognitionMode EnhancedFlow mode.
12+
## Enhancements in Version 24.12
13+
- Add support for PDF to PDF 3B conversion.
1414
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
1515

1616
## Installation

api_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func (c *APIClient) prepareRequest (
176176

177177
// set custom header
178178
headerParams["x-aspose-client"] = "go sdk"
179-
headerParams["x-aspose-client-version"] = "24.11.0"
179+
headerParams["x-aspose-client-version"] = "24.12.0"
180180

181181
// Detect postBody type and post.
182182
if postBody != nil {

docs/PdfAType.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Name | Type | Value | Description
77
**PdfATypePDFA1A** | **string** | "PDFA1A" | Pdf/A-1a format
88
**PdfATypePDFA1B** | **string** | "PDFA1B" | Pdf/A-1b format
99
**PdfATypePDFA3A** | **string** | "PDFA3A" | Pdf/A-3a format
10+
**PdfATypePDFA3B** | **string** | "PDFA3B" | Pdf/A-3b format
1011

1112
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)[[View Source]](../pdf_atype.go)
1213

pdf_a_type.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ const (
2828
PdfATypePDFA1A PdfAType = "PDFA1A"
2929
PdfATypePDFA1B PdfAType = "PDFA1B"
3030
PdfATypePDFA3A PdfAType = "PDFA3A"
31+
PdfATypePDFA3B PdfAType = "PDFA3B"
3132
)

0 commit comments

Comments
 (0)