|
|
Save pdf as ps using VB6
Using VB6 if i save a pdf as a ps the ps is not linearized and i can't
add some mark of pdfmark language
|
|
0
|
|
|
|
Reply
|
superblond
|
11/3/2003 3:05:24 PM |
|
superblond@virgilio.it (super) wrote:
>Using VB6 if i save a pdf as a ps the ps is not linearized
Sorry, I can't make sense of that. "Linearized" to me means something
done to a PDF to make it "fast web view". It is not a concept that
applies to ps.
----------------------------------------
Aandi Inston quite@dial.pipex.com http://www.quite.com
Please support usenet! Post replies and follow-ups, don't e-mail them.
|
|
0
|
|
|
|
Reply
|
quite
|
11/3/2003 3:30:26 PM
|
|
quite@dial.pipex.con (Aandi Inston) wrote in message news:<3fa67470.956657560@reading.news.pipex.net>...
> superblond@virgilio.it (super) wrote:
>
> >Using VB6 if i save a pdf as a ps the ps is not linearized
>
> Sorry, I can't make sense of that. "Linearized" to me means something
> done to a PDF to make it "fast web view". It is not a concept that
> applies to ps.
> ----------------------------------------
> Aandi Inston quite@dial.pipex.com http://www.quite.com
> Please support usenet! Post replies and follow-ups, don't e-mail them.
Prepably you dont understand my problem.
I use vb6 to manage pdf, and i need to save my file "test.pdf" as
"test.ps".
If i do this by hand using acrobat, everithing is ok but if i use VB6
with medod "Save(short nType, BSTR szFullPath)" the ps is not in the
same format! if i open it, is not in text format!
|
|
0
|
|
|
|
Reply
|
superblond
|
11/5/2003 2:35:40 PM
|
|
superblond@virgilio.it (super) wrote:
>I use vb6 to manage pdf, and i need to save my file "test.pdf" as
>"test.ps".
That's fine...
>If i do this by hand using acrobat, everithing is ok but if i use VB6
>with medod "Save(short nType, BSTR szFullPath)" the ps is not in the
>same format! if i open it, is not in text format!
The Save method (of AVDoc or PDDoc I assume) saves in PDF format.
----------------------------------------
Aandi Inston quite@dial.pipex.com http://www.quite.com
Please support usenet! Post replies and follow-ups, don't e-mail them.
|
|
0
|
|
|
|
Reply
|
quite
|
11/5/2003 4:15:15 PM
|
|
"Aandi Inston" <quite@dial.pipex.con> wrote in message
news:3fa921cc.1132091211@reading.news.pipex.net...
> superblond@virgilio.it (super) wrote:
>
> >I use vb6 to manage pdf, and i need to save my file "test.pdf" as
> >"test.ps".
>
> That's fine...
>
> >If i do this by hand using acrobat, everithing is ok but if i use VB6
> >with medod "Save(short nType, BSTR szFullPath)" the ps is not in the
> >same format! if i open it, is not in text format!
>
> The Save method (of AVDoc or PDDoc I assume) saves in PDF format.
What you need to do is print the document to a file using a postscript print
driver. Note that this will be a postscript file, NOT a PDF file in text
format.
Tom.
|
|
0
|
|
|
|
Reply
|
Tom
|
11/5/2003 9:50:00 PM
|
|
"Tom Beer" <tom.beer@btfinancialgroup.spamfilter.com> wrote in message news:<bobra8$8ba$1@merki.connect.com.au>...
> "Aandi Inston" <quite@dial.pipex.con> wrote in message
> news:3fa921cc.1132091211@reading.news.pipex.net...
> > superblond@virgilio.it (super) wrote:
> >
> > >I use vb6 to manage pdf, and i need to save my file "test.pdf" as
> > >"test.ps".
> >
> > That's fine...
> >
> > >If i do this by hand using acrobat, everithing is ok but if i use VB6
> > >with medod "Save(short nType, BSTR szFullPath)" the ps is not in the
> > >same format! if i open it, is not in text format!
> >
> > The Save method (of AVDoc or PDDoc I assume) saves in PDF format.
>
> What you need to do is print the document to a file using a postscript print
> driver. Note that this will be a postscript file, NOT a PDF file in text
> format.
>
> Tom.
Ok but i'm not able to do thiz can you show me an example?
|
|
0
|
|
|
|
Reply
|
superblond
|
11/7/2003 9:32:11 AM
|
|
|
5 Replies
609 Views
(page loaded in 0.07 seconds)
|
|
|
|
|
|
|
|
|