Forum


Replies: 6   Views: 4368
Error generating pdf file from docx
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by david.costa@swyftfilings.com  · 04-11-2018 - 07:48

Using AWS Elastic Beanstalk. System creates .docx perfect. But it fails during the conversion to pdf.

This is the error thrown:

rename(/var/app/current/storage/app/public/360lf_5bdea34a19f20.pdf,/var/app/current/storage/app/public/360lf_5bdea34a19f20.pdf): No such file or directory

I also followed the list of steps for debugging and pdf is created from CLI, but it doesn't in Apache. I created .config folder in /home/ec2-user and /var/app/current (just testing wich one you refer as home), with no success.

Is there any other way to fix it?

Thanks