Versions Compared

Key

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

Get 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 pagepages. If the value is -1, then the reader read reads content from all pages .

m.luDest
  Specifies the output type. Can be  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.

Variable and Flat file text data format

Code The code page is UTF-8. Field The field separator is TAB character. Left and top values are in FRU.

...