-1

I have PDF in /some_path/file.pdf. Using mPdf and PHP I would like to open the file, rotate all pages 90 degrees and save under the same name. How do I do that?

techraf
  • 64,883
  • 27
  • 193
  • 198

1 Answers1

-1

It seems that you can do it directly in PHP. PHP: PDF_rotate

Philip
  • 95
  • 1
  • 9
  • I'd suggest you to add an example code to your answer. It is an *almost* link-only answer which are generaly discouraged since they become irrelevant once the link gets broken. – YakovL Oct 09 '16 at 08:54