mupdf Questions
10
Solved
I have installed PymuPDF/fitz because am trying to extract images from PDF files. However, upon running the code below, I am seeing No module named 'frontend'.
doc = fitz.open(pdf_path)
for i in ...
Uninterrupted asked 5/6, 2019 at 20:37
3
Solved
I am looking for a way to 'outline' all text/fonts in a PDF file, i.e. convert them to curves.
I would prefer to do this without having to convert the PDF to PostScript and back. Also, I would lik...
Marv asked 1/3, 2015 at 18:36
1
It is kind of annoying to use the mouse every time I have to copy text from a PDF in zathura.
I was wondering if it is possible to select and copy text in zathura similar to Vim's visual mode? I d...
1
I am trying to implement the mupdf library to render pdf documents in my app.My app crashes with the following error log:-
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symb...
Spirochete asked 14/7, 2016 at 12:36
0
After I created a Objective-c class in my project based on JosephH example. I imported it in my bridging header file.
I was actually able to make it work using a .pdf file in the main bundle
NSSt...
Perlman asked 8/6, 2016 at 13:18
2
Solved
I'm using muPDF for reading PDFs in my application. I don't like its default animation (Switching horizontally). In other side i found this brilliant library for curl effect on images, and this pro...
2
Solved
How can I integrate the mupdf library into an existing iOS project? I can run the provided source on my device and simulator, but I can't seem to manage to add it to my project correctly. I tried l...
1
Solved
I am trying to include mupdf in my Android application.
I run the steps from http://dixitpatel.com/integrating-pdf-in-android-application/
without any problems. But when the app is starting it runs...
2
Can I develop an ebook reader on iphone/ipad using MuPDF library?
Do you have any good idea? Please help me with some good tutorials.
1
Solved
As described here (https://github.com/sufficientlysecure/document-viewer/issues/88) we're facing the problem that the JNI library that is part of the MuPdf Android demo is really large. In this cas...
Mescaline asked 29/4, 2015 at 21:57
5
I'm trying to read pdf files in my android application. I don't want to use the default pdf reader and simply open a new intent because I need my own GUI, and want to use the first page as a cover....
2
Image extraction with pdfimages and mupdf/mutool works fine so far.
Images in PDFs produced with FreePDF are always sliced, so one image results in multiple image files.
Is there a trick to avoid...
Deck asked 19/1, 2015 at 11:13
6
Solved
I am working on some stuff that should be able to read PDF in my app and I want to put PDF view in my custom layout. I had preferred Android PDF Viewer but when I performed zoomIn, zoomOut it takes...
Manatee asked 14/12, 2011 at 6:53
1
I have compiled MuPDF correctly and have been able to run the sample app without an issue, but:
Problem
I want to have a functionality like highlights,underlines, sticky notes, arrows, lines, ova...
Silvana asked 10/1, 2013 at 8:38
2
Solved
In my existing android app, Im using MuPDF, which i ported with help of this doc.
Now when i want to open pdf files inside activity i use :
Uri uri = Uri.parse(path);
Intent intent = new Intent(t...
Decato asked 23/7, 2013 at 6:38
1
Solved
My application is running well until I'm trying to build the release version. I got the following error message:
java.lang.NoSuchFieldError: no field with name='globals' signature='J'
in class ...
Patinated asked 1/4, 2014 at 10:23
3
Solved
I would like to render/open PDF file (stored in SDCard) in Android without using in-build application or viewer.
1) We have tried MuPDF open source library but rendering using this library is ver...
Serene asked 17/8, 2011 at 2:49
2
Solved
Im adding MUPDF to android app doing :
(1) http://mupdf.blogspot.com/
(2) http://pastebin.com/YzHUhzE7
when i try to do :
Intent intent = new Intent(getBaseContext(), ChoosePDFActivity.class);
...
Eyeball asked 19/7, 2013 at 5:28
1
I have two libraries one is MuPDF to view PDF files in android and second is pageCurl to implement the page curl effect, but it works for bitmaps. Now, I have no idea how can i integrate both of th...
5
Solved
I am working on a project in which i have to deal with pdf view. I am trying to integrate mupdf library in my project but getting error as mentioned below. I have followed all steps mentioned in re...
Raffia asked 28/8, 2012 at 12:57
1
Solved
Mupdf documentation shows me how to use the library as an application and deploy it. However, I want to suck it into an existing java project and build my application on top of it. Can this be done...
1
Solved
I have edited a PDF using some of MuPDFs modification API and I cannot figure out how to save this modified PDF to disk. Is this possible? If so how can I save this PDF?
Bernat asked 16/7, 2012 at 15:26
1
Solved
I have tried mupdf library to render my pdf ie. to have my own PDF VIewer, but when i try to form libmupdf.so file using Cygwin on my Windows system, getting errors and .so file not building....
Babi asked 9/4, 2012 at 7:18
4
Solved
I need a PDF library for manipulating a PDF documents, (creating PDF, image convertinng to PDF) and things like that but in Android.
I tried the android itext port but the library project ge...
1
Solved
Is MuPdf library faster at rendering images from pdf pages than xpdf/poppler? They say it is high-performance.
Nebulous asked 6/9, 2011 at 15:58
1 Next >
© 2022 - 2024 — McMap. All rights reserved.