Low-level PDF stream writing utilities
Get current 0-based byte offset in a stream file.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit |
Write a single PDF line terminated by CRLF.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit | |||
| character(len=*), | intent(in) | :: | line |
Write string to unit, handling long strings properly
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit | |||
| character(len=*), | intent(in) | :: | str |
Write binary string to unit using exact length (no trimming)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit | |||
| character(len=*), | intent(in) | :: | str | |||
| integer, | intent(in) | :: | nbytes |