Hi,
I had a problem that the use of stamper made a PDF corupted.
Just these 3 lines are enough to damage the PDF.
PdfReader reader = new PdfReader( FileIn );
PdfStamper stamper = new PdfStamper(reader, new FileOutputStream( FileOut
) );
stamper.close();
The PDF contained some subsets of fonts an
Hi,
I want to remove the PDF/X comment from an existing PDF by using the PDF
stamper.
I tried with this code, but it didn't work. Did I made something wrong?
PdfReader reader = new PdfReader( FileIn );
reader.getCatalog().remove( PdfName.OUTPUTINTENTS );
reader.getCatalog().remove( PdfName.GTS
the separated PDFs to print
(in all cases the "textcolor" will be black) is to clean up the
SeparationInfo. The small application I build works fine. Now we clean up
our Text-PDFs for books with up to 1.000 pages within seconds.
Kindly regards
Georg
--
Georg Pilger
www.barcodetool.de
At 06:40 PM 10/25/2005, Georg Pilger wrote:
>I'm searching for a solution to remove the SeparationInfo from a
>PDF-File.
>>Why?
>>SeparationInfo is present when a document is a pre-separated
>>document and should be treated as such in a given workflow.
>>What
still contains the
SeparationInfo for all pages.
Can I overwite this Dictionary with itext for my new Document?
Thx in advance
Georg
--
Georg Pilger
www.georgpilger.de
---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified
still contains the
SeparationInfo for all pages.
Can I overwite this Dictionary with itext for my new Document?
Thx in advance
Georg
--
Georg Pilger
www.georgpilger.de
---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified