![]() |
Print report with texto and HTML content - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Print report with texto and HTML content (/thread-1037.html) |
Print report with texto and HTML content - cprmlao@hotmail.com - 04-21-2019 Hi, I have an intraweb database app. Some tables have fields with texto and HTML content. Which report printer on server side will be able to print reports with HTML and text Fields content? RE: Print report with texto and HTML content - Jose Nilton Pace - 04-21-2019 Hi, use FastReport with new cgirunner ( demo here ). RE: Print report with texto and HTML content - cprmlao@hotmail.com - 04-23-2019 (04-21-2019, 09:57 PM)Jose Nilton Pace Wrote: use FastReport with new cgirunner ( demo here ). Hi, thank you for your response. But my problem is that all print reports I found has limited support to html objects. Fast Report accepts only a limited set of tags. I am using summernote and ckeditor to edit my blobs, and some html has link to images, for sample. With intraweb I need to use a html editor to edit my blobs fields, but the print reports need RTF or plain text to better support. And, I need print reports with fields containing plain and html text. How do you solved it? RE: Print report with texto and HTML content - Jose Nilton Pace - 04-24-2019 Got it. For SummerNote and CKEditor there is a plugin for printing. Have you tried using the plugins? SummerNote plugin: https://github.com/lqez/summernote-ext-print CKEditor Plugin: https://ckeditor.com/cke4/addon/print RE: Print report with texto and HTML content - cprmlao@hotmail.com - 04-24-2019 Yes I know. But I can't use It into report print such as fast report, Quick report and others RE: Print report with texto and HTML content - Jose Nilton Pace - 04-24-2019 Another alternative would be to use PDFMaker and you have full control over the generated PDF. |