Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.
  • Page:
  • 1

TOPIC:

PDFPageView for a Xamarin Custom Renderer 6 years 6 months ago #12983

  • jsk
  • jsk's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
I tried to develop a custom renderer for Android for the class Com.Radaee.View.PDFPageView in Xamarin.
I tried to open a PDF Document via a PDFStream.
I can still successfully open the stream, but opening the document fails.
using(Com.Radaee.Pdf.Document oDoc = new Com.Radaee.Pdf.Document())
using(PDFFileStream oStream = new PDFFileStream())
{
	oStream.Open(m_strPdfUri);
	oDoc.OpenStream(oStream, null);
	// ...
}

Error:
java.lang.UnsatisfiedLinkError:
No implementation found for long com.radaee.pdf.Document.openStream(com.radaee.pdf.Document$PDFStream, java.lang.String)

Does that even have a chance of working?

Please Log in or Create an account to join the conversation.

PDFPageView for a Xamarin Custom Renderer 6 years 6 months ago #12990

  • jsk
  • jsk's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
Can Radaee PDF be used in Xamarin Forms at all?
To integrate this into Forms, for example, you would need a view derivation that can be encapsulated in a custom renderer.
Is this planned or does it already exist?

Please Log in or Create an account to join the conversation.

PDFPageView for a Xamarin Custom Renderer 6 years 6 months ago #12992

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
Make sure to call
Global.Init(this);
before opening
oDoc.OpenStream(oStream, null);
Currently any customization needs to be done in the native Android, iOS projects.

Yes, It's planned to provide a view that can be encapsulated in a custom renderer, but for more information you need to contact This email address is being protected from spambots. You need JavaScript enabled to view it.

Please Log in or Create an account to join the conversation.

PDFPageView for a Xamarin Custom Renderer 6 years 5 months ago #13043

  • jsk
  • jsk's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
For Android I found PDFLayoutView that perfectly meets my requirements to use it in a custom renderer.
Is there anything comparable in the iOS part?

Please Log in or Create an account to join the conversation.

PDFPageView for a Xamarin Custom Renderer 6 years 5 months ago #13045

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
Hi,

for more information about Xamarin module customization on iOS, I suggest to open a ticket addressed to Sales and licensing department on our ticket area: www.radaeepdf.com/support/tickets

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum