Hi all,
I have encountered a problem with DataWindow Exports as NativePDF and
a Composite DataWindow that contains DataWindow including Fields in RichText Style.
The created PDF-Output is not readable. Just to small and most oft the Text is missing.
If I convert the RichText Fields to StaticText all works fine.
My PB Version is 2017R3 and I’m sure this works with 2017R2.
The problem doesn’t occure on my development machine, only after Deployment to a 2012 R2 Server or an Windows 10 Client.
The SaveAs was done with:
dw_report.Modify ("DataWindow.Export.PDF.Method = NativePDF!")
dw_report.Modify("DataWindow.Export.PDF.NativePDF.ImageFormat = '1'") // JPG
dw_report.SaveAS("",PDF!,false)
On all Machines the pb.ini contains:
[Data Window]
NativePDF_Valid=1
NativePDF_IncludeCustomFont=1
Does someone else have this problem?
Greetings!