Search found 4 matches

by douglas.paulino
2016-04-20T05:07:27-07:00
Forum: Users
Topic: PDF to png on Android
Replies: 5
Views: 3108

Re: PDF to png on Android

folks, someone can guide me? :D
by douglas.paulino
2016-04-19T05:11:27-07:00
Forum: Users
Topic: PDF to png on Android
Replies: 5
Views: 3108

Re: PDF to png on Android

Follow the error on Android

04-19 09:06:22.734: A/DEBUG(274): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
04-19 09:06:22.735: A/DEBUG(274): Build fingerprint: 'motorola/osprey_retla_ds/osprey_uds:6.0/MPI24.65-33.1/1:user/release-keys'
04-19 09:06:22.735: A/DEBUG(274): Revision ...
by douglas.paulino
2016-04-18T19:28:37-07:00
Forum: Users
Topic: PDF to png on Android
Replies: 5
Views: 3108

Re: PDF to png on Android

IM version 6.7.3-0
Plataforma: Android

Snibgo.... I will get the log, but the APP just crash.
I am using this example: https://github.com/paulasiimwe/Android- ... master/jni
I just created a new file magick_Pdf.c and rebuild the .so file.
by douglas.paulino
2016-04-18T12:57:04-07:00
Forum: Users
Topic: PDF to png on Android
Replies: 5
Views: 3108

PDF to png on Android

Folks
Can someone show me what api at C should I use to convert PDF to PNG? Must perform this conversion on android and am having trouble for it.
Follow my attempt:

JNIEXPORT void JNICALL Java_magick_Pdf_pdfToPng
(JNIEnv *env, jobject self)
{
printf("Hello World!\n");
int args_count;
char ...