Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Gets content from PDF file.

XFRX version: 19.0

Code Block
pdfReader::GetContent(m.liPage, m.luDest, m.liFlag, m.lcFileName)

Parameters

liPage
Number of pages the reader reads from. If the value is -1, then the reader reads content from all pages .

m.luDest
  Specifies the output type. It can be VFP memory variable, a flat file or a reference to XFRX#DRAW,  XFRX#XML and PDFL#INIT object.

TypeTextRectangleHorizontal and
vertical line
ImagesOther lines and curvesAppend mode for destination
VariableYesNoNoNoNoYes
Flat fileYesNoNoNoNoYes
XFRX#DRAWYesYesYesYesNoYes
XFRX#XMLYesYesYesYesNoNo
PDFL#INITYesYesYesYesYesYes

m.liFlag

BitValueDescription
01append mode for content
9512the output is a file
101024the output is a XFRX#DRAW,  XFRX#XML and PDFL#INIT object

m.lcFileName
 Output file name for XFRX#DRAW,  XFRX#XML, PDFL#INIT

Return value

Boolean.
.T. if content readed or .F. if not.

...