NPWStdOutput.c File Reference
NPW write callback function based on stdio.
More...
#include "NPWStdOutput.h"
#include <stdio.h>
Go to the source code of this file.
Detailed Description
NPW write callback function based on stdio.
- Author:
- Yves Piguet. Copyright 2008-2010, Yves Piguet.
Definition in file NPWStdOutput.c.
Function Documentation
Callback to write data to PDF file using stdio.
Should be installed with NPWSetWriteCallback, with userData set to the output file descriptor of type FILE*.
- Parameters:
-
[in] | str | address of string |
[in] | length | length of string in bytes |
[in,out] | userData | output file descriptor (type FILE*) |
- Returns:
- kNPWErrOk for success, else error code
Definition at line 12 of file NPWStdOutput.c.