Save as PDF

Post Reply
User avatar
richard-service
Posts: 807
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Has thanked: 1 time
Contact:

Save as PDF

Post by richard-service »

HI All

Report preview and press Save as PDF buton.

PRG style Big5

xHarbour compile
Preview report full Text and Form or Paint Line
input English File Name not work
input Chinese File Name not work

Harbour compile
Preview report full Text
input English File Name work
input Chinese File Name work

Preview report Form or Paint Line
input English File Name work
input Chinese File Name not work. Look below:

Image
Image
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: Save as PDF

Post by nageswaragunupudi »

Use Harbour and set

Code: Select all | Expand


HB_CDPSELECT( "UTF8" )
 

Then filenames with utf8 characters work.
Regards

G. N. Rao.
Hyderabad, India
User avatar
richard-service
Posts: 807
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Has thanked: 1 time
Contact:

Re: Save as PDF

Post by richard-service »

nageswaragunupudi wrote:Use Harbour and set

Code: Select all | Expand


HB_CDPSELECT( "UTF8" )
 

Then filenames with utf8 characters work.


Thank you
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
richard-service
Posts: 807
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Has thanked: 1 time
Contact:

Re: Save as PDF

Post by richard-service »

nageswaragunupudi wrote:Use Harbour and set

Code: Select all | Expand


HB_CDPSELECT( "UTF8" )
 

Then filenames with utf8 characters work.


Mr.RAO

I press's "Save as to PDF" button and input Chinese File name. Please Look Below:
Image

Please look Second Screenshot. Not display Chinese File Name. Please Look Below:
Image

But I look Appear Chinese File Name PDF style work fine. Please Look Below.
Image
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: Save as PDF

Post by nageswaragunupudi »

For me, this is working correctly.

Image
Regards

G. N. Rao.
Hyderabad, India
User avatar
richard-service
Posts: 807
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Has thanked: 1 time
Contact:

Re: Save as PDF

Post by richard-service »

nageswaragunupudi wrote:For me, this is working correctly.

Image


Mr.RAO

But I use Office 365 personal. I will try to other Office version.
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
AntoninoP
Posts: 375
Joined: Tue Feb 10, 2015 9:48 am
Location: Albenga, Italy
Contact:

Re: Save as PDF

Post by AntoninoP »

Hello,
I would like to receive some emf with hindi and chinese text to try it with my little project https://github.com/APerricone/emf2pdf...
Richard, Rao? please
I use it to create PDF file with FiveWin, but my report are all in Window1252...
You can send it to antonino.perricone_AT_yahoo.it (_AT_ = @ )
Maybe you can try it to save pdf without office...
Antonino
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: Save as PDF

Post by nageswaragunupudi »

I will send you
Regards

G. N. Rao.
Hyderabad, India
Post Reply