Hi,

when i do:

function main()
  local oPdf
  oPdf := tPdf():New( 'test.pdf' )
  oPdf:NewPage( "A4", "P", 6 )
  oPdf:Center("Test")
  oPdf:Close()
return nil

The "test.pdf" file has always the same size: 8,5 in. x 11 in., althoug replacing "A4" by "LETTER", "A3"...etc
Portrait and landscape param works fine.

Can anyone test it?
What I doing wrong?

Best Regards
David Montaño.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to