- Posts: 11
- Thank you received: 0
- Forum
- CodeTyphon Studio
- CT Pascal Programming
- Character encoding TfrTNPDFExportFilter TlrCairoExportFilter
×
Discussions for CodeTyphon Object Pascal Programming Language
Question Character encoding TfrTNPDFExportFilter TlrCairoExportFilter
- Peter
- Topic Author
- Offline
- New Member
-
Less
More
2 years 8 months ago #14020
by Peter
Character encoding TfrTNPDFExportFilter TlrCairoExportFilter was created by Peter
Hello Gurus,
My first Question is:
How can I get this Cairo going?
One problem is that the package does not install. I can select it to be installed but even after rebuild the IDE
it is sill not installed.
frReport1.ExportTo(TlrCairoExportFilter ,'./invoice\'+inv_no+'.pdf'); fails
My second question is :
frReport1.ExportTo(TfrTNPDFExportFilter,'./invoice\'+inv_no+'.pdf'); ok but ..
This one is doing the job, but i have an character encoding problem. The special characters in the German language show up
as gabble in the generated PDF. The preview of the report generated are alright. Any ideas how to fix that ?
I am using codetyphon 6.7 on Win10
Thanks
Peter
My first Question is:
How can I get this Cairo going?
One problem is that the package does not install. I can select it to be installed but even after rebuild the IDE
it is sill not installed.
frReport1.ExportTo(TlrCairoExportFilter ,'./invoice\'+inv_no+'.pdf'); fails
My second question is :
frReport1.ExportTo(TfrTNPDFExportFilter,'./invoice\'+inv_no+'.pdf'); ok but ..
This one is doing the job, but i have an character encoding problem. The special characters in the German language show up
as gabble in the generated PDF. The preview of the report generated are alright. Any ideas how to fix that ?
I am using codetyphon 6.7 on Win10
Thanks
Peter
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
2 years 8 months ago #14021
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Character encoding TfrTNPDFExportFilter TlrCairoExportFilter
Please Sir
try and CT 6.9
try and CT 6.9
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Peter
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
2 years 8 months ago #14024
by Peter
Replied by Peter on topic Character encoding TfrTNPDFExportFilter TlrCairoExportFilter
Dear Sternas Stefanos,
Thank you for your reply. I have installed 6.9 , but still the special character problem on PDFs .
Thank you for your help.
Thank you for your reply. I have installed 6.9 , but still the special character problem on PDFs .
Thank you for your help.
Please Log in or Create an account to join the conversation.
- Klaus Riesterer
- Visitor
-
2 years 6 months ago - 2 years 6 months ago #14177
by Klaus Riesterer
Replied by Klaus Riesterer on topic Character encoding TfrTNPDFExportFilter TlrCairoExportFilter
if frAuftrag.ExportTo(TlrCairoExportFilter, 'print.pdf') then ...
That works for me and solved all problems with german umlauts
That works for me and solved all problems with german umlauts
Last edit: 2 years 6 months ago by Klaus Riesterer.
Please Log in or Create an account to join the conversation.