Re: how to delete attachments in PDFs [SOLVED]

2025-06-17 Thread Jerome BENOIT
Thank you all for your replies. I finally could delete them with qpdf(1) with the dedicated long-option --remove-attachment Best wishes, Jerome On 17/06/2025 19:42, Jerome BENOIT wrote: Hello, I have a PDF file with undesirable attachments: is there a simple way to delete them ? Thanks in ad

Re: how to delete attachments in PDFs

2025-06-17 Thread Van Snyder
On Tue, 2025-06-17 at 14:43 -0400, Dan Ritter wrote: > Jerome BENOIT wrote: > > Hi Dan, thanks for your reply. > > > > I should precise that the PDF was downloaded. > > > > The poppler-utils package contains: > >   * pdfdetach -- lists or extracts embedded files (attachments) >   * pdfseparate

Re: how to delete attachments in PDFs

2025-06-17 Thread Dan Ritter
Jerome BENOIT wrote: > Hi Dan, thanks for your reply. > > I should precise that the PDF was downloaded. > The poppler-utils package contains: * pdfdetach -- lists or extracts embedded files (attachments) * pdfseparate -- page extraction tool * pdfunite -- document merging tool Which tog

Re: how to delete attachments in PDFs

2025-06-17 Thread tomas
On Tue, Jun 17, 2025 at 02:21:04PM -0400, Dan Purgert wrote: > On Jun 17, 2025, Jerome BENOIT wrote: > > Hi Dan, thanks for your reply. > > > > I should precise that the PDF was downloaded. > > Then you're most likely stuck with it. PDF isn't really "editable" in > that sense (ignoring Adobe Acro

Re: how to delete attachments in PDFs

2025-06-17 Thread Dan Purgert
On Jun 17, 2025, Jerome BENOIT wrote: > Hi Dan, thanks for your reply. > > I should precise that the PDF was downloaded. Then you're most likely stuck with it. PDF isn't really "editable" in that sense (ignoring Adobe Acrobat or whatever it's called). -- |_|O|_| |_|_|O| Github: https://github.

Re: how to delete attachments in PDFs

2025-06-17 Thread Jerome BENOIT
Hi Dan, thanks for your reply. I should precise that the PDF was downloaded. On 17/06/2025 19:59, Dan Purgert wrote: On Jun 17, 2025, Jerome BENOIT wrote: Hello, I have a PDF file with undesirable attachments: is there a simple way to delete them ? re-generate the PDF without the embedded f

Re: how to delete attachments in PDFs

2025-06-17 Thread Dan Purgert
On Jun 17, 2025, Jerome BENOIT wrote: > Hello, > > I have a PDF file with undesirable attachments: > is there a simple way to delete them ? re-generate the PDF without the embedded files. -- |_|O|_| |_|_|O| Github: https://github.com/dpurgert |O|O|O| PGP: DDAB 23FB 19FA 7D85 1CC1 E067 6D65 7

how to delete attachments in PDFs

2025-06-17 Thread Jerome BENOIT
Hello, I have a PDF file with undesirable attachments: is there a simple way to delete them ? Thanks in advance, Jerome