问题标签 [android-pdf-api]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Trying to create a PDF from a listview
Hello Everyone I'm trying to create a pdf programatically from a set of images. I'm loading images on Listview from array list. after displaying the images on click floating action button I'm willing to create a new PDF file. I'm successfully creating file, Unfortunately I can able to see only one image on the pdf file out of 5 images. For reference purpose here I'm sharing the code which I'm trying to achieve. Please help me in creating and displaying list of images on PDF
android-pdf-api - AndroidPdfViewer 在 KitKat 版本中不起作用
我正在将此库用于 AndroidPdfViewer https://github.com/barteksc/AndroidPdfViewer
在这里,我在这条线上遇到了 nullPointer 异常。
android - 更改设备方向时出现 MuPDF 错误
我使用 MuPDF 库在 android 应用程序上查看 PDF,在纵向 pod 上查看 pdf 时没问题,但一旦更改方向以横向应用程序崩溃。
有谁知道这里有什么问题?
android - Android Oreo 8.0 Native C++ 崩溃,但适用于 Android 7
我正在使用 muPdf 库开发一个应用程序(pdf 查看器),它在 Android 7 上运行良好(pdf 页面和预览显示没有问题),但是当我在模拟器或带有 Android 8 的真实设备上测试它时它一直崩溃。
从那以后我就一直坚持这一点,知道如何解决这个问题或跟踪它的来源吗?
android - 我的应用程序在 Oreo 8.1 版本上崩溃,但适用于较低的操作系统版本
我的 Android 应用程序在 8.1 以下的 Android 版本(基于 Mupdf 的应用程序)上运行良好,在 Android 8.1 上进行测试时,它不断崩溃并出现以下错误:
该应用程序将 JNI 与 lib libmupdf.so(来自 MuPDF)一起使用。
它在 Android 7.1 上运行良好,适用于模拟器和真实设备。
这是另一个错误:
我不知道有什么问题,请帮忙。
java - PDF 立即打开和关闭
在我的应用程序中,我正在将 pdf 下载到下载文件夹,并尝试使用以下代码打开。
清单文件中的提供程序定义
provider_paths.xml
该应用程序仅显示用于打开文件的驱动器 pdf 查看器和单词选项,而不是手机中存在的 pdf 查看器。
当我单击驱动器 pdf 查看器时,它会立即打开和关闭。我已经检查了下载文件夹中的文件,文件在那里,里面有内容。
请在上面提供帮助。
android - 如何从android中的Font文件夹中获取tff字体文件
我正在 android 中创建一个 pdf 文件,其中有不同的语言。我在 res 目录下的字体文件夹中有notoserifdevanagaribold.tff,但我无法在字符串变量中访问它。我正在使用 itext7 创建一个 pdf 文件。在 itext7 PdfFontFactory.createFont(String FONT, PdfEncodings.IDENTITY_H); 需要字符串值作为字体路径。如果我将/font/notoserifdevanagaribold放在字符串变量中,我会遇到错误。
可以请让我知道如何做到这一点。下面我附上了我的代码的截图。
android - PDFDocument - 多页
我正在使用PDFDocument类将RelativeLayout
在运行时填充的内容转换为 PDF。我知道如何为 1 页 PDF 执行此操作,但是,如果在运行时,RelativeLayout
没有页面 > 1,那么我不知道如何执行此操作。我想我必须拆分文本 - 但我不知道该怎么做。
这是XML
这是 createPDF() 的片段
在图片中,我也描述了我的问题。
你能指出我正确的方向吗?非常感谢