简体   繁体   English

如何将 pdf 文件转换为 android 中的 doc 文件?

[英]How to convert pdf files to doc file in android?

I have a problem in editing the pdf file.我在编辑 pdf 文件时遇到问题。 I have used pdfParser class with the help of this i can view the pdf file very easily.我已经使用 pdfParser class 在这个的帮助下我可以很容易地查看 pdf 文件。 Now i want to edit the pdf file how can i do this.现在我想编辑 pdf 文件我该怎么做。 which jar files are supported for this.为此支持 jar 文件。 I have used the pdfBox jar file for this but it shows an exception for PDDocument class.我为此使用了 pdfBox jar 文件,但它显示了 PDDocument class 的异常。

Thanks谢谢

There are several Java Open-Source projects that let you convert between several file formats.有几个 Java 开源项目可让您在多种文件格式之间进行转换。 You can try Jasper Reports or one of Apache POI.您可以尝试 Jasper Reports 或 Apache POI 之一。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Android中将.doc文件转换为.pdf文件 - How to convert .doc file to .pdf file in android 如何在Android App Programmatic中将PDF文件转换为DOC文件 - How to Convert PDF file to DOC file in Android App Programmatic 如何在Android中加密和解密pdf/doc文件 - How to encrypt and decrypt a pdf/doc file in Android 如何将文件(pdf,doc等...)下载到SD卡中并使用android中的volley打开文件? - How to download files (pdf, doc etc…) into sdcard and open the file using volley in android? 如何将像视频音频PDF doc文本文件图像这样的文件从android上传到php服务器 - How to upload files like video audio PDF doc text file image from android to php server 将所选文件(PDF,doc)上传到服务器android - Uploading selected file(PDF, doc) to a server android 如何将base64转换为不同类型的文件(doc,pdf,word ..etc)? - How to convert base64 to different kind of files ( doc , pdf , word ..etc ) ? 如何在Android中将字节数组转换为PDF文件? - How to convert Byte Array to PDF file in Android? 如何在android的服务器中上传多个选定的文件(即.doc、pdf、jpeg、png) - How to upload multiple selected files (i.e..doc,pdf,jpeg,png) in server at android 如何使用Android将.pdf .doc .txt文件上传到服务器(mysql数据库) - How to upload .pdf .doc .txt files to server(mysql database) using Android
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM