Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgudkov/show_merged_pdf
Merge & show PDF
https://github.com/sgudkov/show_merged_pdf
abap abap-hints mergepdf pdf
Last synced: about 1 month ago
JSON representation
Merge & show PDF
- Host: GitHub
- URL: https://github.com/sgudkov/show_merged_pdf
- Owner: Sgudkov
- License: mit
- Created: 2021-08-02T07:54:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T15:51:22.000Z (about 3 years ago)
- Last Synced: 2023-08-02T11:15:28.364Z (over 1 year ago)
- Topics: abap, abap-hints, mergepdf, pdf
- Language: ABAP
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SHOW_MERGED_PDF
Merge & show PDFThis is how to merge and show PDF documents at runtime.
Need to start:
1. Create screen 0500 which should contain container's name 'HTML'.
2. Put method PBO in pbo screen 0500 ( lcl_html_viewer=>pbo( ) ).
3. Run method PRINT.
4. Enjoy.