I want to create a simple program that will convert a pdf to a jpg with the longest height or width set to a specific pixel amount and a 1px border applied. All computer that would use it would have Acrobat 5.0 or later installed. I’m not sure if I could pull this off with something like JavaScript in Acrobat itself or preferably a drag and drop functionality in a windows application written in C# or if there’s some better way.
Share
As you mentioned C# in your question tags, you can use a .NET wrapper of ImageMagic for using Image Magic which can be used to convert pdf to images.