取消
显示结果 
搜索替代 
您的意思是: 

PDF Transparency issue

已解决!
转到解答

I'm using a filled area with transperancy set at 50% to give a go/no-go box in Didem Report.  When copying to the clipboard, this works as expected. However, when exporting to PDF, the filled area is opaque, and I cannot see my data. I have attached two files from the same Diadem report.

 

Any suggestions how to fix it?

下载全部
0 项奖励
1 条消息(共 6 条)
6,472 次查看
解答
接受人 RussellSenior

Hi RussellSenior,

 

For transparency support in PDF you need at least DIAdem 2011. In addition you need to set the REPORT parameters "Output to printer with transparency" and "Output print data as graphic". You can edit both settings in the REPORT parameters:

 

Settings.png

 

Greetings

Walter

 

 

2 条消息(共 6 条)
6,452 次查看

Ah, thank you very much!  

 

Just for my future reference:

ReportPrintTransparency=True
ReportPrintAsGraphic=True

0 项奖励
3 条消息(共 6 条)
6,441 次查看

I've been experimenting with this for a while, and the output as transperancy option doesn't seem to change the situation.  The output as graphic does fix it, BUT, the file size is now about 1MB per PDF page bigger.  So a 3 page PDF goes from 153KB to 3,649KB, which is quite a difference. Any ideas how to get PDF transperancy WITHOUT print as graphic?

0 项奖励
4 条消息(共 6 条)
6,298 次查看

With the variables

 

PDFOptimization
PDFResolution

you should be able to reduce the file size of the PDF.

 

Greetings

Walter

0 项奖励
5 条消息(共 6 条)
6,262 次查看

Hi Russell,

 

In other words, you DO have to export as a graphic to get the transparency (in DIAdem 2012 and earlier), but you might be able to reduce the overall size of the resulting PDF file with those 2 properties. Here's an example of what we're talking about:

 

PDFResolution = "72 DPI"  '  "2400 DPI" ,  "default"
PDFOptimization = TRUE
PDFFontsEmbedded = FALSE
PDFJPGCompressed = "high"

 

Brad Turpin

DIAdem Product Support Engineer

National Instruments

0 项奖励
6 条消息(共 6 条)
6,251 次查看