  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | fill out a pdf form | fill out a pdf form 2007-11-10 - By Bruno Lowagie
Back araujo.guntin@(protected) wrote: > Hi Bruno...
Hi, please stay on the mailing list, don't mail me personally.
> I created a PdfStamper from an original document and modified a field value. When I open the new document using Adobe Reader v7, I got the following message : > "This document contained certain rights to enable special feacture in Adobe Reader. The document has been changed since it was created and these rights are no longer valid. Please contact the author for the original version of this document." > How could I avoid this warning?
By throwing away those special features: PdfReader.removeUsageRights() Note that no product other than Adobe Software can enable those special features; so you will lose the possibility to store a partially filled in PDF locally, and other features. You'll end up with an ordinary PDF form that can be submitted to a server. best regards, Bruno
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
|
|
 |