Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zorantica committed Dec 13, 2024
1 parent ddfe289 commit 907749e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ It requires no additional resources and it is developed in pure PL/SQL.
- 2.11 - Fixed special characters issue
- 2.2 - Draw a table in the header or footer
- 2.3 - Newline in a paragraph support
- 2.4 - Large text (clob) in a paragraph

## Install
- download 2 script files from "package" folder
Expand Down
2 changes: 1 addition & 1 deletion package/ZT_WORD.pkb
Original file line number Diff line number Diff line change
Expand Up @@ -2781,7 +2781,7 @@ BEGIN
end if;

--uncomment only if You plan to download the generated document from the APEX
apex_application.stop_apex_engine;
--apex_application.stop_apex_engine;
END p_download_document;

END zt_word;
Expand Down
1 change: 1 addition & 0 deletions package/ZT_WORD.pks
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ CREATE OR REPLACE PACKAGE zt_word AS
2.11 31/12/2021 Zoran Tica 5. Fixed special characters issue
2.2 30/11/2023 Zoran Tica 6. Draw a table in the header or footer; procedure for document download
2.3 22/08/2024 Zoran Tica 7. Line break in a paragraph
2.4 13/12/2024 Zoran Tica 8. Large text in a paragraph

----------------------------------------------------------------------------
Copyright (C) 2017 - Zoran Tica
Expand Down

0 comments on commit 907749e

Please sign in to comment.