c++ pdflib 生成文本

wostringstream optlist;     optlist.str(L"");     PDFlib p;     p.set_option(L"errorpolicy=return");     p.set_option(optlist.str());     if (p.begin_document(L"font.pdf", L"") == -1) {         return
相关文章
相关标签/搜索