Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF

TOPIC:

Can not open PDF. 8 years 9 months ago #9235

  • AntonGerasimenko
  • AntonGerasimenko's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 15
  • Thank you received: 0
Today we caught this build error:
Matrix mat = new Matrix(SCALE_COEFF, 0, 0, -SCALE_COEFF, 0, pageHeight);
curInk = new Ink(width);
curInk.OnDown(x, y);
curInk.OnMove(x, y); // if x=0 and y=0
mat.TransformInk(curInk);
page.AddAnnotInk(curInk); // crash from the native level

in previous versions of your SDK, this error is not always manifested. Now it shows constant.
please fix it bug.

Please Log in or Create an account to join the conversation.

Can not open PDF. 8 years 9 months ago #9236

  • support
  • support's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 692
  • Thank you received: 59
Are you testing last beta? 3.5beta9?
You're pasting some code and not the error, may you load the error or the crashlog too?
Are you experiencing it with a specific pdf file?
May you load it? Even as trouble ticket?

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum