Does, PdfVectorOutput() saves corrupt pdf

Linux specific forum
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Does, PdfVectorOutput() saves corrupt pdf

Post by davido »

Could someone check if PdfVectorOutput() saves corrupt pdf, please.
See: http://www.purebasic.fr/english/viewtop ... 19&t=63750
DE AA EB
Little John
Addict
Addict
Posts: 4778
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: Does, PdfVectorOutput() saves corrupt pdf

Post by Little John »

Hi davido,

the code example for PdfVectorOutput() works fine here with PB 5.40 x64 final on Linux Mint 17.2 Cinnamon, i.e. the created file shows the expected content when opened with the document viewer that comes with Linux Mint, and also when opened with Adobe Reader XI on Windows.
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: Does, PdfVectorOutput() saves corrupt pdf

Post by davido »

Hi Little John,
Thank you for testing. Pleased to know that all is ok with Linux.
DE AA EB
Hoessi666
User
User
Posts: 24
Joined: Fri Feb 05, 2010 6:44 pm

Re: Does, PdfVectorOutput() saves corrupt pdf

Post by Hoessi666 »

You must use the "MovePathCursor()"-Command before a Drawing Action, otherwise you'll get a corrupt Output-File.
Post Reply