Lines Matching defs:pdf_info
186 SkPDF::Metadata pdf_info;
187 pdf_info.fTitle = config.title.value.c_str();
188 pdf_info.fAuthor = config.author.value.c_str();
189 pdf_info.fSubject = config.subject.value.c_str();
190 pdf_info.fKeywords = config.keywords.value.c_str();
191 pdf_info.fCreator = config.creator.value.c_str();
195 pdf_info.fCreation = now;
196 pdf_info.fModified = now;
197 pdf_info.fPDFA = true;
199 return SkPDF::MakeDocument(wStream, pdf_info);