diff --git a/functions/cpdf.xml b/functions/cpdf.xml index 7f5834e98f..f0da6648a8 100644 --- a/functions/cpdf.xml +++ b/functions/cpdf.xml @@ -343,16 +343,17 @@ cpdf_close($pdf); output with cpdf_output_buffer. - The return value will be needed in futher versions of ClibPDF as the - first parameter in all other functions which are writing to the pdf - document. + The return value will be needed in further versions of ClibPDF + as the first parameter in all other functions which are writing + to the pdf document. - The ClibPDF library takes the filename "-" as a synonym for stdout. - If PHP is compiled as an apache module this will not work because the - way ClibPDF outputs to stdout does not work with apache. You can solve - this problem by skipping the filename and using - cpdf_output_buffer to output the pdf document. + The ClibPDF library takes the filename "-" as a synonym for + stdout. If PHP is compiled as an apache module this will not + work because the way ClibPDF outputs to stdout does not work + with apache. You can solve this problem by skipping the + filename and using cpdf_output_buffer to + output the pdf document.