The specific functions are as follows:
pdf to word
pdf to powerpoint
pdf to excel
word to pdf
powerpoint to pdf
excel to pdf
pdf to jpg
The plugin will autocreate wordpress Pages,such as pdf to word \ pdf to powerpoint \ pdf to excel \ word to pdf \ powerpoint to pdf \ excel to pdf \ pdf to jpg \ index(the summary navigation page of all autocreated pages) ,you can modify as you need.
vvpdf.com
Powered by
vvpdf.com
1.0.0
- First version.basic function
== 3rd Party or external service details ##
Ducuments convert service base on 3rd saas service,PDF Convert Tools wordperss plugin base on ffpdf.com Api mainly.The following is a description of the main interfaces API .
Common Interface API:
- https://ffpdf.com/api/_Account/Login
The user login interface transmits the user login information of the current WordPress website through the HTTPS protocol, and the return value is the authorized information
- https://ffpdf.com/api/_file/Upload
The user uploads the interface, and sends the documents to be converted to the
ffpdf.com The return value is the result of whether the upload is successful or not, and then the background performs the conversion according to the target type of the conversion,and unique id info.
- https://ffpdf.com/api/ConvertLog/Converting?
The conversion request API requires the service to process the uploaded specified document according to the user's conversion type request
- https://ffpdf.com/api/ConvertLog/downloadFile
Return the processed file download information required by the user, and allow the customer to download it in the browser in the mode of HTTPS
Special Interface API:
- https://ffpdf.com/api/ConvertLog/exceltopdf?id=
Processing user Excel to PDF request API
- https://ffpdf.com/api/ConvertLog/pdftoJpg?id=
Processing user PDF to JPG request API
- https://ffpdf.com/api/ConvertLog/ppttopdf?id=
Processing user PPT to PDF request API
- https://ffpdf.com/api/ConvertLog/DocToPdf?id=
Processing user DOC to PDF request API