Java Doc for PdfStamperImp.java in  » PDF » pdf-itext » com » lowagie » text » pdf » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » PDF » pdf itext » com.lowagie.text.pdf 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.lowagie.text.pdf.PdfWriter
   com.lowagie.text.pdf.PdfStamperImp

PdfStamperImp
class PdfStamperImp extends PdfWriter (Code)

Inner Class :static class PageStamp

Field Summary
protected  AcroFieldsacroFields
    
protected  booleanappend
    
 booleanclosed
    
protected  HashMapfieldTemplates
    
protected  booleanfieldsAdded
    
 RandomAccessFileOrArrayfile
    
protected  booleanflat
    
protected  booleanflatFreeText
    
protected  intinitialXrefSize
    
protected  IntHashtablemarked
    
 IntHashtablemyXref
    
protected  intnamePtr
    
protected  PdfActionopenAction
    
 HashMappagesToContent
    
protected  HashSetpartialFlattening
    
 PdfReaderreader
    
 HashMapreaders2file
    
 HashMapreaders2intrefs
    
protected  intsigFlags
    
protected  booleanuseVp
    
protected  PdfViewerPreferencesImpviewerPreferences
    

Constructor Summary
 PdfStamperImp(PdfReader reader, OutputStream os, char pdfVersion, boolean append)
     Creates new PdfStamperImp.

Method Summary
public  voidaddAnnotation(PdfAnnotation annot)
    
 voidaddAnnotation(PdfAnnotation annot, PdfDictionary pageN)
    
 voidaddAnnotation(PdfAnnotation annot, int page)
    
public  voidaddComments(FdfReader fdf)
    
 voidaddDocumentField(PdfIndirectReference ref)
    
 voidaddFieldResources()
    
 voidaddFileAttachments()
    
public  voidaddViewerPreference(PdfName key, PdfObject value)
    
 voidalterContents()
    
 voidalterResources(PageStamp ps)
    
 voidapplyRotation(PdfDictionary pageN, ByteBuffer out)
    
 voidclose(HashMap moreInfo)
    
 voidcorrectAcroFieldPages(int page)
    
 voiddeleteOutlines()
    
 voideliminateAcroformObjects()
    
 voidexpandFields(PdfFormField field, ArrayList allAnnots)
    
static  voidfindAllObjects(PdfReader reader, PdfObject obj, IntHashtable hits)
    
 voidflatFields()
    
 AcroFieldsgetAcroFields()
    
public  PdfContentBytegetDirectContent()
    
public  PdfContentBytegetDirectContentUnder()
    
protected  intgetNewObjectNumber(PdfReader reader, int number, int generation)
    
 PdfContentBytegetOverContent(int pageNum)
    
public  PdfIndirectReferencegetPageReference(int page)
    
 PageStampgetPageStamp(int pageNum)
    
 RandomAccessFileOrArraygetReaderFile(PdfReader reader)
    
 PdfContentBytegetUnderContent(int pageNum)
    
 voidinsertPage(int pageNumber, Rectangle mediabox)
    
 booleanisAppend()
     Getter for property append.
 booleanisContentWritten()
    
 booleanisRotateContents()
     Getter for property rotateContents.
 voidmakePackage(PdfCollection collection)
     Adds or replaces the Collection Dictionary in the Catalog.
protected  voidmarkUsed(PdfObject obj)
    
protected  voidmarkUsed(int num)
    
 booleanpartialFormFlattening(String name)
    
public  voidregisterReader(PdfReader reader, boolean openFile)
    
public  voidsetAdditionalAction(PdfName actionType, PdfAction action)
     Additional-actions defining the actions to be taken in response to various trigger events affecting the document as a whole.
public  voidsetDuration(int seconds)
     Always throws an UnsupportedOperationException.
 voidsetDuration(int seconds, int page)
     Sets the display duration for the page (for presentations)
Parameters:
  seconds - the number of seconds to display the page.
 voidsetFormFlattening(boolean flat)
    
 voidsetFreeTextFlattening(boolean flat)
    
 voidsetJavaScript()
    
public  voidsetOpenAction(PdfAction action)
    
public  voidsetOpenAction(String name)
    
 voidsetOutlines()
    
public  voidsetPageAction(PdfName actionType, PdfAction action)
     Always throws an UnsupportedOperationException.
 voidsetPageAction(PdfName actionType, PdfAction action, int page)
     Sets the open and close page additional action.
Parameters:
  actionType - the action type.
 voidsetRotateContents(boolean rotateContents)
     Setter for property rotateContents.
public  voidsetSigFlags(int f)
     Set the signature flags.
Parameters:
  f - the flags.
public  voidsetThumbnail(com.lowagie.text.Image image)
    
 voidsetThumbnail(Image image, int page)
    
public  voidsetTransition(PdfTransition transition)
     Always throws an UnsupportedOperationException.
 voidsetTransition(PdfTransition transition, int page)
     Sets the transition for the page
Parameters:
  transition - the transition object.
public  voidsetViewerPreferences(int preferences)
     Sets the viewer preferences.
 voidsweepKids(PdfObject obj)
    
public  voidunRegisterReader(PdfReader reader)
    

Field Detail
acroFields
protected AcroFields acroFields(Code)



append
protected boolean append(Code)



closed
boolean closed(Code)



fieldTemplates
protected HashMap fieldTemplates(Code)



fieldsAdded
protected boolean fieldsAdded(Code)



file
RandomAccessFileOrArray file(Code)



flat
protected boolean flat(Code)



flatFreeText
protected boolean flatFreeText(Code)



initialXrefSize
protected int initialXrefSize(Code)



marked
protected IntHashtable marked(Code)



myXref
IntHashtable myXref(Code)



namePtr
protected int namePtr(Code)



openAction
protected PdfAction openAction(Code)



pagesToContent
HashMap pagesToContent(Code)
Integer(page number) -> PageStamp



partialFlattening
protected HashSet partialFlattening(Code)



reader
PdfReader reader(Code)



readers2file
HashMap readers2file(Code)



readers2intrefs
HashMap readers2intrefs(Code)



sigFlags
protected int sigFlags(Code)



useVp
protected boolean useVp(Code)



viewerPreferences
protected PdfViewerPreferencesImp viewerPreferences(Code)




Constructor Detail
PdfStamperImp
PdfStamperImp(PdfReader reader, OutputStream os, char pdfVersion, boolean append) throws DocumentException, IOException(Code)
Creates new PdfStamperImp.
Parameters:
  reader - the read PDF
Parameters:
  os - the output destination
Parameters:
  pdfVersion - the new pdf version or '\0' to keep the same version as the originaldocument
Parameters:
  append -
throws:
  DocumentException - on error
throws:
  IOException -




Method Detail
addAnnotation
public void addAnnotation(PdfAnnotation annot)(Code)

See Also:   com.lowagie.text.pdf.PdfWriter.addAnnotation(com.lowagie.text.pdf.PdfAnnotation)



addAnnotation
void addAnnotation(PdfAnnotation annot, PdfDictionary pageN)(Code)



addAnnotation
void addAnnotation(PdfAnnotation annot, int page)(Code)



addComments
public void addComments(FdfReader fdf) throws IOException(Code)

Parameters:
  fdf -
throws:
  IOException -



addDocumentField
void addDocumentField(PdfIndirectReference ref)(Code)



addFieldResources
void addFieldResources() throws IOException(Code)



addFileAttachments
void addFileAttachments() throws IOException(Code)



addViewerPreference
public void addViewerPreference(PdfName key, PdfObject value)(Code)
Adds a viewer preference
Parameters:
  key - a key for a viewer preference
Parameters:
  value - the value for the viewer preference
See Also:   PdfViewerPreferences.addViewerPreference



alterContents
void alterContents() throws IOException(Code)



alterResources
void alterResources(PageStamp ps)(Code)



applyRotation
void applyRotation(PdfDictionary pageN, ByteBuffer out)(Code)



close
void close(HashMap moreInfo) throws IOException(Code)



correctAcroFieldPages
void correctAcroFieldPages(int page)(Code)



deleteOutlines
void deleteOutlines()(Code)



eliminateAcroformObjects
void eliminateAcroformObjects()(Code)



expandFields
void expandFields(PdfFormField field, ArrayList allAnnots)(Code)



findAllObjects
static void findAllObjects(PdfReader reader, PdfObject obj, IntHashtable hits)(Code)



flatFields
void flatFields()(Code)



getAcroFields
AcroFields getAcroFields()(Code)



getDirectContent
public PdfContentByte getDirectContent()(Code)



getDirectContentUnder
public PdfContentByte getDirectContentUnder()(Code)



getNewObjectNumber
protected int getNewObjectNumber(PdfReader reader, int number, int generation)(Code)



getOverContent
PdfContentByte getOverContent(int pageNum)(Code)



getPageReference
public PdfIndirectReference getPageReference(int page)(Code)

See Also:   com.lowagie.text.pdf.PdfWriter.getPageReference(int)



getPageStamp
PageStamp getPageStamp(int pageNum)(Code)



getReaderFile
RandomAccessFileOrArray getReaderFile(PdfReader reader)(Code)



getUnderContent
PdfContentByte getUnderContent(int pageNum)(Code)



insertPage
void insertPage(int pageNumber, Rectangle mediabox)(Code)



isAppend
boolean isAppend()(Code)
Getter for property append. Value of property append.



isContentWritten
boolean isContentWritten()(Code)



isRotateContents
boolean isRotateContents()(Code)
Getter for property rotateContents. Value of property rotateContents.



makePackage
void makePackage(PdfCollection collection)(Code)
Adds or replaces the Collection Dictionary in the Catalog.
Parameters:
  collection - the new collection dictionary.



markUsed
protected void markUsed(PdfObject obj)(Code)



markUsed
protected void markUsed(int num)(Code)



partialFormFlattening
boolean partialFormFlattening(String name)(Code)



registerReader
public void registerReader(PdfReader reader, boolean openFile) throws IOException(Code)

Parameters:
  reader -
Parameters:
  openFile -
throws:
  IOException -



setAdditionalAction
public void setAdditionalAction(PdfName actionType, PdfAction action) throws PdfException(Code)
Additional-actions defining the actions to be taken in response to various trigger events affecting the document as a whole. The actions types allowed are: DOCUMENT_CLOSE, WILL_SAVE, DID_SAVE, WILL_PRINT and DID_PRINT.
Parameters:
  actionType - the action type
Parameters:
  action - the action to execute in response to the trigger
throws:
  PdfException - on invalid action type



setDuration
public void setDuration(int seconds)(Code)
Always throws an UnsupportedOperationException.
Parameters:
  seconds - ignore



setDuration
void setDuration(int seconds, int page)(Code)
Sets the display duration for the page (for presentations)
Parameters:
  seconds - the number of seconds to display the page. A negative value removes the entry
Parameters:
  page - the page where the duration will be applied. The first page is 1



setFormFlattening
void setFormFlattening(boolean flat)(Code)



setFreeTextFlattening
void setFreeTextFlattening(boolean flat)(Code)



setJavaScript
void setJavaScript() throws IOException(Code)



setOpenAction
public void setOpenAction(PdfAction action)(Code)

See Also:   com.lowagie.text.pdf.PdfWriter.setOpenAction(com.lowagie.text.pdf.PdfAction)



setOpenAction
public void setOpenAction(String name)(Code)

See Also:   com.lowagie.text.pdf.PdfWriter.setOpenAction(java.lang.String)



setOutlines
void setOutlines() throws IOException(Code)



setPageAction
public void setPageAction(PdfName actionType, PdfAction action) throws PdfException(Code)
Always throws an UnsupportedOperationException.
Parameters:
  actionType - ignore
Parameters:
  action - ignore
throws:
  PdfException - ignore
See Also:   PdfStamper.setPageAction(PdfNamePdfActionint)



setPageAction
void setPageAction(PdfName actionType, PdfAction action, int page) throws PdfException(Code)
Sets the open and close page additional action.
Parameters:
  actionType - the action type. It can be PdfWriter.PAGE_OPENor PdfWriter.PAGE_CLOSE
Parameters:
  action - the action to perform
Parameters:
  page - the page where the action will be applied. The first page is 1
throws:
  PdfException - if the action type is invalid



setRotateContents
void setRotateContents(boolean rotateContents)(Code)
Setter for property rotateContents.
Parameters:
  rotateContents - New value of property rotateContents.



setSigFlags
public void setSigFlags(int f)(Code)
Set the signature flags.
Parameters:
  f - the flags. This flags are ORed with current ones



setThumbnail
public void setThumbnail(com.lowagie.text.Image image)(Code)

See Also:   com.lowagie.text.pdf.PdfWriter.setThumbnail(com.lowagie.text.Image)



setThumbnail
void setThumbnail(Image image, int page) throws PdfException, DocumentException(Code)



setTransition
public void setTransition(PdfTransition transition)(Code)
Always throws an UnsupportedOperationException.
Parameters:
  transition - ignore



setTransition
void setTransition(PdfTransition transition, int page)(Code)
Sets the transition for the page
Parameters:
  transition - the transition object. A null removes the transition
Parameters:
  page - the page where the transition will be applied. The first page is 1



setViewerPreferences
public void setViewerPreferences(int preferences)(Code)
Sets the viewer preferences.
Parameters:
  preferences - the viewer preferences
See Also:   PdfWriter.setViewerPreferences(int)



sweepKids
void sweepKids(PdfObject obj)(Code)



unRegisterReader
public void unRegisterReader(PdfReader reader)(Code)

Parameters:
  reader -



Fields inherited from com.lowagie.text.pdf.PdfWriter
final public static int AllowAssembly(Code)(Java Doc)
final public static int AllowCopy(Code)(Java Doc)
final public static int AllowDegradedPrinting(Code)(Java Doc)
final public static int AllowFillIn(Code)(Java Doc)
final public static int AllowModifyAnnotations(Code)(Java Doc)
final public static int AllowModifyContents(Code)(Java Doc)
final public static int AllowPrinting(Code)(Java Doc)
final public static int AllowScreenReaders(Code)(Java Doc)
final public static int CenterWindow(Code)(Java Doc)
final public static PdfName DID_PRINT(Code)(Java Doc)
final public static PdfName DID_SAVE(Code)(Java Doc)
final public static PdfName DOCUMENT_CLOSE(Code)(Java Doc)
final public static int DO_NOT_ENCRYPT_METADATA(Code)(Java Doc)
final public static int DirectionL2R(Code)(Java Doc)
final public static int DirectionR2L(Code)(Java Doc)
final public static int DisplayDocTitle(Code)(Java Doc)
final public static int ENCRYPTION_AES_128(Code)(Java Doc)
final static int ENCRYPTION_MASK(Code)(Java Doc)
final public static int FitWindow(Code)(Java Doc)
final public static int HideMenubar(Code)(Java Doc)
final public static int HideToolbar(Code)(Java Doc)
final public static int HideWindowUI(Code)(Java Doc)
final public static float NO_SPACE_CHAR_RATIO(Code)(Java Doc)
final public static int NonFullScreenPageModeUseNone(Code)(Java Doc)
final public static int NonFullScreenPageModeUseOC(Code)(Java Doc)
final public static int NonFullScreenPageModeUseOutlines(Code)(Java Doc)
final public static int NonFullScreenPageModeUseThumbs(Code)(Java Doc)
protected PdfArray OCGRadioGroup(Code)(Java Doc)
protected PdfOCProperties OCProperties(Code)(Java Doc)
final public static PdfName PAGE_CLOSE(Code)(Java Doc)
final public static PdfName PAGE_OPEN(Code)(Java Doc)
final public static int PDFA1A(Code)(Java Doc)
final public static int PDFA1B(Code)(Java Doc)
final public static int PDFX1A2001(Code)(Java Doc)
final public static int PDFX32002(Code)(Java Doc)
final public static int PDFXNONE(Code)(Java Doc)
final public static PdfName PDF_VERSION_1_2(Code)(Java Doc)
final public static PdfName PDF_VERSION_1_3(Code)(Java Doc)
final public static PdfName PDF_VERSION_1_4(Code)(Java Doc)
final public static PdfName PDF_VERSION_1_5(Code)(Java Doc)
final public static PdfName PDF_VERSION_1_6(Code)(Java Doc)
final public static PdfName PDF_VERSION_1_7(Code)(Java Doc)
final public static int PageLayoutOneColumn(Code)(Java Doc)
final public static int PageLayoutSinglePage(Code)(Java Doc)
final public static int PageLayoutTwoColumnLeft(Code)(Java Doc)
final public static int PageLayoutTwoColumnRight(Code)(Java Doc)
final public static int PageLayoutTwoPageLeft(Code)(Java Doc)
final public static int PageLayoutTwoPageRight(Code)(Java Doc)
final public static int PageModeFullScreen(Code)(Java Doc)
final public static int PageModeUseAttachments(Code)(Java Doc)
final public static int PageModeUseNone(Code)(Java Doc)
final public static int PageModeUseOC(Code)(Java Doc)
final public static int PageModeUseOutlines(Code)(Java Doc)
final public static int PageModeUseThumbs(Code)(Java Doc)
final public static int PrintScalingNone(Code)(Java Doc)
final public static int RUN_DIRECTION_DEFAULT(Code)(Java Doc)
final public static int RUN_DIRECTION_LTR(Code)(Java Doc)
final public static int RUN_DIRECTION_NO_BIDI(Code)(Java Doc)
final public static int RUN_DIRECTION_RTL(Code)(Java Doc)
final public static int SIGNATURE_APPEND_ONLY(Code)(Java Doc)
final public static int SIGNATURE_EXISTS(Code)(Java Doc)
final public static float SPACE_CHAR_RATIO_DEFAULT(Code)(Java Doc)
final public static int STANDARD_ENCRYPTION_128(Code)(Java Doc)
final public static int STANDARD_ENCRYPTION_40(Code)(Java Doc)
final public static boolean STRENGTH128BITS(Code)(Java Doc)
final public static boolean STRENGTH40BITS(Code)(Java Doc)
final public static char VERSION_1_2(Code)(Java Doc)
final public static char VERSION_1_3(Code)(Java Doc)
final public static char VERSION_1_4(Code)(Java Doc)
final public static char VERSION_1_5(Code)(Java Doc)
final public static char VERSION_1_6(Code)(Java Doc)
final public static char VERSION_1_7(Code)(Java Doc)
final public static PdfName WILL_PRINT(Code)(Java Doc)
final public static PdfName WILL_SAVE(Code)(Java Doc)
protected PdfBody body(Code)(Java Doc)
protected int colorNumber(Code)(Java Doc)
protected PdfEncryption crypto(Code)(Java Doc)
protected int currentPageNumber(Code)(Java Doc)
protected PdfReaderInstance currentPdfReaderInstance(Code)(Java Doc)
protected PdfDictionary defaultColorspace(Code)(Java Doc)
protected PdfContentByte directContent(Code)(Java Doc)
protected PdfContentByte directContentUnder(Code)(Java Doc)
protected HashMap documentColors(Code)(Java Doc)
protected HashMap documentExtGState(Code)(Java Doc)
protected HashMap documentFonts(Code)(Java Doc)
protected HashSet documentOCG(Code)(Java Doc)
protected ArrayList documentOCGorder(Code)(Java Doc)
protected HashMap documentPatterns(Code)(Java Doc)
protected HashMap documentProperties(Code)(Java Doc)
protected HashMap documentShadingPatterns(Code)(Java Doc)
protected HashMap documentShadings(Code)(Java Doc)
protected HashMap documentSpotPatterns(Code)(Java Doc)
protected PdfDictionary extraCatalog(Code)(Java Doc)
protected int fontNumber(Code)(Java Doc)
protected HashMap formXObjects(Code)(Java Doc)
protected int formXObjectsCounter(Code)(Java Doc)
protected boolean fullCompression(Code)(Java Doc)
protected PdfDictionary group(Code)(Java Doc)
protected PdfDictionary imageDictionary(Code)(Java Doc)
protected HashMap importedPages(Code)(Java Doc)
protected java.util.List newBookmarks(Code)(Java Doc)
protected ArrayList pageReferences(Code)(Java Doc)
protected ColorDetails patternColorspaceCMYK(Code)(Java Doc)
protected ColorDetails patternColorspaceGRAY(Code)(Java Doc)
protected ColorDetails patternColorspaceRGB(Code)(Java Doc)
protected int patternNumber(Code)(Java Doc)
protected PdfDocument pdf(Code)(Java Doc)
protected PdfVersionImp pdf_version(Code)(Java Doc)
protected int prevxref(Code)(Java Doc)
protected PdfPages root(Code)(Java Doc)
protected int runDirection(Code)(Java Doc)
protected PdfStructureTreeRoot structureTreeRoot(Code)(Java Doc)
protected boolean tagged(Code)(Java Doc)
protected float userunit(Code)(Java Doc)
protected byte[] xmpMetadata(Code)(Java Doc)

Methods inherited from com.lowagie.text.pdf.PdfWriter
PdfIndirectReference add(PdfPage page, PdfContents contents) throws PdfException(Code)(Java Doc)
PdfIndirectReference add(PdfImage pdfImage, PdfIndirectReference fixedRef) throws PdfException(Code)(Java Doc)
protected PdfIndirectReference add(PdfICCBased icc)(Code)(Java Doc)
public void addAnnotation(PdfAnnotation annot)(Code)(Java Doc)
void addAnnotation(PdfAnnotation annot, int page)(Code)(Java Doc)
public void addCalculationOrder(PdfFormField annot)(Code)(Java Doc)
public PdfName addDirectImageSimple(Image image) throws PdfException, DocumentException(Code)(Java Doc)
public PdfName addDirectImageSimple(Image image, PdfIndirectReference fixedRef) throws PdfException, DocumentException(Code)(Java Doc)
PdfName addDirectTemplateSimple(PdfTemplate template, PdfName forcedName)(Code)(Java Doc)
public void addFileAttachment(String description, byte fileStore, String file, String fileDisplay) throws IOException(Code)(Java Doc)
public void addFileAttachment(String description, PdfFileSpecification fs) throws IOException(Code)(Java Doc)
public void addFileAttachment(PdfFileSpecification fs) throws IOException(Code)(Java Doc)
public void addJavaScript(PdfAction js)(Code)(Java Doc)
public void addJavaScript(String code, boolean unicode)(Code)(Java Doc)
public void addJavaScript(String code)(Code)(Java Doc)
public void addJavaScript(String name, PdfAction js)(Code)(Java Doc)
public void addJavaScript(String name, String code, boolean unicode)(Code)(Java Doc)
public void addJavaScript(String name, String code)(Code)(Java Doc)
void addLocalDestinations(TreeMap dest) throws IOException(Code)(Java Doc)
public void addOCGRadioGroup(ArrayList group)(Code)(Java Doc)
protected void addSharedObjectsToBody() throws IOException(Code)(Java Doc)
FontDetails addSimple(BaseFont bf)(Code)(Java Doc)
ColorDetails addSimple(PdfSpotColor spc)(Code)(Java Doc)
PdfObject[] addSimpleExtGState(PdfDictionary gstate)(Code)(Java Doc)
PdfName addSimplePattern(PdfPatternPainter painter)(Code)(Java Doc)
ColorDetails addSimplePatternColorspace(Color color)(Code)(Java Doc)
PdfObject[] addSimpleProperty(Object prop, PdfIndirectReference refi)(Code)(Java Doc)
void addSimpleShading(PdfShading shading)(Code)(Java Doc)
void addSimpleShadingPattern(PdfShadingPattern shading)(Code)(Java Doc)
public PdfIndirectObject addToBody(PdfObject object) throws IOException(Code)(Java Doc)
public PdfIndirectObject addToBody(PdfObject object, boolean inObjStm) throws IOException(Code)(Java Doc)
public PdfIndirectObject addToBody(PdfObject object, PdfIndirectReference ref) throws IOException(Code)(Java Doc)
public PdfIndirectObject addToBody(PdfObject object, PdfIndirectReference ref, boolean inObjStm) throws IOException(Code)(Java Doc)
public PdfIndirectObject addToBody(PdfObject object, int refNumber) throws IOException(Code)(Java Doc)
public PdfIndirectObject addToBody(PdfObject object, int refNumber, boolean inObjStm) throws IOException(Code)(Java Doc)
public void addViewerPreference(PdfName key, PdfObject value)(Code)(Java Doc)
public boolean breakTableIfDoesntFit(PdfTable table) throws DocumentException(Code)(Java Doc)
public void clearTextWrap() throws DocumentException(Code)(Java Doc)
public void close()(Code)(Java Doc)
public void createXmpMetadata()(Code)(Java Doc)
void eliminateFontSubset(PdfDictionary fonts)(Code)(Java Doc)
public boolean fitsPage(Table table, float margin)(Code)(Java Doc)
public boolean fitsPage(Table table)(Code)(Java Doc)
public boolean fitsPage(PdfPTable table, float margin)(Code)(Java Doc)
public boolean fitsPage(PdfPTable table)(Code)(Java Doc)
public void freeReader(PdfReader reader) throws IOException(Code)(Java Doc)
public PdfAcroForm getAcroForm()(Code)(Java Doc)
public Rectangle getBoxSize(String boxName)(Code)(Java Doc)
protected PdfDictionary getCatalog(PdfIndirectReference rootObj)(Code)(Java Doc)
PdfName getColorspaceName()(Code)(Java Doc)
public int getCurrentDocumentSize()(Code)(Java Doc)
PdfIndirectReference getCurrentPage()(Code)(Java Doc)
public int getCurrentPageNumber()(Code)(Java Doc)
public PdfDictionary getDefaultColorspace()(Code)(Java Doc)
public PdfContentByte getDirectContent()(Code)(Java Doc)
public PdfContentByte getDirectContentUnder()(Code)(Java Doc)
PdfEncryption getEncryption()(Code)(Java Doc)
public PdfDictionary getExtraCatalog()(Code)(Java Doc)
public PdfDictionary getGroup()(Code)(Java Doc)
PdfIndirectReference getImageReference(PdfName name)(Code)(Java Doc)
public PdfImportedPage getImportedPage(PdfReader reader, int pageNumber)(Code)(Java Doc)
int getIndirectReferenceNumber()(Code)(Java Doc)
public PdfDictionary getInfo()(Code)(Java Doc)
public static PdfWriter getInstance(Document document, OutputStream os) throws DocumentException(Code)(Java Doc)
public static PdfWriter getInstance(Document document, OutputStream os, DocListener listener) throws DocumentException(Code)(Java Doc)
protected int getNewObjectNumber(PdfReader reader, int number, int generation)(Code)(Java Doc)
public PdfOCProperties getOCProperties()(Code)(Java Doc)
OutputStreamCounter getOs()(Code)(Java Doc)
public int getPDFXConformance()(Code)(Java Doc)
public PdfPageEvent getPageEvent()(Code)(Java Doc)
public int getPageNumber()(Code)(Java Doc)
public PdfIndirectReference getPageReference(int page)(Code)(Java Doc)
public Rectangle getPageSize()(Code)(Java Doc)
PdfDocument getPdfDocument()(Code)(Java Doc)
public PdfIndirectReference getPdfIndirectReference()(Code)(Java Doc)
public PdfTable getPdfTable(Table table)(Code)(Java Doc)
PdfVersionImp getPdfVersion()(Code)(Java Doc)
RandomAccessFileOrArray getReaderFile(PdfReader reader)(Code)(Java Doc)
public PdfOutline getRootOutline()(Code)(Java Doc)
public int getRunDirection()(Code)(Java Doc)
public float getSpaceCharRatio()(Code)(Java Doc)
public PdfStructureTreeRoot getStructureTreeRoot()(Code)(Java Doc)
public float getTableBottom(Table table)(Code)(Java Doc)
public float getUserunit()(Code)(Java Doc)
public float getVerticalPosition(boolean ensureNewLine)(Code)(Java Doc)
public boolean isFullCompression()(Code)(Java Doc)
public boolean isPdfX()(Code)(Java Doc)
public boolean isStrictImageSequence()(Code)(Java Doc)
public boolean isTagged()(Code)(Java Doc)
public boolean isUserProperties()(Code)(Java Doc)
public void open()(Code)(Java Doc)
boolean propertyExists(Object prop)(Code)(Java Doc)
void registerLayer(PdfOCG layer)(Code)(Java Doc)
public void releaseTemplate(PdfTemplate tp) throws IOException(Code)(Java Doc)
public int reorderPages(int order) throws DocumentException(Code)(Java Doc)
void resetContent()(Code)(Java Doc)
public void setAdditionalAction(PdfName actionType, PdfAction action) throws DocumentException(Code)(Java Doc)
public void setAtLeastPdfVersion(char version)(Code)(Java Doc)
public void setBoxSize(String boxName, Rectangle size)(Code)(Java Doc)
public void setCollection(PdfCollection collection)(Code)(Java Doc)
public void setCropBoxSize(Rectangle crop)(Code)(Java Doc)
public void setDefaultColorspace(PdfName key, PdfObject cs)(Code)(Java Doc)
public void setDuration(int seconds)(Code)(Java Doc)
public void setEncryption(byte userPassword, byte ownerPassword, int permissions, int encryptionType) throws DocumentException(Code)(Java Doc)
public void setEncryption(Certificate[] certs, int[] permissions, int encryptionType) throws DocumentException(Code)(Java Doc)
public void setEncryption(byte userPassword, byte ownerPassword, int permissions, boolean strength128Bits) throws DocumentException(Code)(Java Doc)
public void setEncryption(boolean strength, String userPassword, String ownerPassword, int permissions) throws DocumentException(Code)(Java Doc)
public void setEncryption(int encryptionType, String userPassword, String ownerPassword, int permissions) throws DocumentException(Code)(Java Doc)
public void setFullCompression()(Code)(Java Doc)
public void setGroup(PdfDictionary group)(Code)(Java Doc)
public void setLinearPageMode()(Code)(Java Doc)
public void setOpenAction(String name)(Code)(Java Doc)
public void setOpenAction(PdfAction action)(Code)(Java Doc)
public void setOutlines(java.util.List outlines)(Code)(Java Doc)
public void setOutputIntents(String outputConditionIdentifier, String outputCondition, String registryName, String info, byte destOutputProfile) throws IOException(Code)(Java Doc)
public boolean setOutputIntents(PdfReader reader, boolean checkExistence) throws IOException(Code)(Java Doc)
public void setPDFXConformance(int pdfx)(Code)(Java Doc)
public void setPageAction(PdfName actionType, PdfAction action) throws DocumentException(Code)(Java Doc)
public void setPageEmpty(boolean pageEmpty)(Code)(Java Doc)
public void setPageEvent(PdfPageEvent event)(Code)(Java Doc)
public void setPageLabels(PdfPageLabels pageLabels)(Code)(Java Doc)
public void setPageXmpMetadata(byte[] xmpMetadata)(Code)(Java Doc)
public void setPdfVersion(char version)(Code)(Java Doc)
public void setPdfVersion(PdfName version)(Code)(Java Doc)
public void setRunDirection(int runDirection)(Code)(Java Doc)
public void setSigFlags(int f)(Code)(Java Doc)
public void setSpaceCharRatio(float spaceCharRatio)(Code)(Java Doc)
public void setStrictImageSequence(boolean strictImageSequence)(Code)(Java Doc)
public void setTagged()(Code)(Java Doc)
public void setThumbnail(Image image) throws PdfException, DocumentException(Code)(Java Doc)
public void setTransition(PdfTransition transition)(Code)(Java Doc)
public void setUserProperties(boolean userProperties)(Code)(Java Doc)
public void setUserunit(float userunit) throws DocumentException(Code)(Java Doc)
public void setViewerPreferences(int preferences)(Code)(Java Doc)
public void setXmpMetadata(byte[] xmpMetadata)(Code)(Java Doc)
protected void writeOutlines(PdfDictionary catalog, boolean namedAsNames) throws IOException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.