Search found 4 matches

by satimis
Thu Jun 29, 2017 6:29 am
Forum: PDF Creation
Topic: How to add mordified pages back to original PDF file replacing/over-writing their old pages
Replies: 0
Views: 5526

How to add mordified pages back to original PDF file replacing/over-writing their old pages

Hi all, I run PDFtK to extract certain pages on a PDF file; $ pdftk original.pdf cat 1 output page-1.pdf $ pdftk original.pdf cat 5 output page-5.pdf $ pdftk original.pdf cat 12 output page-12.pdf $ pdftk original.pdf cat 28 output page-28.pdf etc After adding notes on them how to merge them back to...
by satimis
Wed Jun 28, 2017 4:24 am
Forum: Flows
Topic: About PDFtk command
Replies: 0
Views: 3859

About PDFtk command

Hi all,

Please advise how to run PDFtk command performing following task:
1. Extract certain pages from a PDF file
2. After stamping signature and date on those pages
3. Adding those pages back to the PDF file at their original place

Thanks in advance

Regards
satimis
by satimis
Wed Jun 28, 2017 4:10 am
Forum: Flows
Topic: Create transparent background on PDF with PDFtk
Replies: 2
Views: 8102

Re: Create transparent background on PDF with PDFtk

The choice of words in that man page is a bit strange. A PDF does not have a background as such. There's just a page (with no colour), and objects are placed directly on that page. It sounds like what is meant is something that a lot of scanning software does: they add a completely white object as ...
by satimis
Sat Jun 24, 2017 4:12 pm
Forum: Flows
Topic: Create transparent background on PDF with PDFtk
Replies: 2
Views: 8102

Create transparent background on PDF with PDFtk

Hi all, OS - Ubuntu 16.04 Where can I find an example to set transparent background with pdftk? On; http://manpages.ubuntu.com/manpages/...1/pdftk.1.html If the input PDF does not have a transparent background (such as a PDF created from page scans) then the resulting background won't be visible - u...