Could someone check if PdfVectorOutput() saves corrupt pdf, please.
See: http://www.purebasic.fr/english/viewtop ... 19&t=63750
Does, PdfVectorOutput() saves corrupt pdf
-
- Addict
- Posts: 4778
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: Does, PdfVectorOutput() saves corrupt pdf
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.
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
Hi Little John,
Thank you for testing. Pleased to know that all is ok with Linux.
Thank you for testing. Pleased to know that all is ok with Linux.
DE AA EB
Re: Does, PdfVectorOutput() saves corrupt pdf
You must use the "MovePathCursor()"-Command before a Drawing Action, otherwise you'll get a corrupt Output-File.