Page 1 of 1

Does, PdfVectorOutput() saves corrupt pdf

Posted: Sat Oct 17, 2015 10:28 am
by davido
Could someone check if PdfVectorOutput() saves corrupt pdf, please.
See: http://www.purebasic.fr/english/viewtop ... 19&t=63750

Re: Does, PdfVectorOutput() saves corrupt pdf

Posted: Sat Oct 17, 2015 3:46 pm
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.

Re: Does, PdfVectorOutput() saves corrupt pdf

Posted: Sat Oct 17, 2015 3:59 pm
by davido
Hi Little John,
Thank you for testing. Pleased to know that all is ok with Linux.

Re: Does, PdfVectorOutput() saves corrupt pdf

Posted: Sun Oct 18, 2015 9:00 am
by Hoessi666
You must use the "MovePathCursor()"-Command before a Drawing Action, otherwise you'll get a corrupt Output-File.