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

TOPIC:

How to add multiline textbox? 8 years 5 months ago #11389

  • netmate
  • netmate's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 12
  • Thank you received: 0
I use the 3.8 version library.

I would like to add a multiline text box, but it should not.

I use "\ r \ n" to divide the text, but the line is not split on the screen.

boolean bResult = page.AddAnnotEditbox(rect, annot_text.LineColor, annot_page.ToPDFSize(annot_text.LineWidth), annot_text.FillColor, annot_text.TextSize, annot_text.TextColor);
if(bResult) {
Annotation annot = page.GetAnnot(page.GetAnnotCount() - 1);
annot.SetEditText("A\r\n B\r\n C...");
}

What is the problem?

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

How to add multiline textbox? 8 years 5 months ago #11391

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
we have sent the issue to our developers.
We'll get back to you as soon as possible.

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

How to add multiline textbox? 8 years 5 months ago #11400

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
we have just published a new 3.9RC1 version of the library that solves the issue.
You can download it here : www.radaeepdf.com/download/download-andr...ile/64-radaeepdf-3-9

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

  • Page:
  • 1
Powered by Kunena Forum