Re: Compatibility with Acrobat 5.0
Hari Sundar <hsundar <at> gmail.com>
2007-03-06 19:30:49 GMT
Hi,
I used pdfLatex ... and cannot figure out the way to specify the compatibility.
Here is an example of a figure that I have problem with. It draws nicely with Acrobat 7.0, but with 5.0 only the grid is shown, no blocks, no color ...
\begin{tikzpicture}[scale=0.35]
%% draw regular grid
\draw[gray, very thin, step=0.25cm] (0,0) grid (8,8);
% draw background ...
\filldraw[fill=green, fill opacity=0.3] (0,0) rectangle +(8,8);
% draw first set of boxes ... red
\foreach \x in {2,6}
\foreach \y in {2,6}
\filldraw[fill=red, fill opacity=0.3] (\x,\y) rectangle +(1,1);
% draw 2nd set of boxes ... blue
\foreach \x in {1,5}
\foreach \y in {0,4}
\filldraw [fill=blue, fill opacity=0.3] (\x,\y) rectangle +(1,1);
\end{tikzpicture}
any clues, ?
thanks,
~Hari
On 3/6/07, Alain Matthes <alain.matthes <at> mac.com> wrote:
Le 6 mars 07 à 15:12, Hari Sundar a écrit :
> Hi,
>
> I recently discovered that some figures I created using pgf/tikz do
> not render correctly (rather completely) when viewed using Acrobat
> 5.0.
>
> Is there anyway in which I can ensure that the resulting pdf will
> be compatible with Acrobat 5.0 ?
>
Are you sure that it is a problem from pgf/tikz. Which is the driver
pdflatex or dvips ?
You need to look at ps2pdf and often ps2pdf use pstopdf13, perhaps
you need ps2pdf14 for example if you want that opacity works.
You need also the lats version of ghostscript 8.54 ??? perhaps i'm
not sure?
And with pdftex it is possible to indicaye the compatibilty that you
want for the use of Acrobat but i've forget the name of the option
Sorry for my bad english
Alain
ps : give a little example with the problem !
--
1 (215) 662 7501 (w)
1 (215) 614 0266 (f)
1 (732) 672 1094 (m)
http://www.seas.upenn.edu/~hsundar/
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
pgf-users mailing list
pgf-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgf-users