Save as PDF

Post Reply
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
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
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Save as PDF

Post by nageswaragunupudi »

Use Harbour and set

Code: Select all

HB_CDPSELECT( "UTF8" )
 
Then filenames with utf8 characters work.
Regards

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

Re: Save as PDF

Post by richard-service »

nageswaragunupudi wrote:Use Harbour and set

Code: Select all

HB_CDPSELECT( "UTF8" )
 
Then filenames with utf8 characters work.
Thank you
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Save as PDF

Post by richard-service »

nageswaragunupudi wrote:Use Harbour and set

Code: Select all

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
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
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: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
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.
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
AntoninoP
Posts: 347
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: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Save as PDF

Post by nageswaragunupudi »

I will send you
Regards

G. N. Rao.
Hyderabad, India
Post Reply