Searched refs:pdf_doc (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/pdfinput/
H A Dpdf-input.cpp708 PDFDoc *pdf_doc = new PDFDoc(filename_goo, NULL, NULL, NULL); // TODO: Could ask for password local
717 PDFDoc *pdf_doc = new PDFDoc(wfilename, wcslen(wfilename), NULL, NULL, NULL); // TODO: Could ask for password local
721 if (!pdf_doc->isOk()) {
722 int error = pdf_doc->getErrorCode();
723 delete pdf_doc;
753 dlg = new PdfImportDialog(pdf_doc, uri);
757 delete pdf_doc;
788 SvgBuilder *builder = new SvgBuilder(doc, docname, pdf_doc->getXRef());
800 Catalog *catalog = pdf_doc->getCatalog();
827 PdfParser *pdf_parser = new PdfParser(pdf_doc
[all...]

Completed in 14 milliseconds