- Posts: 37
- 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
Make PDF fit width in portrait/height in landscape
10 years 5 months ago #10518
by jorisk
Make PDF fit width in portrait/height in landscape was created by jorisk
Hello,
Is it possible to make a PDF fit the width in portrait and the height in landscape mode with PDFReaderAct? I tried to change the params in the XML layout but nothing changed (and I think that com.radaee.reader.PDFReader act on the view, not the PDF itself). I am using the 3.4 version of the SDK.
Thanks by advance!
Is it possible to make a PDF fit the width in portrait and the height in landscape mode with PDFReaderAct? I tried to change the params in the XML layout but nothing changed (and I think that com.radaee.reader.PDFReader act on the view, not the PDF itself). I am using the 3.4 version of the SDK.
Thanks by advance!
10 years 5 months ago #10525
by Davide
Replied by Davide on topic Make PDF fit width in portrait/height in landscape
Hi,
please try to change this parameter from default_config() method of Global class :
please try to change this parameter from default_config() method of Global class :
Code:
def_view = 3;
10 years 5 months ago #10526
by jorisk
Replied by jorisk on topic Make PDF fit width in portrait/height in landscape
I already tried this, but it only works for the def_view = 2, but I don't want the curl effects.
10 years 5 months ago #10546
by Davide
Replied by Davide on topic Make PDF fit width in portrait/height in landscape
Hi,
apologize us for the late reply.
I was referring to the last version of the library, you are using an old version of the library, I suggest you to check the last one with def_view = 3;
apologize us for the late reply.
I was referring to the last version of the library, you are using an old version of the library, I suggest you to check the last one with def_view = 3;
10 years 5 months ago #10548
by jorisk
Replied by jorisk on topic Make PDF fit width in portrait/height in landscape
Hi,
The 3.4 version is not up to date?
Or maybe it is a conflict while I updated to this version?
I changes all the files and rebuilt the project but the problem still appear...
The 3.4 version is not up to date?
Or maybe it is a conflict while I updated to this version?
I changes all the files and rebuilt the project but the problem still appear...
Time to create page: 0.431 seconds