com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class Id



  • public class Id
    extends Object

    Represents file identifier structure.


     
     
     Document doc = new Document("example.pdf");
     String original = doc.getId().getOriginal();
     String modified = doc.getId().getModified();
     
    • Method Detail

      • getOriginal

        public String getOriginal()

        Permanent identifier based on the contents of the document at the time it was originally created.

        Returns:
        String value
      • getModified

        public String getModified()

        Changing identifier based on the document's contents at the time it was last updated.

        Returns:
        String value