IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#30420 - 10/05/09 04:50 PM PP5 to PP7 create PDF with page mode Fit Width
julienst Offline
Junior Member

Registered: 10/02/09
Posts: 4
Loc: Montr
With version 5 the PDF were created using the Acrobat Distiller. Now this is useless, because the Acrobat libraries have been added in the software.

In version 5 all my PDF were creating with a PressTalk to set page mode set at Fit Width.

if(eq(¤t.printpage,1))
passthrough('[/PageMode /UseNone /View [/FitH null] /DOCVIEW pdfmark')
endif()

Do you know how I can do the same with the version 7?

Top
#30421 - 10/06/09 11:00 AM Re: PP5 to PP7 create PDF with page mode Fit Width
Anonymous
Unregistered


Julienst,

If I understand your question correctly, you wish to set the initial viewpoint of the PDF when you open to fit the width of the window. Am I right ?

If so, you can do so in Planet Press Watch 7 without the need for passthroughs. Inside the Planet Press Image plugin properties, you can access a PDF tab in which you may set many options. One of them is called "Initial view" in there you may set the zoom factor and a few other viewing options.

I hope this helps !

If I misunderstood your question, please clarify and we will look further.

Kind regards,

Matt

Top
#30422 - 10/06/09 12:15 PM Re: PP5 to PP7 create PDF with page mode Fit Width
julienst Offline
Junior Member

Registered: 10/02/09
Posts: 4
Loc: Montr
Hi,
I had already verify at PDF tab, but only the option 'Fit in windows' is available. Passthrough code was use to specify the page moe to 'Fit Width'. This option isn't available on the Watch PDF tab.

Regards,

Top
#30423 - 10/15/09 09:01 AM Re: PP5 to PP7 create PDF with page mode Fit Width
julienst Offline
Junior Member

Registered: 10/02/09
Posts: 4
Loc: Montr
Hi, I ask this question 10 days ago and still no answer.

My objectif is only to create a PDF with the Page Mode (viewpoint) set to 'Fit Width'

The 'Fit Width' is a basic view option in Acrobat. Normally the majority of PDF we produce have this option.

Waiting some suggestion

Top
#30424 - 10/15/09 10:16 AM Re: PP5 to PP7 create PDF with page mode Fit Width
Raphael Lalonde Lefebvre Offline
OL Expert

Registered: 10/14/05
Posts: 4956
Loc: Objectif Lune Montreal
julien,

I've experimented a bit more with the "Fit Width" zoom type of Acrobat, and it doesn't seem like this is a setting that are specific to every pdf files. Rather, it's a setting in the Acrobat program itself, and it sets it to the default view mode every time you open the application.

I did a test, and generated a pdf. I opened it, the mode was actually "Fit Width". I've changed it to "Actual Size", then did a save as. When I opened it again, it was back to Fit Width. Further experimentation with the various acrobat scripting commands revealed that the zoom type is a property of the view, not the document.

The passthrough command that you were using, if you look at it, used to set the Document's view when you open the document, but it's not a property of the pdf itself.

To change the default view mode, you can go to Edit->Preferences>Page Display, and set the default zoom to what you want. All pdf files you open will use that mode, so you can set it to Fit Width, and all pdf files will be opened "Fit Width". Note that this is under Acrobat 6.0, the newer versions might have a difference Preference menu.

That said, I cannot explain why the passthrough no longer works in version 7, other than this is probably due to the change in the pdf libraries, and the way pdf are created in general.

Hope that helps.

Regards,
Rapha

Top
#30425 - 10/15/09 11:33 AM Re: PP5 to PP7 create PDF with page mode Fit Width
julienst Offline
Junior Member

Registered: 10/02/09
Posts: 4
Loc: Montr
Hi

If I well understood you suggest me to change the Acrobat view option on my PC?

My objectif, is to create PDF files with

Top