PDF file I/O operations Handles PDF document structure, writing, and file management
Write PDF context to file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(pdf_context_core), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | filename |
Create complete PDF document structure
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | unit | |||
character(len=*), | intent(in) | :: | filename | |||
type(pdf_context_core), | intent(inout) | :: | ctx |
Write string to unit, handling long strings properly
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | unit | |||
character(len=*), | intent(in) | :: | str |