Page 2 of 5
Re: Report PDF export function does not work HMG 3.3.1
Posted: Sun Mar 13, 2016 1:06 pm
by trmpluym
Thank you Rathinagiri
Re: Report PDF export function does not work HMG 3.3.1
Posted: Sun Mar 13, 2016 2:11 pm
by dragancesu
We can install doPDF, Foxit Reader and similar to installing a virtual pdf printer instead of printing on paper going into pdf files with which they should be doing later
It's not the right solution to this problem but can help
Re: Report PDF export function does not work HMG 3.3.1
Posted: Sun Mar 13, 2016 2:59 pm
by Rathinagiri
PDFcreator can also do the same thing. But this requires some installation and selection of virtual printer in the system while printing.
If we can incorporate GhostScript inside HMG may be we can go for native PDF making. HaruPDF is not rendering great when it comes to Unicode.
Re: Report PDF export function does not work HMG 3.3.1
Posted: Sun Mar 13, 2016 5:09 pm
by jayadevu
Rathinagiri Said:
>>If we can incorporate GhostScript inside HMG may be we can go for native PDF making. HaruPDF is not rendering great when it comes to Unicode.
That would be great. Right now, even CutePDF also uses the same technique and the PDF so generated are good.
Warm regards,
Jayadev
Re: Report PDF export function does not work HMG 3.3.1
Posted: Mon Mar 14, 2016 1:06 pm
by trmpluym
To create PDF files in my older Clipper code i used GhostPCL to convert PCL printer output to PDF.
Maybe a start ?
http://www.columbia.edu/~em36/ghostpcl.html
Re: Report PDF export function does not work HMG 3.3.1
Posted: Mon Mar 14, 2016 1:08 pm
by EduardoLuis
Hi Friends:
I don't experiment with HaruPdf and Unicode.-
Although, HaruPdf implemented on HMGHPDF, is the best tool to get high quality pdf documents.-
The same effort anybody makes to define print data on Hmg Printsystem you can apply do define any type of complex PDF output with HmgHpdf.-
In my case, all print output are defined to generate a PDF file under HMGHPDF.-
About this, thanks ever to Rathi who developes this powerfull tool.- By the way works fine on all Hmg Versions.-
Now i'll test what happens with Unicode definitions.-
With regards.
Eduardo
Re: Report PDF export function does not work HMG 3.3.1
Posted: Mon Mar 14, 2016 1:13 pm
by serge_girard
Yes, the Unicode definitions are still erroneous !
Would be perfect if this work as it should!
Serge
Re: Report PDF export function does not work HMG 3.3.1
Posted: Sat Feb 04, 2017 6:54 pm
by trmpluym
Hi Rathi,
Rathinagiri wrote: ↑Sun Mar 13, 2016 2:59 pm
If we can incorporate GhostScript inside HMG may be we can go for native PDF making. HaruPDF is not rendering great when it comes to Unicode.
Did you find the time to find a alternative solution for the export module in the report module? I would we great if we could fix this nasty bug.
If not, no problem but is it possible to remove the PDF functionality completely in the next HMG release ? Otherwise end users will continue to try saving the output to a PDF with the nasty error 'image cannot be loaded' as an result.
Theo
Re: Report PDF export function does not work HMG 3.3.1
Posted: Sun Feb 05, 2017 10:22 am
by trmpluym
mol wrote: ↑Thu Feb 05, 2015 7:02 am
I've posted quick solution to resolve compatibility problem....
Marek, where can i find your quick solution ?
Re: Report PDF export function does not work HMG 3.3.1
Posted: Mon Feb 06, 2017 1:54 pm
by EduardoLuis
Hi Trmpluyin
Could you post an small sample, because i can't find your issue.-
I develope all app with PDF report and have no issue.-
With regards.
Eduardo