![]() |
Request for command extension LitDev - Printable Version +- Small Basic Forum (https://litdev.uk/mybb) +-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1) +--- Forum: Extensions (https://litdev.uk/mybb/forumdisplay.php?fid=3) +--- Thread: Request for command extension LitDev (/showthread.php?tid=377) |
Request for command extension LitDev - martmen - 05-27-2025 Hello LitDev, could you please create a command that generates the contents of the current window as a PDF? It should also be possible to save it afterward. Thank you very much for your great extension. Best regards, Martin RE: Request for command extension LitDev - litdev - 05-27-2025 Hi, You can aready make a screenshot of a window. Do you mean embedding this image in a PDF or something else? Writing and reading PDF content is mostly proprietary to Adobe, there probably are some free 3rd party methods for this though - but it is different to writing to SB GW and there wouldn't be any way to translate GW content to PDF other than an image I think. RE: Request for command extension LitDev - martmen - 05-27-2025 OK, then I'll take the route via the PDF printer. |