PDF stream extraction utilities for testing
Single Responsibility: Extract and parse text from PDF file streams
Tokenizer functionality is in fortplot_test_pdf_tokenizer.
Subroutines
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
filename |
|
|
character(len=:),
|
intent(out), |
|
allocatable
|
:: |
stream_text |
|
|
integer,
|
intent(out) |
|
|
:: |
status |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character(len=:),
|
intent(inout), |
|
allocatable
|
:: |
target |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
chunk |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer(kind=int8),
|
intent(in) |
|
|
:: |
bytes(:) |
|
|
character(len=*),
|
intent(out) |
|
|
:: |
text |
|