Hi Mathieu,

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):

/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
[ /PageMode /UseOutlines /Page 1 /View [/Fit] /DOCVIEW pdfmark
[ {Catalog} << /PageLayout /SinglePage >> /PUT pdfmark
[ {Catalog} << /ViewerPreferences << /FitWindow true >> >> /PUT pdfmark

Hopefully that will get you started. For a full list of the options
available, see the PDFMark documentation from Adobe, here:
http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdfmark_reference.pdf

HTH,

--Mike

On Fri, Sep 16, 2011 at 7:20 AM, mathieu jacquet <bobi...@hotmail.com>wrote:

>  Hi all,
>
> I'm using FM 9 on Vista 7 64.
>
> 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.
>
> 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?
>
> Thank you very much in anticipation,
>
> Mathieu.
>
> _______________________________________________
>
>
> You are currently subscribed to framers as michael.t.pear...@gmail.com.
>
> Send list messages to framers@lists.frameusers.com.
>
> To unsubscribe send a blank email to
> framers-unsubscr...@lists.frameusers.com
> or visit
> http://lists.frameusers.com/mailman/options/framers/michael.t.pearson%40gmail.com
>
> Send administrative questions to listad...@frameusers.com. Visit
> http://www.frameusers.com/ for more resources and info.
>
>
_______________________________________________


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.

Reply via email to