提供转换、优化、合并、拆分、ocr、打印文档和pdf的专业功能。

pdf4me的Python项目详细描述


pdf4me客户端api是一个python包,它连接到具有许多功能的高度可伸缩saas云服务,以解决您的文档和pdf需求。SaaS API提供了转换、优化、压缩、生成、合并、拆分、OCR、丰富、存档、打印文档和PDF的专家功能。

FeatureDescription
OptimizePDF's can often be optimized by removing structural redundancy. This leads to much smaller PDF's.
MergeMultiple PDF's can be merged into single optimized PDFs.
SplitA PDF can be splitted into multiple PDF's.
ExtractFrom a PDF extract multiple pages into a new document.
ImagesExtract images from your document, can be any type of document.
Create Pdf/ACreate a archive conform PDF/A including xmp Metadata.
Convert to PDFConvert your documents from any format to a proper PDF document.
StampStamp your document with text or images.
RotateRotates pages in your document.
ProtectProtects or Unlocks your document with given password.
ValidationValidate your document for PDF/A compliance.
RepairRepairs your document.
BarcodeReads all types of barcode embedded in document or creates them

开始

要开始获取令牌,请删除我们的email或在我们的portal中注册。

身份验证需要令牌。pdf4me客户机api已经为您提供了必要的实现。您只需要获得pdf4meclient的一个实例,如下面的示例所示。

"""Either you store them in the config.properties file with token Do not use any quotes:Correct: token=sample-not-working-key-aaaaaaaIncorrect: token="sample-not-working-key-aaaaaaa"In case the location of your config.properties differs from the default location ('../config.properties'), provide the optional argument path_to_config_file."""pdf4me_client=Pdf4meClient(path_to_config_file='path_to_my_config.properties')""" or you pass them as arguments when constructing the Pdf4meClient object """pdf4me_client=Pdf4meClient(token=token)# The pdf4meClient object delivers the necessary authentication when instantiating the different pdf4meClients such as for instance Mergemerge_client=MergeClient(pdf4me_client)merged_pdf=merge_client.merge_2_pdfs(file1=FileReader().get_file_handler(path='my_first_pdf.pdf'),file2=FileReader().get_file_handler(path='my_second_pdf.pdf'))

文档

有关提供的所有功能以及如何使用pdf4me的详细信息,请访问我们的documentation

建议

建议在多线程环境中为每个线程创建一个Pdf4meClient实例,以避免任何潜在的问题。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
Android Studio中的Java错误,但不是Eclipse   java如何使用jsp更新数据库中的文件?   jsoup如何在java中从较大的子字符串中提取多个子字符串?   java RestFB:当页面的URI具有页面名称时,无法获取页面帖子   java可以让Maven做我们在ANT构建中正在做的事情。xml   java如何在JasperReports中动态包含来自Servlet的图像?   java在hibernate中用新集更新旧集   从导出为可运行的Java应用程序创建、解析和管理XML文件。jar文件   在Java中使用数组的基础知识   调试从JAVA程序调用的MATLAB函数   java实现了Iterable hands错误大小的备份   JAVA木卫一。FileNotFoundException:请求的资源不可用   java Android Spring 1.0.1使用基本身份验证删除   java如何使用com解析和对象在一个数字数组中的值。fasterxml。杰克逊。数据绑定。对象映射器   比较两个字符串时发生java NullPointerException