Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/pages/overview/document-generation-api/templatetags.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ the input data to generate the output document.

<InlineAlert slots="text"/>

All the tags are [JSONata compliant](https://docs.jsonata.org/overview.html).
All the tags are [JSONata compliant](https://docs.jsonata.org/overview.html).<br/>
All tags should be kept within a 1000-character limit.

## Placeholder Variables

Expand Down
5 changes: 5 additions & 0 deletions src/pages/overview/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ Upgrading to the latest SDK should not break existing applications.
## Change history


### November 06, 2024; Adobe Document Generation Server Side Release

- Restricting tag length to 1000 characters in the Document Generation API.


### November 06, 2024; Java SDK 4.2.0 and NodeJS, .NET, Python SDK 4.1.0 minor release

- PDF Watermark and PDF Accessibility Checker operations are now available for all the users in PDF Services SDKs.
Expand Down
Loading