We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Once #6 is implemented, travis should run make all and compare the diffs to make sure docs/*.png and pdf/*.pdf have been updated.
make all
docs/*.png
pdf/*.pdf
Looks like two compiled pdfs can't be the same, because the cdate and mdate are embedded in the file:
ning:~/temp $ diff test.pdf test1.pdf --text 57,58c57,58 < /CreationDate (D:20180922113906+08'00') < /ModDate (D:20180922113906+08'00') --- > /CreationDate (D:20180922113859+08'00') > /ModDate (D:20180922113859+08'00') 84c84 < /ID [<09E48BCF9B8804B9F2D051A74DE46D23> <09E48BCF9B8804B9F2D051A74DE46D23>] --- > /ID [<F1EE7BE89A8172899D208856FCCB9E28> <F1EE7BE89A8172899D208856FCCB9E28>]
I can probably write a script to do this diff --text and parse its output to make sure nothing but cdate, mdate, and id has changed.
diff --text
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Once #6 is implemented, travis should run
make all
and compare the diffs to make suredocs/*.png
andpdf/*.pdf
have been updated.Looks like two compiled pdfs can't be the same, because the cdate and mdate are embedded in the file:
I can probably write a script to do this
diff --text
and parse its output to make sure nothing but cdate, mdate, and id has changed.The text was updated successfully, but these errors were encountered: