|
Method Summary |
void |
addAuthor(java.lang.String author)
Sets a string that indicates the author name of the Pdf document. |
void |
addCreator(java.lang.String creator)
Sets a string that indicates the creator of the Pdf document. |
void |
addKeywords(java.lang.String keyWords)
Sets a string that indicates key words of the Pdf document. |
void |
addProducer(java.lang.String producer)
Sets a string that indicates Producer of the Pdf document. |
void |
addSubject(java.lang.String subject)
Sets a string that indicates the subject of the Pdf document. |
void |
addTitle(java.lang.String title)
Sets a string that indicates the title of the Pdf document. |
void |
bindFo(java.io.InputStream foStream)
Binds fo file as InputSteam.
NOTE: This is Beta version of Fo2Pdf. |
void |
bindFo(java.io.InputStream xmlStream,
java.io.InputStream xsltStream)
Binds xml file and according xsl file as InputStream to be converted.
NOTE: This is Beta version of Fo2Pdf. |
void |
bindHTML(java.io.InputStream htmlStream,
java.net.URL baseUrl)
Binds a html stream and convert it to Pdf Stream.
NOTE: This is Beta version of bindHTML. |
static Pdf |
bindXML(java.io.InputStream xmlStream)
Reads info from an xml document. |
static Pdf |
bindXMLByDom(java.io.InputStream xmlStream)
Reads info from an xml document. |
static void |
copyStream(java.io.InputStream in,
java.io.OutputStream out)
|
Color |
getBackgroundColor()
Gets a Color object that indicates the background color of the pdf. |
java.lang.String |
getBackgroundImageFile()
Gets a string that indicates the background image file name. |
float |
getBackgroundImageFixedWidth()
Gets a float value that indicates the fixed width of the background image. |
int |
getBookMarkLevel()
Gets or sets a int value that indicates how many levels of Heading of the pdf document is to be bookmarked.
The default value is 0, which means every heading of the PDF is to be taged as a bookmark. |
DestinationType |
getDestinationType()
Gets a DestinationType value that indicates the document open action. |
int |
getFirstLineIndent()
Gets an int value that indicates the indent of the first line. |
static java.lang.String |
getFoImagePath()
Sets an image path to system image path. |
GraphInfo |
getGraphInfo()
Gets a GraphInfo object that indicates the graph info in the Pdf document. |
java.lang.String |
getHeadingCaption(int headingLevel,
int headingType,
boolean isPrefixed)
Gets the heading caption at a heading level. |
HeadingInfo |
getHeadingInfo()
Gets the heading info object of the pdf document. |
JavaScripts |
getJavaScripts()
Gets a JavaScripts object that indicates the JavaScripts to be added into the PDF. |
OpenType |
getOpenType()
Gets an OpenType that indicates the document open type. |
int |
getPageDuration()
Gets a int value that indicates the duration in seconds for the current page.
This property is used when using auto advancing in presentation mode. |
PageSetup |
getPageSetup()
Gets a PageSetup object that indicates the page setup info in the Pdf document. |
PageTransitionType |
getPageTransition()
Gets a PageTransitionType that indicates the pdf document page transition type. |
Sections |
getSections()
Gets a Sections collection that indicates all sections in the Pdf document. |
Security |
getSecurity()
Gets a Security object that indicates the document security information. |
TextInfo |
getTextInfo()
Gets a TextInfo object that indicates the text info in the Pdf document. |
boolean |
isBookmarked()
Gets or sets a bool value that indicates whether the pdf document is bookmarked when generating PDF document.
The default value is false. |
boolean |
isPageNumberRestarted()
Gets a bool value that indicates whether the page number is restarted in new section. |
boolean |
isSpaced()
Gets a bool value that indicates whether the spaces at the begin of the text and returns in the text be shown. |
void |
resetNumber(int position)
Resets all heading number after given position. |
void |
save(java.io.OutputStream out)
Saves the converted pdf stream. |
void |
setBackgroundColor(Color color)
Sets a Color object that indicates the background color of the pdf. |
void |
setBackgroundImageFile(java.lang.String imageFile)
Sets a string that indicates the background image file name. |
void |
setBackgroundImageFixedWidth(float imageFixedWidth)
Sets a float value that indicates the fixed width of the background image. |
void |
setBackgroundImagePosition(float xPosition,
float yPosition)
Sets the background image position. |
void |
setBookmarked(boolean isBookmarked)
|
void |
setBookMarkLevel(int bookMarkLevel)
|
void |
setDestinationType(DestinationType type)
Sets a DestinationType value that indicates the document open action. |
void |
setFirstLineIndent(int indent)
Sets an int value that indicates the indent of the first line. |
static void |
setFoImagePath(java.lang.String path)
Sets an image path to system image path. |
void |
setGraphInfo(GraphInfo graphInfo)
Sets a GraphInfo object that indicates the graph info in the Pdf document. |
void |
setIsSpaced(boolean isSpaced)
Sets a bool value that indicates whether the spaces at the begin of the text and returns in the text be shown. |
void |
setJavaScripts(JavaScripts scripts)
Sets a JavaScripts object that indicates the JavaScripts to be added into the PDF. |
void |
setOpenType(OpenType type)
Sets an OpenType that indicates the document open type. |
void |
setPageDuration(int duration)
Sets a int value that indicates the duration in seconds for the current page. |
Pdf |
setPageNumberRestarted(boolean pageNumberRestarted)
Gets a bool value that indicates whether the page number is restarted in new section. |
void |
setPageSetup(PageSetup pageSetup)
Sets a PageSetup object that indicates the page setup info in the Pdf document. |
Pdf |
setPageTransition(PageTransitionType transition)
Sets a PageTransitionType that indicates the pdf document page transition type. |
void |
setSections(Sections secs)
Sets a Sections collection that indicates all sections in the Pdf document. |
Pdf |
setSecurity(Security security)
Sets a Security object that indicates the document security information. |
void |
setTextInfo(TextInfo textInfo)
Sets a TextInfo object that indicates the text info in the Pdf document. |
java.lang.String |
version()
Gets the version of Aspose Pdf. |