문제

Is here some tools to merge PDFs with layers?

Tried to merge PDFs with layers with pdftk, fpdf/fpdi, Gswin32c. In any cases output PDF was as simple PDF without layers.

Thanks.

Edit. I am looking for tool suitable for use it in PHP project (PHP classes or executables such as pdftk)

도움이 되었습니까?

해결책

If you mean Optional Content (section 8.11 of ISO3200-1:2008): AFAIK no free one. There's an unmaintained fork of pdfTeX that has basic support for this, though.

You could try Adobe Acrobat or InDesign.

다른 팁

I think more information about your enviroment is needed, but if you are using .NET I've used PDFsharp, an open source library, to merge multiple pdf documents with good results.

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