Pajdeg
0.2.2
Pajdeg
|
#include "PDContentStream.h"
Go to the source code of this file.
Functions | |
PDContentStreamRef | PDContentStreamCreateTextExtractor (PDPageRef page, char **result) |
PDF content stream text extractor header file.
Extracts text from a PDF as a string.
PDContentStreamRef PDContentStreamCreateTextExtractor | ( | PDPageRef | page, |
char ** | result | ||
) |
Create a content stream configured to write all string values of the stream into a string, allocated to fit any amount of content, then pointing *result to the string.
page | Page object, from which font information is fetched |
result | Pointer to char * into which results are to be written |