Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

find out changes

Community Beginner ,
Feb 10, 2025 Feb 10, 2025
how to find out the changes made to the PDF file before receiving it

 

TOPICS
PDF
374
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 10, 2025 Feb 10, 2025

Changes compared to what? You can't find out anything until you've received the file and can compare it to something else, like a previous (or different) version.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 10, 2025 Feb 10, 2025

Thanks. My problem is : i recive from an office a PDF file. I have to find out if this file (which I have never seen and of which I have no other versions) has been manipulated and if YES, how. Could you help me? many thanks

Daniela

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 10, 2025 Feb 10, 2025

Unless you have something to compare it to, I don't see how that is possible.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 10, 2025 Feb 10, 2025

Thanks. There is no way to discover if if a part of a PDF document has been changed? A register of changes made for example, to see the author, the date or something similar. In my case i need to evaluate in contable document if any sum or value has been changed

Thanks

DS

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 10, 2025 Feb 10, 2025

There might be a register of previous versions, called PieceInformation, but it won't contain any info on who did them, and it's not simple to access it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 10, 2025 Feb 10, 2025

Thanks. But it shows what is the modify part of the document ?? It would be a start for me....

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Feb 10, 2025 Feb 10, 2025
quote

There is no way to discover if if a part of a PDF document has been changed? A register of changes made for example, to see the author, the date or something similar.

 

Well, there is no requirement for a PDF processor to add a hint that they have manipulated a document. There are certain PDF parts where programs can add such hints (Info dictionary, metadata stream, ...). But on one hand you say you don't know what the original document looked like, so maybe such a hint you find may already have been part of the original. And on the other hand someone seriously trying to manipulate the PDF will choose a PDF processor that does not leave such hints unless they are dilettantes.

 

You'd need either the original or at least a secured fingerprint thereof, e.g. in the form of a digital signature by an identity that for sure is not involved in forgery.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 10, 2025 Feb 10, 2025

Thanls, i know...... but i'm in a difficult situation

i don't know how can i reach the result

i have many contable documents and i need to know if they are true.... and i can't log in the original information because they are privat informations.....

many thanks to all !!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 10, 2025 Feb 10, 2025

The bottom line is this: Any changes to a PDF can be made "invisible", unless that file was previously digitally signed.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 12, 2025 Feb 12, 2025

I find the solution !!!!!! I did the tests with a file modified by me. I transform the modified file into html then I read the code: where it has been modified it returns a string (now I'll see how to translate it) where it has not been modified it returns the plain text value of the document. So I can find WHAT was changed even if I can't know the previous value. but I can get to the previous value with the inverse formulas. At the moment is the best first dolution

 
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Feb 12, 2025 Feb 12, 2025
LATEST

Please be aware that that won't identify changes applied by a decent forger.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines