NateShoffner / lanco-discord-bot

Discord bot tailored to Lancaster County/City in PA.
MIT License
2 stars 2 forks source link

Feature: PDF Preview - Multiple Pages #27

Open NateShoffner opened 6 months ago

NateShoffner commented 6 months ago

Generate the first x (<~3) pages of a PDF for preview instead of just the first one. Make the option server-configurable.

NateShoffner commented 2 weeks ago

Likely not possible without relying on some undocumented features: namely performing preliminary uploading of images and chaining a series of embeds with image URLs as described here.