With reference to PDF to Github Flavored Markdown
Now with PDF support on GitHub, I have a PDF file (generated by my own txt2pdf converter) not shown correctly on GitHub, but okay when using Adobe Reader or Google Chrome.
Is it an issue with GitHub PDF preview, or my own converter? (I do not know which channel to report to, hence this post on SO)
My PDF file is v1.4.
Example PDF file: https://github.com/txt2pdf/pdfdump/blob/master/sample.pdf
Thanks @VonC and @mkl for both of your kind feedback. I have fixed the program and recalculate the xref table, but this sample2.pdf
still has some unknown issue where online PDF repair tool could not detect.
https://github.com/txt2pdf/pdfdump/blob/master/sample2.pdf
LATEST UPDATE: I remove the "T*" from each text block (EDIT: and also use capital letter "/F1" instead of "/f1") when generating the output PDF file. Now it is shown correctly on GitHub. So the issue was with my converter, not GitHub's.