Set PDF magnification property value DEFAULT by using Aspose Java v-19.1 library

Set PDF magnification property value DEFAULT by using Aspose Java v-19.1 library

I am able to change Zoom of pdf but I want to set Magnification Property Default. Please help me out. if is it possible to also share Java PDF code.

Hi,
I am trying to set pdf magnification property Default by using Aspose Java library v-19.1. Is it possible? I am able to set magnification property to 100,200…etc. But not able to set as Default value.

Please help me.

Thanks

@helloworld123

You may please set magnification by specifying Destination as XYZExplicitDestination(Destination.PageNumber, Destination.Left, Destination.Top, 0.0); . In case you still face any issue, please share your sample PDF with us so that we can test the scenario in our environment and address it accordingly.