Community

PHP PDF to Docx Conversion

Hi,

I have implement the PHP SDK.  I have facing following issue for pdf to docx conversion.

  • I want to store single multi-page pdf in multiple docx files after conversion. 
  • What is the use of processField API 
  • tabular data from pdf are not convert properly in docx file 
  • can we use processDocument and processField API on same task Id 
  • Please elaborate the difference between processDocument and processField

Was this article helpful?

0 out of 0 found this helpful

Comments

3 comments

  • Avatar
    Helen Osetrova

    Hello!

     

     

    1. The API is designed for the exporting the recognition result to the single file of each specified format. Conversion one multi-page PDF to several DOCX files is not supported.

     

    2. The processing parameters of the processFields method are specified using the XML file, which is transmitted in the request body. You can use the XSD schema of the XML file to create the file with necessary settings. Please see the related article for the description of the main XML tags and a couple of samples. 

     

    3. Kindly specify what settings do you use for the processing? Please post here the sample document as well.

     

    4 and 5. You certainly can use both methods with the same taskId which is obtained from the submitImage method. The difference between them is in the usage scenario: the processDocument method is intended for full-page recognition while the processFields method is used for recognition of particular areas of the document ("fields"), which should not contain more than 200 characters. Please note that processFields method is the most convenient when you process a large number of fields on one page: in this case the price of recognition of all fields on one page does not exceed the price of recognition of a page of A4 size. Kindly review the details in Billing terms

     

    Hope this answers your queries!

     

    0
  • Avatar
    Permanently deleted user

    Very interesting and very informative site I guess this is very useful for me Have such fine writing skills and keep up the more fantastic work This is my first time visit in here and I am very really pleasant to read all at one place thank you so much. 

    0
  • Avatar
    Helen Osetrova

    Hi ParthRaj,

     

    Thank you for the positive feedback and appreciating of the forum. We will be glad to see you again! 

    0

Please sign in to leave a comment.