Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PDF3 library issue
Message
 
 
À
02/11/2018 09:44:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Divers
Thread ID:
01663043
Message ID:
01666685
Vues:
203
>I was able to correct the printout discrepancy by adding this code to the ReportListener. It removes any leading / trailing spaces on the objects being rendered. When this code is applied, the output from PDF3 is identical to that of CutePDF when captured on the normal print operation:
>
>
>PROCEDURE EvaluateContents
>LPARAMETERS nFRXRecno, toObj	&& toObj actually is "oObjProperties"
>
>    * Does it need extra spaces removed?
>    IF ALLTRIM(toObj.text) == toObj.text
>        RETURN  && No
>    ENDIF
>	
>    * We want to render just the content, not the leading/trailing spaces
>    toObj.reload = .t.
>    toObj.text   = ALLTRIM(toObj.text)
>
>
>It may not work in everyone's case if you are expressly sending leading spaces, for example, for alignment. But in our app's case it does work.
>

Hi Rick,

Where do I add the above code that, hopefully, will fix my problem with bold fonts?
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform