Pajdeg  0.2.2
Pajdeg
PDContentStreamTextExtractor.h File Reference
#include "PDContentStream.h"

Go to the source code of this file.

Functions

PDContentStreamRef PDContentStreamCreateTextExtractor (PDPageRef page, char **result)
 

Detailed Description

PDF content stream text extractor header file.

Extracts text from a PDF as a string.

Function Documentation

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.

Parameters
pagePage object, from which font information is fetched
resultPointer to char * into which results are to be written
Returns
A pre-configured content stream