129
Views
2
Comments
Solved
[Ultimate PDF]  Failed to print PDF in React Application.
Question
ultimate-pdf
Reactive icon
Forge asset by Leonardo Fernandes

Ultimate PDF.

When the file has too many records to be printed, the PDF is not generated with all the content, some records are missing.

Is there a timeout in the module that could interrupt the flow?

We are using the List widget but we did tests with Table Record and everything was not printed either.

2021-06-02 20-50-04
Márcio Carvalho
Solution

The reason is not working is because you need to put this property

 disable-virtualization = true 

It happened to me I hope it's the same case!

Kind regards,

Márcio

2018-05-31 18-44-19
Ravi Vakkalanka

Fabio Oliveira Barboza wrote:

Ultimate PDF.

When the file has too many records to be printed, the PDF is not generated with all the content, some records are missing.

Is there a timeout in the module that could interrupt the flow?

We are using the List widget but we did tests with Table Record and everything was not printed either.

 Hi Fabio,

Did you try using PDF JS Viewer Reactive ? We had a similar issue and resolved it using this component.

Also try creating the Page in Traditional web and reference in react application, in case UltimatePDF is not supporting React Application 

Thanks

Ravi


 

2021-06-02 20-50-04
Márcio Carvalho
Solution

The reason is not working is because you need to put this property

 disable-virtualization = true 

It happened to me I hope it's the same case!

Kind regards,

Márcio

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.