Guest User

lohit-pdf-reuse

a guest
Aug 9th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #!/usr/bin/perl
  2.  
  3. use PDF::Reuse;
  4. use Font::TTF;
  5. use Text::PDF::TTFont0;
  6. use utf8;
  7. use strict;
  8.  
  9. my $lohitbn = '/usr/share/fonts/truetype/lohit-bengali/Lohit-Bengali.ttf';
  10. my $text = 'ক্ষ বলো হরি ';
  11. prInitVars();
  12. prFile('test.pdf');
  13. prTTFont($lohitbn);
  14. prFontSize(13);
  15. prText(60, 700, $text);
  16. prEnd();
Add Comment
Please, Sign In to add comment