- Posts: 14
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
vZoomSet method chang the scale value I set
10 years 4 months ago #9785
by sekorm
vZoomSet method chang the scale value I set was created by sekorm
There are three properties in the PDFLayout Class:
max_scale 、 min_scale 、 scale
for some pdf file (each page that width and height are not the same value),
after I invoke the method "vZoomSet" of the Class PDFLayout to set the scale value to
0.8f or some other value,
it will be set to the min_scale value after the invoke of the method "vZoomSet".
We have no idea of it.
We are using the PDFViewer3.4.zip release with Professional License,
Plz do us a favor for this question, Thanks a lot!!!!
One more question:
some pdf can not be rendered normally , pics can not be rendered.
(plz check the attachment pic )
Hope for your reply !!!!!!
max_scale 、 min_scale 、 scale
for some pdf file (each page that width and height are not the same value),
after I invoke the method "vZoomSet" of the Class PDFLayout to set the scale value to
0.8f or some other value,
it will be set to the min_scale value after the invoke of the method "vZoomSet".
We have no idea of it.
We are using the PDFViewer3.4.zip release with Professional License,
Plz do us a favor for this question, Thanks a lot!!!!
One more question:
some pdf can not be rendered normally , pics can not be rendered.
(plz check the attachment pic )
Hope for your reply !!!!!!
10 years 4 months ago #9795
by Davide
Replied by Davide on topic vZoomSet method chang the scale value I set
Hi,
you are using an old version of the library, can you reproduce this issue with the last version of the library?
Can you please better explain the issue and how to reproduce it?
Can you send us the pdf that causes the issue and the lines of code you are using?
I suggest you to look at vSetScale(float, float, float) method to set zoom www.radaeepdf.com/documentation/javadocs...FView.html#vSetScale (float, float, float)
And:
you are using an old version of the library, can you reproduce this issue with the last version of the library?
Can you please better explain the issue and how to reproduce it?
Can you send us the pdf that causes the issue and the lines of code you are using?
I suggest you to look at vSetScale(float, float, float) method to set zoom www.radaeepdf.com/documentation/javadocs...FView.html#vSetScale (float, float, float)
And:
- vGetScale()
- vGetMaxScale()
- vGetMinScale()
10 years 4 months ago #9796
by sekorm
Replied by sekorm on topic vZoomSet method chang the scale value I set
Please check the attachments below
sekorm.pdf for the scale value problem;
EPSON.pdf for the render problem.
sekorm.pdf for the scale value problem;
EPSON.pdf for the render problem.
10 years 4 months ago #9797
by sekorm
Replied by sekorm on topic vZoomSet method chang the scale value I set
Please check the attachments below
sekorm.pdf for the scale value problem;
EPSON.pdf for the render problem.
sekorm.pdf for the scale value problem;
EPSON.pdf for the render problem.
10 years 4 months ago #9798
by Davide
Replied by Davide on topic vZoomSet method chang the scale value I set
Hi,
there is no attachment.
Have you tried with the last version of the library and with the methods I suggested you?
there is no attachment.
Have you tried with the last version of the library and with the methods I suggested you?
10 years 4 months ago #9799
by sekorm
Replied by sekorm on topic vZoomSet method chang the scale value I set
we have a requirement,
to fit the mobile height by pdf page height or mobile width by pdf page width when the mobile shown in landscape mode ;
but when the page sizes are not the same, it can hardly to make this requirement achieve,
only when the page sizes are the same can we make this requirement achieve
to fit the mobile height by pdf page height or mobile width by pdf page width when the mobile shown in landscape mode ;
but when the page sizes are not the same, it can hardly to make this requirement achieve,
only when the page sizes are the same can we make this requirement achieve
Time to create page: 0.381 seconds