Jump to content
Fivewin Brasil

Problema com Exportação de FastReport para PDF


enauy

Recommended Posts

Boa tarde Pessoal,

Estou com um problema na exportação do fastreport para PDF, todo meu texto que é justificado e alinhado, quando exporta perde toda configuração.

Gostaria de saber se alguem ja passou por este problema.

A versão do Fast é a 4.9.111

 

Obrigada desde já.

 

 

Link to comment
Share on other sites

Ola, geralmente uso exportação no meus reports essas propriedades:

    FrPrn:SetProperty("PDFExport"        , "Title"        , "" )
    FrPrn:SetProperty("PDFExport"        , "Author"        , "" )
    FrPrn:SetProperty("PDFExport"        , "Subject"        , "" )
    FrPrn:SetProperty("PDFExport"        , "Keywords"    , "" )
    FrPrn:SetProperty("PDFExport"        , "Creator"        , "" )
    FrPrn:SetProperty("PDFExport"        , "Producer"    , "" )
    FrPrn:SetProperty("PDFExport"        , "EmbeddedFonts"    , .T. ) // essa ultima é responsavel por "imbutir a fonte no pdf"

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...