Versions Compared

Key

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

Gets content from PDF file.

Code Block
Object.GetContent(liPage, luDest, liFlag, lcFileName)

...

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

luDest
  Specifies the output type. It can be VFP memory variable, a flat file or a reference to XFRX#DRAW,  XFRX#XML  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

liFlag

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

lcFileName

 Output file name for XFRX#DRAW,  XFRX#XML XFRX#XML, PDFL#INIT

Return value

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

Remarks

Applies To: PDF#READER

XFRX version: 19.0

Variable and Flat file text data format:

...