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
相關文章
相關標籤/搜索