How to use PageMode?
How to use PageMode?
I've tried setting all of the different page modes, but none of these apperar to work.
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.
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.
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
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
