Hi Mathieu,<br><br>You can do this with a "Postscript Code" text frame containing a pdfmark operator. A "Postscript Code" text frame is just a regular text frame that has the "Postscript Code" property set from the Object Properties dialog. When that checkbox is selected, any text in the frame is treated as if it were postscript code. Here is a sample that sets the document to display with the bookmarks pane open (/UseOutlines) on page 1 (/Page 1) with a zoom of fit page (/View [/Fit]) in single page rather than continuous scrolling mode (/PageLayout /SinglePage):<br>
<br>/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse<br>[ /PageMode /UseOutlines /Page 1 /View [/Fit] /DOCVIEW pdfmark<br>[ {Catalog} << /PageLayout /SinglePage >> /PUT pdfmark<br>[ {Catalog} << /ViewerPreferences << /FitWindow true >> >> /PUT pdfmark<br>
<br>Hopefully that will get you started. For a full list of the options available, see the PDFMark documentation from Adobe, here: <a href="http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdfmark_reference.pdf">http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdfmark_reference.pdf</a><br>
<br>HTH,<br><br>--Mike<br><br><div class="gmail_quote">On Fri, Sep 16, 2011 at 7:20 AM, mathieu jacquet <span dir="ltr"><<a href="mailto:bobitch@hotmail.com">bobitch@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">




<div><div dir="ltr">
Hi all,<br><br>I'm using FM 9 on Vista 7 64.<br><br>After I generate a PDF, I always set a number of parameters such as initial view at opening (page layout, zoom, etc.), security parameters, etc.<br><br>Is there any way to have those parameters already set in a .ini or any other file, to avoid the task of setting them after pdf generation?<br>
<br>Thank you very much in anticipation,<br><font color="#888888"><br>Mathieu.<br>                                        </font></div></div>
<br>_______________________________________________<br>
<br>
<br>
You are currently subscribed to framers as <a href="mailto:michael.t.pearson@gmail.com">michael.t.pearson@gmail.com</a>.<br>
<br>
Send list messages to <a href="mailto:framers@lists.frameusers.com">framers@lists.frameusers.com</a>.<br>
<br>
To unsubscribe send a blank email to<br>
<a href="mailto:framers-unsubscribe@lists.frameusers.com">framers-unsubscribe@lists.frameusers.com</a><br>
or visit <a href="http://lists.frameusers.com/mailman/options/framers/michael.t.pearson%40gmail.com" target="_blank">http://lists.frameusers.com/mailman/options/framers/michael.t.pearson%40gmail.com</a><br>
<br>
Send administrative questions to <a href="mailto:listadmin@frameusers.com">listadmin@frameusers.com</a>. Visit<br>
<a href="http://www.frameusers.com/" target="_blank">http://www.frameusers.com/</a> for more resources and info.<br>
<br></blockquote></div><br>