mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-08-29 23:32:15 +02:00
Refactor crypto callback to have separate input/output pointers. Add initial writing support.
This commit is contained in:
2
pdfio.h
2
pdfio.h
@@ -99,7 +99,7 @@ enum pdfio_permission_e // PDF permission bits
|
||||
PDFIO_PERMISSION_PRINT_HIGH = 0x0800, // PDF allows high quality printing
|
||||
PDFIO_PERMISSION_ALL = ~0 // All permissions
|
||||
};
|
||||
typedef unsigned pdfio_permission_t; // PDF permission bitfield
|
||||
typedef int pdfio_permission_t; // PDF permission bitfield
|
||||
typedef struct pdfio_rect_s // PDF rectangle
|
||||
{
|
||||
double x1; // Lower-left X coordinate
|
||||
|
Reference in New Issue
Block a user