Versions Compared

Key

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

Anchor
KB-20211203-01
KB-20211203-01
KB-20211203-01

Version

XFRX 21.1

Symptoms

  • Adobe Reader don't show  content
  • Alternative PDF readers can show content
  • XpdfReader detect error "Syntax Error (749): Unexpected end of file in flate stream"

Cause

Bug at encrypt pdf content within AERSV2 crypt method.

Wokraround

Turn off compress stream:

Code Block
loSession.SetOtherParams("DONOTZIPTEXTSTREAM", .T.)

Use old crypt method:

Code Block
loSession.SetOtherParams("CRYPTMETHOD", "V2")