Thit Lwin

Results 13 comments of Thit Lwin

@waqadArshad Hi, I try with this. but still not working. this is my code. ```dart final profile = await CapabilityProfile.load(); final generator = Generator(PaperSize.mm80, profile); bytes += generator.setGlobalCodeTable('UTF-8'); var encode...

@waqadArshad printer `Selfttest` page show ``` Current character: Chinese(GB18030) Alphanumeric ```

@naywun Try with this ```dart var myTheme = pw.ThemeData.withFont( base: pw.Font.ttf(await rootBundle.load("assets/fonts/Zawgyi-One.ttf")), ); final pw.Document _pdf = pw.Document(theme: myTheme); ``` and Convert Myanmar text to Zawgyi font with [rabbit_converter](https://pub.dev/packages/rabbit_converter) ```dart...

Hello @MaherSafadii. It's because `easy_downloader` is not supported on the web. Would you happen to have any recommended package for this?

@MaherSafadii I update the code for this. Could you try the latest version again? Thanks.

Hi @ADEELAHMAD256. What is the URL used and what platform?

@ADEELAHMAD256 I tried with your given URL. This is a result. ![Screenshot_1725191731](https://github.com/user-attachments/assets/e154ad1b-373a-4f36-a9dd-195fe945b9df)