[poppler] poppler/Gfx.cc

2021-07-17 Thread GitLab Mirror
poppler/Gfx.cc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 87422fcfc35959235aea74e78bc58a1b1a5c116f Author: Albert Astals Cid Date: Sun Jul 18 00:43:22 2021 +0200 Update (C) diff --git a/poppler/Gfx.cc b/poppler/Gfx.cc index c30c2f5c..4a6b21db 100644 ---

Re: [poppler] How to "pdfunite" in memory...?

2021-07-17 Thread Pierre Couderc
On 7/17/21 8:43 PM, Oliver Sander wrote: I do not understand well your question. But I know that a pdf document contains pages. I have pdf documents in memory (read from a database) and I need to merge these documents in memory to write them back in a database... You need to give a few more

Re: [poppler] How to "pdfunite" in memory...?

2021-07-17 Thread William Bader
utils/pdfunite.cc opens its input files with PDFDoc *doc = new PDFDoc(gfileName, NULL, NULL, NULL) poppler/PDFDoc.h also provides PDFDoc(BaseStream *strA, GooString *ownerPassword = NULL, GooString *userPassword = NULL, void *guiDataA = NULL) poppler/Stream.h provides MemStream(char *bufA,

[poppler] poppler/Gfx.cc

2021-07-17 Thread GitLab Mirror
poppler/Gfx.cc | 21 +++-- 1 file changed, 3 insertions(+), 18 deletions(-) New commits: commit 9998ae596bd26cc7b61f176dda0fcee6e1dd346b Author: Oliver Sander Date: Thu Jul 15 15:46:43 2021 +0200 Replace a local bubble sort implementation by std::sort This

Re: [poppler] How to "pdfunite" in memory...?

2021-07-17 Thread Oliver Sander
I do not understand well your question. But I know that a pdf document contains pages. I have pdf documents in memory (read from a database) and I need to merge these documents in memory to write them back in a database... You need to give a few more details about what you mean by "I have

Re: [poppler] How to "pdfunite" in memory...?

2021-07-17 Thread Pierre Couderc
On 7/9/21 8:03 PM, Leonard Rosenthol wrote: How are you “working on PDF pages in a Blob”?  Pages aren’t self-contained in a PDF – you need (a) document level objects as well as (b) any cross-page shared objects. Leonard *From: *poppler on behalf of Pierre Couderc *Date: *Friday, July