Do any PDF merging utilities preserve the PDF/A format?












2















I need to merge multiple PDF files which are in the PDF/A format (used for long-term archiving). The input files are all PDF/A-1a documents created with LibreOffice Writer, and the merged output must be exact same format. Lossless merging is preferred. Is this possible?



Related question here, with the results of my trial and errors so far below:



pdf-shuffler Produces lossy PDF-1.3 output.



pdftk/pdfchain Produces lossy PDF-1.4 output.



Ghostscript/gs Produces lossy PDF-1.7 output.



pdfunite(from poppler-utils) Produces lossy PDF-1.4 output.



convert(from imagemagick) Produces very large files with extremely lossy PDF-1.4 output.



Using this method with the LibreOffice GUI I am able to export PDF/A files, however the quality is degraded and SVG graphics are rendered incorrectly.



libreoffice outputs .ps files and fails with many error messages in the console. libreoffice --headless --print-to-file FILE1.pdf FILE2.pdf MERGED.pdf (I'm probably using this command incorrectly...)










share|improve this question























  • Can't you merge the (regular) PDFs first and then open the merged file in LibreOffice and save that as PDF/A-1a?

    – terdon
    Jan 6 at 16:13











  • Not a bad idea, however all the merges so far have output at reduced quality or mangled the SVG graphics. I'm hoping to preserve the quality and relatively small file size of the originals.

    – Tom Brossman
    Jan 6 at 19:38











  • hmm, it might be better then to ask a question about merging properly. If you can then convert to PDF/A in libre office, the main hurdle would be the proper merge, so it might be easier to focus on that.

    – terdon
    Jan 6 at 20:40


















2















I need to merge multiple PDF files which are in the PDF/A format (used for long-term archiving). The input files are all PDF/A-1a documents created with LibreOffice Writer, and the merged output must be exact same format. Lossless merging is preferred. Is this possible?



Related question here, with the results of my trial and errors so far below:



pdf-shuffler Produces lossy PDF-1.3 output.



pdftk/pdfchain Produces lossy PDF-1.4 output.



Ghostscript/gs Produces lossy PDF-1.7 output.



pdfunite(from poppler-utils) Produces lossy PDF-1.4 output.



convert(from imagemagick) Produces very large files with extremely lossy PDF-1.4 output.



Using this method with the LibreOffice GUI I am able to export PDF/A files, however the quality is degraded and SVG graphics are rendered incorrectly.



libreoffice outputs .ps files and fails with many error messages in the console. libreoffice --headless --print-to-file FILE1.pdf FILE2.pdf MERGED.pdf (I'm probably using this command incorrectly...)










share|improve this question























  • Can't you merge the (regular) PDFs first and then open the merged file in LibreOffice and save that as PDF/A-1a?

    – terdon
    Jan 6 at 16:13











  • Not a bad idea, however all the merges so far have output at reduced quality or mangled the SVG graphics. I'm hoping to preserve the quality and relatively small file size of the originals.

    – Tom Brossman
    Jan 6 at 19:38











  • hmm, it might be better then to ask a question about merging properly. If you can then convert to PDF/A in libre office, the main hurdle would be the proper merge, so it might be easier to focus on that.

    – terdon
    Jan 6 at 20:40
















2












2








2








I need to merge multiple PDF files which are in the PDF/A format (used for long-term archiving). The input files are all PDF/A-1a documents created with LibreOffice Writer, and the merged output must be exact same format. Lossless merging is preferred. Is this possible?



Related question here, with the results of my trial and errors so far below:



pdf-shuffler Produces lossy PDF-1.3 output.



pdftk/pdfchain Produces lossy PDF-1.4 output.



Ghostscript/gs Produces lossy PDF-1.7 output.



pdfunite(from poppler-utils) Produces lossy PDF-1.4 output.



convert(from imagemagick) Produces very large files with extremely lossy PDF-1.4 output.



Using this method with the LibreOffice GUI I am able to export PDF/A files, however the quality is degraded and SVG graphics are rendered incorrectly.



libreoffice outputs .ps files and fails with many error messages in the console. libreoffice --headless --print-to-file FILE1.pdf FILE2.pdf MERGED.pdf (I'm probably using this command incorrectly...)










share|improve this question














I need to merge multiple PDF files which are in the PDF/A format (used for long-term archiving). The input files are all PDF/A-1a documents created with LibreOffice Writer, and the merged output must be exact same format. Lossless merging is preferred. Is this possible?



Related question here, with the results of my trial and errors so far below:



pdf-shuffler Produces lossy PDF-1.3 output.



pdftk/pdfchain Produces lossy PDF-1.4 output.



Ghostscript/gs Produces lossy PDF-1.7 output.



pdfunite(from poppler-utils) Produces lossy PDF-1.4 output.



convert(from imagemagick) Produces very large files with extremely lossy PDF-1.4 output.



Using this method with the LibreOffice GUI I am able to export PDF/A files, however the quality is degraded and SVG graphics are rendered incorrectly.



libreoffice outputs .ps files and fails with many error messages in the console. libreoffice --headless --print-to-file FILE1.pdf FILE2.pdf MERGED.pdf (I'm probably using this command incorrectly...)







software-recommendation pdf






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 6 at 15:41









Tom BrossmanTom Brossman

8,8431149114




8,8431149114













  • Can't you merge the (regular) PDFs first and then open the merged file in LibreOffice and save that as PDF/A-1a?

    – terdon
    Jan 6 at 16:13











  • Not a bad idea, however all the merges so far have output at reduced quality or mangled the SVG graphics. I'm hoping to preserve the quality and relatively small file size of the originals.

    – Tom Brossman
    Jan 6 at 19:38











  • hmm, it might be better then to ask a question about merging properly. If you can then convert to PDF/A in libre office, the main hurdle would be the proper merge, so it might be easier to focus on that.

    – terdon
    Jan 6 at 20:40





















  • Can't you merge the (regular) PDFs first and then open the merged file in LibreOffice and save that as PDF/A-1a?

    – terdon
    Jan 6 at 16:13











  • Not a bad idea, however all the merges so far have output at reduced quality or mangled the SVG graphics. I'm hoping to preserve the quality and relatively small file size of the originals.

    – Tom Brossman
    Jan 6 at 19:38











  • hmm, it might be better then to ask a question about merging properly. If you can then convert to PDF/A in libre office, the main hurdle would be the proper merge, so it might be easier to focus on that.

    – terdon
    Jan 6 at 20:40



















Can't you merge the (regular) PDFs first and then open the merged file in LibreOffice and save that as PDF/A-1a?

– terdon
Jan 6 at 16:13





Can't you merge the (regular) PDFs first and then open the merged file in LibreOffice and save that as PDF/A-1a?

– terdon
Jan 6 at 16:13













Not a bad idea, however all the merges so far have output at reduced quality or mangled the SVG graphics. I'm hoping to preserve the quality and relatively small file size of the originals.

– Tom Brossman
Jan 6 at 19:38





Not a bad idea, however all the merges so far have output at reduced quality or mangled the SVG graphics. I'm hoping to preserve the quality and relatively small file size of the originals.

– Tom Brossman
Jan 6 at 19:38













hmm, it might be better then to ask a question about merging properly. If you can then convert to PDF/A in libre office, the main hurdle would be the proper merge, so it might be easier to focus on that.

– terdon
Jan 6 at 20:40







hmm, it might be better then to ask a question about merging properly. If you can then convert to PDF/A in libre office, the main hurdle would be the proper merge, so it might be easier to focus on that.

– terdon
Jan 6 at 20:40












0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1107456%2fdo-any-pdf-merging-utilities-preserve-the-pdf-a-format%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1107456%2fdo-any-pdf-merging-utilities-preserve-the-pdf-a-format%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Quarter-circle Tiles

build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

Mont Emei