using html2pdf library in VisualNEO Web - Forum

Forum Navigation
You need to log in to create posts and topics.

using html2pdf library in VisualNEO Web

I have tested the html2pdf  library with simple HTML file it renders PDF file with Arabic character very well , then I used with VisualNEO Web it generates PDF file without any text.

How can I solve this problem?

Uploaded files:
  • You need to login to have access to uploads.

@asmat the problem comes from getting the Container directly to be rendered into de PDF.
Just include the text within a <div id="sampleid"> tag and it will work.
Take a look at your attached sample modified by me.

Regards.

Uploaded files:
  • You need to login to have access to uploads.
asmat has reacted to this post.
asmat

hi,@asmat

Use my plugin.

I updated this plugin

https://visualneo.com/forum/topic/pdf-plugin-support-all-language#postid-9070

Regards.

Uploaded files:
  • You need to login to have access to uploads.
luishp, Vadim and asmat have reacted to this post.
luishpVadimasmat

Thank you @luishp, @farhad I will check your plugin.