Quantcast
Channel: FoxyPreviewer
Viewing all 62 articles
Browse latest View live

Created Unassigned: fecha en excel [11095]

$
0
0
Que tal, usando la versión mas actual (FoxyPreviewer v2.99z35) veo un problema con la conversión de la fecha al exportar a Excel, problema que en esta liga se mencionó http://foxypreviewer.codeplex.com/workitem/9674, pero sigue igual el problema. tengo manera de comprobarlo, puede alguien apoyarme. La verdad es que acabo de ver la herramienta y es muy buena.

Gracias

Commented Unassigned: fecha en excel [11095]

$
0
0
Que tal, usando la versión mas actual (FoxyPreviewer v2.99z35) veo un problema con la conversión de la fecha al exportar a Excel, problema que en esta liga se mencionó http://foxypreviewer.codeplex.com/workitem/9674, pero sigue igual el problema. tengo manera de comprobarlo, puede alguien apoyarme. La verdad es que acabo de ver la herramienta y es muy buena.

Gracias
Comments: ** Comment from web user: bibianivan **

Que tal, usando la versión mas actual (FoxyPreviewer v2.99z35) veo un problema con la conversión de la fecha al exportar a Excel, problema que en esta liga se mencionó http://foxypreviewer.codeplex.com/workitem/9674, pero sigue igual el problema. tengo manera de comprobarlo, puede alguien apoyarme. La verdad es que acabo de ver la herramienta y es muy buena.

Gracias

Created Unassigned: Error in PDF when having empty cursor [11096]

$
0
0
Ese error lo muestra incluso la ultima version si el cursor resultante esta en blanco
YO envio informes diario por correo electronico y lo que hago lleno el cursor con "No hay informaciòn en este Periodo"
luego creo el pdf.

Commented Unassigned: Prevent 'Initializing' message? [11059]

$
0
0
Beggars can't be choosers (and I'm a beggar grateful for what FoxyPreviewer can do), but I'm wondering if there's any way to prevent the 'Initializing...' message I see every time I run a REPORT FORM using FoxyPreviewer. At first I thought it was because I had the REPORT FORM call embedded within SET REPORTBEHAVIOR 90 and SET REPORTBEHAVIOR 80 (since my client just wants PDFs not the other capabilities), but even with those commented out the result is the same.

Note that the issue here is mainly the slight delay rather than having to look at the message. But it's not without importance that a user will tend to wonder (as I do) why the system has to initialize itself again and again.

I should mention that I have the load of the FoxyPreviewer APP in the main program of my system and nowhere else.

Thanks for your help.
Comments: ** Comment from web user: HernanCano **

Hi, friend.

Yes: you can prevente the 'Initializing' message.

Please see the nThermType, nThermFormWidth and lQuietMode properties.

And also maybe nShowToolBar, lOpenViewer, but I am not sure.

But I consider that the waiting will be boring... you shuold let see that message.... my opinion.

By.

Commented Unassigned: Error Message: Property AFRXPAGES is not found. [11051]

$
0
0
I am getting the above message when attempting to print. I am trapping the above error in a TRY-CATCH construct on my main program READ EVENTS. The message returned is:

Error Number: 1734
Error Message: Property AFRXPAGES is not found.
Line of code with error:
Line number of error: 2668
Procedure with Error: actionprintex
Error Details: AFRXPAGES

In the debugger I set a break on the above line:

lnOrientation = _goFP.oListener.aFrxPages(lnFrxIndex, 1) && Page Orientation _goFP.oLISTENER.nPrtorientation

And it gives undefined for the above value.
Comments: ** Comment from web user: HernanCano **

Hi, friend.

Your bug is strange. May be your (default) printer does not have different orientations... or so...

I can click on Print when I use PDFCreator or a real (laser or dot-matrix) printer.

Sorry....

Commented Unassigned: Printing multiple reports to one pdf file [10868]

$
0
0
I want to consecutively run several reports to pdf using Foxypreview and have all of the
output go to one pdf file. What are the configuration settings that will allow me to do
this.

Thanks

Mike
Houston Texas
Comments: ** Comment from web user: HernanCano **

You can resolve your doubts if you see these two files:

```
Test_Simplified_MakePDF.prg
Test_Simplified_MakePDF2.prg
```

By.

Created Unassigned: Report Property: "Remove line if blank" is ignored [11101]

$
0
0
Thank you very much for working on this product.

I noticed a problem with some of our older reports, when saved to pdf with FoxyPreviewer there seems to be an empty line between content lines, not present on regular printing. I noticed that there is a field with the property: “Remove line if blank” between the lines, which would be my guess what causes the issue.

I have attached a smaller version of the report to reproduce the problem.
You have to add foxypreviewer.app to the folder and run _test.prg.
It will generate a pdf in the same folder.

Thanks in advance

Reviewed: FoxyPreviewer Releases (ago 07, 2016)

$
0
0
Rated 5 Stars (out of 5) - Fantastic tool . I made a change to sending email with embed images . How can I tell you the changes?

Reviewed: FoxyPreviewer Releases (Aug 28, 2016)

$
0
0
Rated 5 Stars (out of 5) - Great tool..!! Really help.. I have a problem with object 10 the report with png image not transparent.

Created Unassigned: Object type 10 formatting different than 11 [11122]

$
0
0
When printing the report to the printer, previewing or using object type 11 image PDF the report is visually perfect. When creating an object type 10 (searchable PDF not an image) the printed report is visually off, text columns to not line up with graphical columns. I think it has something to do with the fact that each record printed is a 1 field printed with a fixed courier font.

See the attached example.

Commented Unassigned: Running from within a COM server : error # 125 ('Printer is not ready') at line 7738 of foxyPreviewer.app [10921]

$
0
0
Hi all,

Trying to print reports as PDF using FoxyPreviewer:
http://foxincloud.com/tutotest/wFormStandardPage.tuto?awForm=report.scx

do foxyPreviewer.app fails at server startup:

_REPORTOUTPUT = 'ReportOutput.app' && in _Libs\FoxyPreviewer\ in production
do foxyPreviewer.app && in production mode, error # 125 ('Printer is not ready') at line 7738 of foxyPreviewer.app

full server startup source code is here:
http://foxincloud.com/tutotest/fileDisplay.tuto?tutoSets.prg

here are the default printer security settings:
![Image](ftp://foxincloud.com/Screenshots/FiC/foxyPreviewer-server-printer-security.PNG)

Important note: 2 COM servers instances are running, it may have an influence on the outcome:
http://foxincloud.com/ tutotest/ bin/ wc.dll?_maintain~ShowStatus (URL obfuscated to avoid SE indexing)

Any advice ?

thanks,
thierry nivelet (foxincloud)
Comments: ** Comment from web user: FoxInCloud **

Did some more research, line 7738 seems to be in FoxyInitForm.Init():
```
m.loHelper = CREATEOBJECT("PreviewHelper", .T.)
```
I think it fails on:
```
cPrinterName = SET("Printer",3)
```
I've checked on the server: opened a VFP IDE and executed `SET("Printer",3)` in the command window: observed a slight delay first time, no delay on subsequent calls.

After this I restarted the exe COM server: OK, no error

Maybe a COM server does not accept waiting until printer is ready.

Testing this workaround:
```
Sys(13) && 2016-10-12 thn -- {FiC V 2.22.0-beta.8} {en} added as workaround to error # 125 ('Printer is not ready') at line 7738 of foxyPreviewer.app - https://foxypreviewer.codeplex.com/workitem/10921

do foxyPreviewer.app
```

Will report whether it works
Cheers,
thn

Commented Unassigned: Running from within a COM server : error # 125 ('Printer is not ready') at line 7738 of foxyPreviewer.app [10921]

$
0
0
Hi all,

Trying to print reports as PDF using FoxyPreviewer:
http://foxincloud.com/tutotest/wFormStandardPage.tuto?awForm=report.scx

do foxyPreviewer.app fails at server startup:

_REPORTOUTPUT = 'ReportOutput.app' && in _Libs\FoxyPreviewer\ in production
do foxyPreviewer.app && in production mode, error # 125 ('Printer is not ready') at line 7738 of foxyPreviewer.app

full server startup source code is here:
http://foxincloud.com/tutotest/fileDisplay.tuto?tutoSets.prg

here are the default printer security settings:
![Image](ftp://foxincloud.com/Screenshots/FiC/foxyPreviewer-server-printer-security.PNG)

Important note: 2 COM servers instances are running, it may have an influence on the outcome:
http://foxincloud.com/ tutotest/ bin/ wc.dll?_maintain~ShowStatus (URL obfuscated to avoid SE indexing)

Any advice ?

thanks,
thierry nivelet (foxincloud)
Comments: ** Comment from web user: FoxInCloud **

[Test Form](http://foxincloud.com/tutotest/report.tuto)

Commented Unassigned: Running from within a COM server : error # 125 ('Printer is not ready') at line 7738 of foxyPreviewer.app [10921]

$
0
0
Hi all,

Trying to print reports as PDF using FoxyPreviewer:
http://foxincloud.com/tutotest/wFormStandardPage.tuto?awForm=report.scx

do foxyPreviewer.app fails at server startup:

_REPORTOUTPUT = 'ReportOutput.app' && in _Libs\FoxyPreviewer\ in production
do foxyPreviewer.app && in production mode, error # 125 ('Printer is not ready') at line 7738 of foxyPreviewer.app

full server startup source code is here:
http://foxincloud.com/tutotest/fileDisplay.tuto?tutoSets.prg

here are the default printer security settings:
![Image](ftp://foxincloud.com/Screenshots/FiC/foxyPreviewer-server-printer-security.PNG)

Important note: 2 COM servers instances are running, it may have an influence on the outcome:
http://foxincloud.com/ tutotest/ bin/ wc.dll?_maintain~ShowStatus (URL obfuscated to avoid SE indexing)

Any advice ?

thanks,
thierry nivelet (foxincloud)
Comments: ** Comment from web user: FoxInCloud **

Sys(13) does not seem to fix the issue consistently;
sometimes work, sometimes does not.

opening a session on the server and viewing the printer's property seems to be a valid, though unpractical, workaround.

Created Unassigned: I can't see the whole report in preview's form [11127]

$
0
0
Hello, i'm new here, and my english is very basic, so i expect you excuse me.
Well, i'll try to explain what is my problem.

When generated a report, in the preview's form, can't see it complete. However, if convert it to PDF or print by the printer, it come out perfectly.
Whe you see in the preview, Fonts, look like too big.
I attach an image, where you can see what i'm saying, document's right side is out whit foxypreviewer, and with the original i can see the report OK.

Many thanks.

Windows Versión: Virtual machine Windows 10 Pro 32 bits
VFP Versión: 9.0 SP2

Created Unassigned: Issue with FoxyPreviewer, excel and word [11131]

$
0
0
Hi all,

Im trying to generate some reports with FoxyPreviewer v299z30 with no preview so the user can choose previosly the output format or send it directly to the default printer.
This code run perfect when selecting pdf, html (it creates 3 files with 3 differents names each with its extensions) or printer but in case of word or excel it do strange things.

This is the code:

```
PRIVATE cCodi_emp, cCodi_tia,cCodi_vhi, cMatricula, cMarcaMod, cCodi_tvh, cCodi_trb, cCodi_trb_sup, cNombre_trb, cNombre_trb_sup
PRIVATE dFecha, dFecha_sup, dFecha_rev, cObs_vhi, cObs_trb, cObs_taller, ccodi_lch, cpregunta
LOCAL ccadena , cdestino, cext
IF RECCOUNT('m_lch') > 0
IF pregunta('¿Quieres imprimir los check list?') == 1
DO CASE
&&' OBJTYPE 10 = PDF , 11 = PDF AS IMAGE , 12 = RTF , 13 = XLS , 14 = HTML
CASE ThisForm.optbase1.value = 1
cdestino = '10'
cext= '.pdf'
CASE ThisForm.optbase1.value = 2
cdestino = '12'
cext= '.rtf'
CASE ThisForm.optbase1.value = 3
cdestino = '13'
cext= '.xls'
CASE ThisForm.optbase1.value = 4
cdestino = '14'
cext= '.html'
OTHERWISE
cdestino = '10'
cext= '.pdf'
ENDCASE
SELECT m_lch
SCAN ALL
Thisform.get_preguntas && This get the detail of the report
STORE '' TO m.cCodi_emp,m.cCodi_tia, m.cCodi_vhi,m.cMatricula, m.cMarcaMod,m.cCodi_tvh, m.cCodi_trb, m.cCodi_trb_sup, m.cNombre_trb, m.cNombre_trb_sup, m.cObs_vhi, m.cObs_trb, m.cObs_taller
STORE {//::} TO m.dFecha, m.dFecha_sup, m.dFecha_rev, cpregunta
SELECT m_lch
*Para todos los checklist de ese vhi
*ThisFill The header and footer of the report
ThisForm.rellena_encabeza_y_pie(@m.cCodi_emp,@m.cCodi_tia, @m.cCodi_vhi, @m.cMatricula,@cMarcaMod,@m.ccodi_tvh, @m.ccodi_trb, @m.ccodi_trb_sup, @m.cNombre_trb, ;
@m.cNombre_trb_sup, @m.dfecha, @m.dfecha_sup,@m.dfecha_rev, @m.cobs_vhi, @m.cobs_trb,@m.cobs_taller, @m.cpregunta)
*Para cada contenido check list
*This fill the detail of the report
ThisForm.rellena_cursor (m_lch.codi_lch)
SELECT ccursor
IF ThisForm.optbase1.Value = 5
m.ccadena = 'REPORT FORM lli_chk TO PRINTER NOCONSOLE NOWAIT'
ELSE
m.ccadena = "REPORT FORM lli_chk OBJECT TYPE " + cdestino + " TO FILE 'c:\gam\" + m_lch.codi_vhi + '-' + LTRIM(STR(RECNO('m_lch'))) + cext + "'"
ENDIF
&cCadena
ENDSCAN
IF ThisForm.optbase1.Value = 5
avis_literal('Check-List impresos')
ELSE
avis_literal('Check-List generados en c:\gam')
ENDIF
ENDIF
ENDIF

```
I've got foxypreview initialice on the main prg of my app this way:

```
SETREPORTBEHAVIOR 90
*Foxy Preview, instanciación y configuración
DO FOXYPREVIEWER.APP
_Screen.oFoxyPreviewer. nDockType = 0
_Screen.oFoxyPreviewer.nThermType = 2
_Screen.oFoxyPreviewer.cLanguage = "SPANISH"
_Screen.oFoxyPreviewer.lExpandFields = .T.
_Screen.oFoxyPreviewer.cOutputPath = 'c:\gam\'
_Screen.oFoxyPreviewer.lSendToEmail = .F.
_Screen.oFoxyPreviewer.lShowSetup = .F.
_Screen.oFoxyPreviewer.lShowMiniatures = .F.
_Screen.oFoxyPreviewer.nWindowState = 2
*Fin Foxy
```


Explain each case in detail, suppose i want to print 3 reports:

Normal output should be (i.e, for word): 001-1.rtf 001-2.rtf 001-3.rtf

- If i check "Word" it creates the first file with its right filename, then it doesn't generates any more files. If i exit and entry again into the form it doesn't creates any. Only if i exit the app it generates again only the first file.

- In case of "Excel" it creates the first file but when creates the second first it delete the first one, when creates ther 3.erd the second is deleted. At end only the 3.rnd file remains.

In all cases the foxy progress bar show normally and no errors it's shown.

In its normal use it works perfect in all the app. You can save any report to any format previewing it first and choosing the "save as" format. This is the first time i try to save it directly with no preview.

Any idea is welcome.

Thanks very much.

Commented Unassigned: Issue with FoxyPreviewer, excel and word [11131]

$
0
0
Hi all,

Im trying to generate some reports with FoxyPreviewer v299z30 with no preview so the user can choose previosly the output format or send it directly to the default printer.
This code run perfect when selecting pdf, html (it creates 3 files with 3 differents names each with its extensions) or printer but in case of word or excel it do strange things.

This is the code:

```
PRIVATE cCodi_emp, cCodi_tia,cCodi_vhi, cMatricula, cMarcaMod, cCodi_tvh, cCodi_trb, cCodi_trb_sup, cNombre_trb, cNombre_trb_sup
PRIVATE dFecha, dFecha_sup, dFecha_rev, cObs_vhi, cObs_trb, cObs_taller, ccodi_lch, cpregunta
LOCAL ccadena , cdestino, cext
IF RECCOUNT('m_lch') > 0
IF pregunta('¿Quieres imprimir los check list?') == 1
DO CASE
&&' OBJTYPE 10 = PDF , 11 = PDF AS IMAGE , 12 = RTF , 13 = XLS , 14 = HTML
CASE ThisForm.optbase1.value = 1
cdestino = '10'
cext= '.pdf'
CASE ThisForm.optbase1.value = 2
cdestino = '12'
cext= '.rtf'
CASE ThisForm.optbase1.value = 3
cdestino = '13'
cext= '.xls'
CASE ThisForm.optbase1.value = 4
cdestino = '14'
cext= '.html'
OTHERWISE
cdestino = '10'
cext= '.pdf'
ENDCASE
SELECT m_lch
SCAN ALL
Thisform.get_preguntas && This get the detail of the report
STORE '' TO m.cCodi_emp,m.cCodi_tia, m.cCodi_vhi,m.cMatricula, m.cMarcaMod,m.cCodi_tvh, m.cCodi_trb, m.cCodi_trb_sup, m.cNombre_trb, m.cNombre_trb_sup, m.cObs_vhi, m.cObs_trb, m.cObs_taller
STORE {//::} TO m.dFecha, m.dFecha_sup, m.dFecha_rev, cpregunta
SELECT m_lch
*Para todos los checklist de ese vhi
*ThisFill The header and footer of the report
ThisForm.rellena_encabeza_y_pie(@m.cCodi_emp,@m.cCodi_tia, @m.cCodi_vhi, @m.cMatricula,@cMarcaMod,@m.ccodi_tvh, @m.ccodi_trb, @m.ccodi_trb_sup, @m.cNombre_trb, ;
@m.cNombre_trb_sup, @m.dfecha, @m.dfecha_sup,@m.dfecha_rev, @m.cobs_vhi, @m.cobs_trb,@m.cobs_taller, @m.cpregunta)
*Para cada contenido check list
*This fill the detail of the report
ThisForm.rellena_cursor (m_lch.codi_lch)
SELECT ccursor
IF ThisForm.optbase1.Value = 5
m.ccadena = 'REPORT FORM lli_chk TO PRINTER NOCONSOLE NOWAIT'
ELSE
m.ccadena = "REPORT FORM lli_chk OBJECT TYPE " + cdestino + " TO FILE 'c:\gam\" + m_lch.codi_vhi + '-' + LTRIM(STR(RECNO('m_lch'))) + cext + "'"
ENDIF
&cCadena
ENDSCAN
IF ThisForm.optbase1.Value = 5
avis_literal('Check-List impresos')
ELSE
avis_literal('Check-List generados en c:\gam')
ENDIF
ENDIF
ENDIF

```
I've got foxypreview initialice on the main prg of my app this way:

```
SETREPORTBEHAVIOR 90
*Foxy Preview, instanciación y configuración
DO FOXYPREVIEWER.APP
_Screen.oFoxyPreviewer. nDockType = 0
_Screen.oFoxyPreviewer.nThermType = 2
_Screen.oFoxyPreviewer.cLanguage = "SPANISH"
_Screen.oFoxyPreviewer.lExpandFields = .T.
_Screen.oFoxyPreviewer.cOutputPath = 'c:\gam\'
_Screen.oFoxyPreviewer.lSendToEmail = .F.
_Screen.oFoxyPreviewer.lShowSetup = .F.
_Screen.oFoxyPreviewer.lShowMiniatures = .F.
_Screen.oFoxyPreviewer.nWindowState = 2
*Fin Foxy
```


Explain each case in detail, suppose i want to print 3 reports:

Normal output should be (i.e, for word): 001-1.rtf 001-2.rtf 001-3.rtf

- If i check "Word" it creates the first file with its right filename, then it doesn't generates any more files. If i exit and entry again into the form it doesn't creates any. Only if i exit the app it generates again only the first file.

- In case of "Excel" it creates the first file but when creates the second first it delete the first one, when creates ther 3.erd the second is deleted. At end only the 3.rnd file remains.

In all cases the foxy progress bar show normally and no errors it's shown.

In its normal use it works perfect in all the app. You can save any report to any format previewing it first and choosing the "save as" format. This is the first time i try to save it directly with no preview.

Any idea is welcome.

Thanks very much.
Comments: ** Comment from web user: azimut71 **

Solved by using the "Complete Mode":

instead of:

```
m.ccadena = "REPORT FORM lli_chk OBJECT TYPE " + cdestino + " TO FILE 'c:\gam\" + m_lch.codi_vhi + '-' + LTRIM(STR(RECNO('m_lch'))) + cext + "'"
&cCadena
```


now i do:

```
loReport = CREATEOBJECT("PreviewHelper")
WITH loReport as ReportHelper
.AddReport("lli_chk.frx", "NODIALOG")
.cDestFile = "c:\gam\" + m_lch.codi_vhi + '-' + LTRIM(STR(RECNO('m_lch'))) + cext
.RunReport()
ENDWITH
loReport = NULL


```
On the SCAN ALL

And at the beggining:

```
SET PROCEDURE TO LOCFILE("FoxyPreviewer.App") ADDITIVE
LOCAL loReport as "PreviewHelper" OF "FoxyPreviewer.App"
```

Created Unassigned: FoxyPreviewer and text in RTF format in a Memo field [11140]

$
0
0
Hello, I work with Microsoft Rich Text Control (Richtx32.ocx).
With the Control I save text in RTF format in a Memo field.
Example:

{\rtf1\ansi\ansicpg1252\deff0\deflang1031{\fonttbl{\f0\fnil\fcharset0 Arial;}}
\viewkind4\uc1\pard\fs18 This is only a example text
\par }

FoxyPreviewer print the memofield like the example without formating the text.
Can FoxyPreviewer print Memo fields with RTF Format?
How can Foxypriever print Memo fields with RTF Format?

Foxypriever can print Memo fields with HTML Format!
Is there thuch a rtf to html converter to recommended?

Is there thuch a HTML Control which save text in HTML format in a Memo Field to recommended?

Thanks, klaus

Created Unassigned: Preview in a shape inside a form [11141]

$
0
0
Hello,
I'm trying to preview a report in a shape inside a form. The report is previewed inside a shape in a flash and then disappear.
This is the code:

Local loListener as ReportListener

loListener = CREATEOBJECT("FoxyListener")
loListener.ListenerType = 3

REPORT FORM ;
art_etic_ing_digi ;
OBJECT loListener

loListener.OutputPage( 1, thisform.shpPreview, 2 )

Any idea is welcome.

Thanks a lot

Created Unassigned: HTML tag [11142]

$
0
0
Hello,
I'm using HTML tag like <b>text</b> in my reports, but FoxyPreviewer insert space between the word tagged and change the formatting of the paragraph.
Example:
In the memo field there are this text:
INGREDIENTI: Farina di<b>GRANO TENERO</b>tipo "0",<b>BURRO,</b> acqua, sale. GLASSATURA: zucchero, <b>ALBUME D'UOVO,</b> confettura albicocca (sciroppo di glucosio-fruttosio, polpa di albicocche (setacciata, zucchero, gelificante: pectina, correttore di acidità acido citrico). Prodotto ottenuto in laboratorio dove si utilizzano<b>LATTE, GLUTINE, UOVA, FRUTTA IN GUSCIO.</b>
The report prints
INGREDIENTI: Farina di __GRANO__
__TENERO__ tipo "0", __BURRO__, acqua, sale.
GLASSATURA: zucchero, __ALBUME__
__D'UOVO,__
confettura albicocca (sciroppo di
glucosio-fruttosio, polpa di albicocche
(setacciata, zucchero, gelificante: pectina,
correttore di acidità acido citrico). Prodotto
ottenuto in laboratorio dove si utilizzano
LATTE, GLUTINE, UOVA, FRUTTA IN
GUSCIO.
Any help is appreciated.
Mauro

Created Unassigned: FoxyPreviewer PDF with unreadable GR chrs [11143]

$
0
0
Hello Cesar,

If you have some time, please take a look at a very serious problem when saving a report to pdf with greek chrs (CP1253) (and may be for other langs)...

Just copy-paste somewhere the attached folder "ErrorPdfGR.zip" and run the project, from inside vfp.
Follow the orders at the "wait window" commands... It is self documented...

I used the last ver of foxypreviewer "v2.99z35 RC 2016.06.11" with lPdfReplaceFonts=.T. (in order to force it to use the internal "basic14" fonts of the libhpdf.dll, for code pages other than 1252, see the "correctionreplacefonts.txt") and .cLanguage="GREEK".

See the attached file:"PDFwithreplaceFonts.jpg".

__ALL the Greek chrs (CP1253) looks OK, but almost unreadable (one chr is over the other)!!!__
A very serious problem for the very common Arial and Times fonts.
The Tahoma fonts are OK, but without inclination.
For Courier fonts almost no Greek chrs.

In preview window the foxypreviewer displays everything OK! See the "FoxypreviwerOK.jpg" file.

Trying with lPdfReplaceFonts=.F. and lPDFEmbendFonts=.T., then 3 Greek letters disappeared! The 4th capital letter 'Δ' (DELTA), last capital letter 'Ω' (OMEGA) and the 12th small letter 'µ' (ME).
See the attached file:"PDFwithEmbedwithoutreplaceFonts.jpg".
A very serious problem for Courier and the very common Arial and Times fonts.
From Tahoma bold fonts the last capital letter 'Ω' (OMEGA) is missing also and again without inclination.

It is a must for me to embed the fonts into pdf, in order to be readable the GR chrs from tablets and Android phones...

If I use a 3rd party "pdf printer" everything are OK!

I tried for many days, to find out the origin of the problem, digging into pdflistener class, but no luck...
Is it an internal problem of the libhpdf.dll?
Is it a calling problem to the libhpdf.dll functions?

The best solution (for my opinion) it would be to find a way, to enlange the space between the greek chrs into pdf, using the basic14 fonts into dll...
But I do not know how to do it!...

I will appreciate any idea, from where to start, trying to fix the problem.

Also I noticed that the last ver of libharu is 2.3.0, but the foxypreviewer uses the very old ver 2.0.8.0!!
I downloaded the ver 2.3.0 but I have no way to compile it, in order to create the new libhpdf.dll.

Have fun,
Nick Porfyris
Viewing all 62 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>