Book a Demo

Author Topic: Identifying a Linked Document as Landscape.  (Read 2860 times)

Wayne

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Identifying a Linked Document as Landscape.
« on: October 07, 2011, 11:35:17 am »
Hi All.

Anyway I can identify if a linked document is in portrait or landscape format (for a addin word interop document generator)?  For a landscaped linked document (File->Printer Setup ->Landscape) I have tried:
  • String saved into an rtf file from GetLinkedDocument is always in portrait,
  • Native EA doco generator outputs the document as portrait,
  • Linked document exported (File -> Export) outputs as portrait,
  • Magic seems to happen in t_document.bincontent which is an image field.  I tried querying this and doing different unzipping and encoding to no avail  :(

Any insights?  Thanks!
Wayne