How to increase space of a Row on a DynaPDF Table

Hi all!

I have a problem to write a big big text into a row of a DynaPDF Table. The size of the row increase automatically when the text grows up, but only displays three lines of text. When the text becames bigger its only displays a part or display nothing.

How can I fix it?

That is how I create the table: table = pdf.CreateTable(1, 1, 460.0, 50.0)

Regards

can you send me sample project to show the problem?

Hi Christian, here is the template that I use based in your example, I send you a Dropbox Link, in order you can Watch it:

https://www.dropbox.com/s/tfyyjnlr0d6l250/Factura%20SAT%20Mexico%20(DynaPDF%20Table).rbp.zip?dl=0

Now I run it and where is the problem?
I see a PDF and it looks like all text is there.

PS: You use 15.2pr8 plugin to have latest dynapdf?

[quote=203408:@Christian Schmitz]Now I run it and where is the problem?
I see a PDF and it looks like all text is there.

PS: You use 15.2pr8 plugin to have latest dynapdf?[/quote]

No, I think I have a previous version of the Plugin.

When you opened the project, Did you see the full text that is under the “Cadena Original” text?

Because I only can see a half of this text in my project.

Regards

[quote=203408:@Christian Schmitz]Now I run it and where is the problem?
I see a PDF and it looks like all text is there.

PS: You use 15.2pr8 plugin to have latest dynapdf?[/quote]
Yes I probe with the latest version of DynaPDF 15.2pr8 and still having the same error.

The text under “Cadena Original”
Must be show as this: “||1.0|370765D1-78C6-46B0-9FD6-3F25E102D78F|2015-05-04T14:25:45|j+G8PkOK/NMAMi7D4QdN/F2G+W6iqEo/bhDfLpIoDCCoxuXRw2Jsw42xRT7fdpzfY0CdMAraxrZ2OL9duqge9QnFraERdFSJg5HPjiZaG9XSPLZa3jx+CbAAH3S/eSMjBR2XePlHgSaDLXoxPvU9MqrpnQPRoJtf5pkCUt0lrFs=|00001000000202864883||”

But only displays this: ||1.0|370765D1-78C6-46B0-9FD6-3F25E102D78F|2015-05-

What Am I doing wrong?

Indeed, there is a problem. It seems like the wrapping can’t go as there is no space in the text there and it doesn’t make a cut in-between.

I’ve sent an email to Jens to look into it. Thanks for reporting.