[Poppler-bugs] [Bug 69965] Allow to save selected pages from documents
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Sep 30 09:03:36 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=69965
Carlos Garcia Campos <carlosgc at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #86849|0 |1
is patch| |
--- Comment #3 from Carlos Garcia Campos <carlosgc at gnome.org> ---
Comment on attachment 86849
--> https://bugs.freedesktop.org/attachment.cgi?id=86849
glib: Add poppler_documents_save_pages()
This looks very complex API to me. I haven't looked at the patch in detail, but
I would go with something more like:
poppler_document_writer_new ();
poppler_document_writer_add_page (writer, page, &error);
poppler_document_writer_add_page (writer, page, &error);
....
poppler_document_writer_write (writer, uri, &error);
Or something similar.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20130930/6e0d7a84/attachment.html>
More information about the Poppler-bugs
mailing list