How to use PageMode?

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
Kiefer
Posts: 25
Joined: Mon Sep 30 2002

How to use PageMode?

Post by Kiefer »

I've tried setting all of the different page modes, but none of these apperar to work.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Here is a sample on using PageMode:

Dim pdf As New CDIntf.Document
pdf.Open "test.pdf"
pdf.PageMode = "UseNone"
pdf.Save "test.pdf"
Set pdf = Nothing


This will have an effect when opening the pdf file in the PDF Creator.

If this is not working please send an e-mail to support@amyuni.com and specify which version of the PDF Converter you are using.

Thanks.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Here is a sample on using PageMode:

Dim pdf As New CDIntf.Document
pdf.Open "test.pdf"
pdf.PageMode = "UseNone"
pdf.Save "test.pdf"
Set pdf = Nothing

This will have an effect when viewing the pdf file. You can select one of the 4 options: UseNone, UseOutlines, UseThumbs, FullScreen.

If this is not working please send an e-mail to support@amyuni.com and specify which version of the PDF Converter you are using.

Hope this helps :!:
Post Reply