ultimatepp/upptst/PdfUrl/PdfUrl.cpp
cxl 823c217d2a .upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@8914 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-09-11 12:46:38 +00:00

11 lines
266 B
C++

#include <PdfDraw/PdfDraw.h>
#include <RichText/RichText.h>
using namespace Upp;
CONSOLE_APP_MAIN
{
String p = GetHomeDirFile("pdf.pdf");
SaveFile(p, Pdf(ParseQTF("This is some [^http://www.ultimatepp.org/forums^ LINK]!!!")));
LaunchWebBrowser(p);
}