-
1. Re: オブジェクト効果が PDF/X-4 形式で保存すると失われる
assause Apr 21, 2017 6:32 PM (budat への返信)確かにこの問題を含めて、CS5やCS6以降から発生したまま現在まで改善していない
幾つかの不具合があり、頭を悩ませていることが当方もあります。
現状としては、わかっている問題が明確であるものについては、
該当状況を把握しておいて、それを使用しないことであったり、
判明している回避方法を使うくらいしかないところです。
この問題を含む、少なくとも都合3件ぐらい深刻なものを当方も把握しているのですが、
できるだけ早急に改善を期待したいところです。
なお、うち1件は下記です。
-
2. Re: オブジェクト効果が PDF/X-4 形式で保存すると失われる
budat Apr 23, 2017 8:42 PM (budat への返信)こちらの環境では以下のような現象が確認できました。
ただし、効果の適用箇所が「グループ」だと問題が発生しないようです。
AppleScriptでもれなくチェックするには、
set myItems to ... のところを
set myItems to (every item of all page items of active document whose ((shear angle is not 0) and ¬
((applied of bevel and emboss settings of transparency settings is true) or ¬
(applied of inner shadow settings of transparency settings is true) or ¬
(applied of inner glow settings of transparency settings is true) or ¬
(applied of satin settings of transparency settings is true) or ¬
(applied of bevel and emboss settings of fill transparency settings is true) or ¬
(applied of inner shadow settings of fill transparency settings is true) or ¬
(applied of inner glow settings of fill transparency settings is true) or ¬
(applied of satin settings of fill transparency settings is true) or ¬
(applied of bevel and emboss settings of stroke transparency settings is true) or ¬
(applied of inner shadow settings of stroke transparency settings is true) or ¬
(applied of inner glow settings of stroke transparency settings is true) or ¬
(applied of satin settings of stroke transparency settings is true) or ¬
(applied of bevel and emboss settings of content transparency settings is true) or ¬
(applied of inner shadow settings of content transparency settings is true) or ¬
(applied of inner glow settings of content transparency settings is true) or ¬
(applied of satin settings of content transparency settings is true) ¬
)))
にするとよいかもしれません。