上一页 1 ··· 480 481 482 483 484 485 486 487 488 ··· 618 下一页

2019年12月10日

摘要: 表示设备文件 生成的新的pdf 阅读全文
posted @ 2019-12-10 09:02 lydstory 阅读(748) 评论(0) 推荐(0)

2019年12月9日

摘要: 原文链接:https://blog.csdn.net/hhhlizhao/article/details/71552588 阅读全文
posted @ 2019-12-09 23:47 lydstory 阅读(463) 评论(0) 推荐(0)
摘要: FPDF_InitLibrary(NULL); FPDF_CreateNewDocument(); FPDF_DestroyLibrary(); 阅读全文
posted @ 2019-12-09 22:29 lydstory 阅读(947) 评论(0) 推荐(0)
摘要: auto pDoc = std::unique_ptr<CPDF_Document>(); pDoc->CreateNewDoc(); auto pDict = CPDF_Dictionary::Create(); auto pStream = CPDF_Stream::Create(nullptr 阅读全文
posted @ 2019-12-09 21:51 lydstory 阅读(298) 评论(0) 推荐(0)
摘要: 已经不能从外部调用构造函数了,但是对象必须被构造,应该如何解决,麻烦大家帮忙说明,关于构造,析构函数声明为私有和保护时的用法??? 提出这个问题,说明你已经对c++有所思考了。 从语法上来讲,一个函数被声明为protected或者private,那么这个函数就不能从“外部”直接被调用了。 对于pro 阅读全文
posted @ 2019-12-09 21:35 lydstory 阅读(726) 评论(0) 推荐(0)
摘要: CreateNewDoc //创建文档 https://github.com/PureFusionOS/android_external_pdfium/blob/040b899a933cdb373171f4b9d3a5e7a0fd0b5633/core/fpdfapi/parser/cpdf_doc 阅读全文
posted @ 2019-12-09 17:51 lydstory 阅读(435) 评论(0) 推荐(0)
摘要: https://github.com/SubtleCow/AccessControlListsintheDOM/tree/4673d995e5614bc682cecd22f9b2919b23602735/src/pdf/pdfium 继承自 阅读全文
posted @ 2019-12-09 17:14 lydstory 阅读(751) 评论(0) 推荐(0)
摘要: 1.登录框 账号密码 复杂度判断 2.监控 权限认证 (5分钟必须锁定,退回登录状态)--b/s 3.exe 嵌入exe (什么时间触发了什么消息,任何消息触发都可以,日志文件zlog,5分钟没有写日志kill) 4.登录去服务器认证(走什么协议curl) 阅读全文
posted @ 2019-12-09 16:50 lydstory 阅读(198) 评论(0) 推荐(0)
摘要: 1.FPDF_InitLibrary(NULL); CPDF_CustomAccess::CPDF_CustomAccess(FPDF_FILEACCESS* pFileAccess) { if (pFileAccess) m_FileAccess = *pFileAccess; } CPDF_Cu 阅读全文
posted @ 2019-12-09 13:59 lydstory 阅读(769) 评论(0) 推荐(0)
摘要: Step 3 去除v8依赖 用文本编辑器打开pdfium根目录下的pdfium.gyp文件,找到'javascript'及'jsapi'依赖(47行左右): 'dependencies': [ 'safemath', 'fdrm', 'fpdfdoc', 'fpdfapi', 'fpdftext', 阅读全文
posted @ 2019-12-09 11:52 lydstory 阅读(372) 评论(0) 推荐(0)
上一页 1 ··· 480 481 482 483 484 485 486 487 488 ··· 618 下一页

导航