- Posts: 9
- 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
RadaeePDF API Changes
- Kudryavtsev
- Topic Author
- Offline
- New Member
-
Less
More
IP: 37.145.189.7
4 years 3 months ago #15710
by Kudryavtsev
RadaeePDF API Changes was created by Kudryavtsev
Hi,
We have a standard licence for RadaeePDF and currently using ver. 3.53 of the library. We wanted to update it to ver. 3.65.8 but faced the following issue: available API was changed and the following methods are no longer available:
- PDFGetCurrentScrollPosition,
- PDFScrollToPosition,
- OnPDFScrollChanged.
Is there any workaround or any API to use instead? We need to implement full screen view mode.
Also we would like to know if it is possible to add any API to set vertical indent BEFORE the first page only?
We have a standard licence for RadaeePDF and currently using ver. 3.53 of the library. We wanted to update it to ver. 3.65.8 but faced the following issue: available API was changed and the following methods are no longer available:
- PDFGetCurrentScrollPosition,
- PDFScrollToPosition,
- OnPDFScrollChanged.
Is there any workaround or any API to use instead? We need to implement full screen view mode.
Also we would like to know if it is possible to add any API to set vertical indent BEFORE the first page only?
IP: 111.196.244.241
4 years 3 months ago #15711
by radaee
Replied by radaee on topic RadaeePDF API Changes
PDFLayoutView.PDFGetX()
PDFLayoutView.PDFGetY()
PDFScrollToPage()
there is no OnPDFScrollChanged, but this can implement by yourself.
in PDFLayoutView.onDraw() can get x and y from layout object.
PDFLayoutView.PDFGetY()
PDFScrollToPage()
there is no OnPDFScrollChanged, but this can implement by yourself.
in PDFLayoutView.onDraw() can get x and y from layout object.
- Kudryavtsev
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
IP: 37.145.189.7
4 years 3 months ago #15712
by Kudryavtsev
Replied by Kudryavtsev on topic RadaeePDF API Changes
Thanks for your reply.
Are there any plans to add any API to set vertical indent BEFORE the first page ONLY? Maybe you can suggest how to change it using current API? vSetPageGap that is available now is not what we need.
Are there any plans to add any API to set vertical indent BEFORE the first page ONLY? Maybe you can suggest how to change it using current API? vSetPageGap that is available now is not what we need.
IP: 111.196.244.241
4 years 3 months ago #15715
by radaee
Replied by radaee on topic RadaeePDF API Changes
dear user:
it is possible:
replace package "com.radaee.pdf" and "com.radaee.util"
replace native libraries.
then, fix compile error one by one.
mostly, API are declared as same function.
it is possible:
replace package "com.radaee.pdf" and "com.radaee.util"
replace native libraries.
then, fix compile error one by one.
mostly, API are declared as same function.
- Kudryavtsev
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
IP: 37.112.250.14
4 years 3 months ago #15716
by Kudryavtsev
Replied by Kudryavtsev on topic RadaeePDF API Changes
Not sure that I understand you. My question is: how to set vertical indent BEFORE the first page ONLY using existing API.
IP: 111.196.244.241
4 years 3 months ago - 4 years 3 months ago #15717
by radaee
Replied by radaee on topic RadaeePDF API Changes
sorry,
what i mean is:
you can keep your old PDFLayoutView class and old layout classes, or even old PDFView classes.
only replace JNI interface java codes.
replace package "com.radaee.pdf" and "com.radaee.util"
and replace native libraries.
then fix compile issue one by one.
in this way, you can update new libraries to your project, and you can still keep your old viewer classes.
what i mean is:
you can keep your old PDFLayoutView class and old layout classes, or even old PDFView classes.
only replace JNI interface java codes.
replace package "com.radaee.pdf" and "com.radaee.util"
and replace native libraries.
then fix compile issue one by one.
in this way, you can update new libraries to your project, and you can still keep your old viewer classes.
Last edit: 4 years 3 months ago by radaee.
Time to create page: 0.517 seconds