문제

I've been using PDFSharp to merge PDF files. But here my problem is some of my document contains page number (say "1 of 2") but merge it after a PDF file (say 1st PDF has 2 pages with correct page numbers 1 of 2, 2 of 2) now again in third page the index is again "1 of 3", "1 of 2" etc. So, how to remove all page numbers and give correct index.

도움이 되었습니까?

해결책

1. you have to edit existing docs: http://forum.pdfsharp.net/viewtopic.php?f=2&t=1491&view=next

2. then you need to create a blank pdf doc, and copy the edited ones into the new one like so: PDFsharp edit a pdf file

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top