fortplot_pdf_io Module

PDF file I/O operations Handles PDF document structure, writing, and file management



Subroutines

public subroutine write_pdf_file(this, filename, success)

Write PDF context to file

Arguments

Type IntentOptional Attributes Name
class(pdf_context_core), intent(inout) :: this
character(len=*), intent(in) :: filename
logical, intent(out), optional :: success