G
Gerie Alards
Hello,
does somebody know whether or not the existence of a pdf converter like
the following example from msdn of a Wordperfect converter describes.
Sub OpenDoc2()
Dim fmt As Variant
fmt = Application.FileConverters("WordPerfect6x").OpenFormat
Documents.Open FileName:="C:\MyFiles\Test.wp", Format:=fmt
End Sub
PDF files directly downloaded from Internet e.g.:
Documents.Open "http://www.amnesty.nl/young-amnesty/downloads/rusland.pdf"
Documents(1).SaveAs "D:\t.pdf"
Are not valid PDF files.
Thanks in advance for your input,
gerie alards
does somebody know whether or not the existence of a pdf converter like
the following example from msdn of a Wordperfect converter describes.
Sub OpenDoc2()
Dim fmt As Variant
fmt = Application.FileConverters("WordPerfect6x").OpenFormat
Documents.Open FileName:="C:\MyFiles\Test.wp", Format:=fmt
End Sub
PDF files directly downloaded from Internet e.g.:
Documents.Open "http://www.amnesty.nl/young-amnesty/downloads/rusland.pdf"
Documents(1).SaveAs "D:\t.pdf"
Are not valid PDF files.
Thanks in advance for your input,
gerie alards