Cropping pages of a .pdf file

前端 未结 5 1975
野的像风
野的像风 2020-12-01 01:31

I was wondering if anyone had any experience in working programmatically with .pdf files. I have a .pdf file and I need to crop every page down to a certain size.

Af

5条回答
  •  甜味超标
    2020-12-01 02:11

    Acrobat Javascript API has a setPageBoxes method, but Adobe doesn't provide any Python code samples. Only C++, C# and VB.

提交回复
热议问题