Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
consistent checksums...
john_P37
Member Posts: 26 PRO
I sometimes look at checksums with datafiles to track if I have the right files. When I use Onshape to output two PDF files, one right after the other, the checksums are different. Without being an expert on checksums, this doesn't seem correct. Shouldn't those files represent exactly the same information?
thanks, John
thanks, John
Tagged:
0
Answers
A PDF is a binary file that Adobe has written their own encoding for. I exported the same drawing twice, converted to hex and made a diff:
There is a single line that is different, comparing 0824034536 to 0824034613 (which are time stamps when combined with the `2019` on the line before it)
I included a bit more to make it more obvious why it is different.
This is because each time you export, you are generating a new file. If you export once, store in a tab, and then download it then you are referencing the same file.