Hello !
Can someone help me translate this small code from Javascript to PureBasic?
Thank you very much :):):)
If you can translate all, I will really appreciate ;)
Thanks a lot !!!
Yann
<script>
Packer = function(w, h) {
this.init(w, h);
};
Packer.prototype = {
init: function(w, h ...
Search found 2 matches
- Thu Mar 26, 2015 6:39 pm
- Forum: Coding Questions
- Topic: Small Javascript code trying to convert to PureBasic.
- Replies: 0
- Views: 1031
- Sun Mar 12, 2006 12:40 am
- Forum: Tricks 'n' Tips
- Topic: iSEDQuickPDF Import
- Replies: 32
- Views: 8693
I want to create a PDF using UTF-8 with PDFLIB.COM
Hello,
I am using the iSEDQuickPDF 5.11 DLL version.
I want to create a PDF using UTF-8
My UTF-8 file contains Chineses characters, but in the PDF file created, it is not OK, there are just bad characters, not chinese.
So I want to try with pdflib (www.pdflib.com) witch seem to support UTF-8 ...
I am using the iSEDQuickPDF 5.11 DLL version.
I want to create a PDF using UTF-8
My UTF-8 file contains Chineses characters, but in the PDF file created, it is not OK, there are just bad characters, not chinese.
So I want to try with pdflib (www.pdflib.com) witch seem to support UTF-8 ...