PageSnapshot
Kind: class
Module/package: com.pdfdancer.common.response
SDK: com.pdfdancer.client:pdfdancer-client-java 2.0.0
Represents a complete snapshot of a single PDF page including its metadata and all elements. This response aggregates page information and contained objects into a single response, reducing the number of API calls needed to retrieve page content.
Declaration
public class com.pdfdancer.common.response.PageSnapshot
Members
constructor
public com.pdfdancer.common.response.PageSnapshot(com.pdfdancer.common.model.PageRef, java.util.List<com.pdfdancer.common.model.ObjectRef>, java.util.List<com.pdfdancer.common.model.DocumentFontInfoDto>)
elements
public java.util.List<com.pdfdancer.common.model.ObjectRef> elements()
fonts
public java.util.List<com.pdfdancer.common.model.DocumentFontInfoDto> fonts()
pageRef
public com.pdfdancer.common.model.PageRef pageRef()