|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SaveOptions
com.aspose.slides.PdfOptions
public class PdfOptions
Provides options that control how a presentation is saved in Pdf format.
Constructor Summary | |
---|---|
PdfOptions()
Default constructor. |
Method Summary | |
---|---|
java.lang.String[] |
getAdditionalCommonFontFamilies()
Returns or sets an array of user-defined names of font families which Aspose.Slides should consider common. |
int |
getCompliance()
Desired conformance level for generated PDF document. |
boolean |
getEmbedFullFonts()
Determines if all characters of font should be embedded or only used subset. |
boolean |
getEmbedTrueTypeFontsForASCII()
Determines if Aspose.Slides will embed common fonts for ASCII (33..127 code range) text. |
byte |
getJpegQuality()
Returns or sets a value determining the quality of the JPEG images inside PDF document. |
java.lang.String |
getPassword()
Setting user password to protect the PDF document. |
boolean |
getSaveMetafilesAsPng()
True to convert all metafiles used in a presentation to the PNG images. |
float |
getSufficientResolution()
Returns or sets a value determining resolution of images inside PDF document. |
int |
getTextCompression()
Specifies compression type to be used for all textual content in the document. |
void |
setAdditionalCommonFontFamilies(java.lang.String[] value)
|
void |
setCompliance(int value)
|
void |
setEmbedFullFonts(boolean value)
|
void |
setEmbedTrueTypeFontsForASCII(boolean value)
|
void |
setJpegQuality(byte value)
|
void |
setPassword(java.lang.String value)
|
void |
setSaveMetafilesAsPng(boolean value)
|
void |
setSufficientResolution(float value)
|
void |
setTextCompression(int value)
|
Methods inherited from class com.aspose.slides.SaveOptions |
---|
getWarningCallback, setWarningCallback |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.ISaveOptions |
---|
getWarningCallback, setWarningCallback |
Constructor Detail |
---|
public PdfOptions()
Default constructor.
Method Detail |
---|
public int getTextCompression()
Specifies compression type to be used for all textual content in the document.
PdfTextCompression.Flate
.
getTextCompression
in interface IPdfOptions
public void setTextCompression(int value)
setTextCompression
in interface IPdfOptions
public boolean getEmbedTrueTypeFontsForASCII()
Determines if Aspose.Slides will embed common fonts for ASCII (33..127 code range) text. Fonts for character codes greater than 127 are always embedded. Common fonts list includes PDF's base 14 fonts and additional user specified fonts.
<b>true</b>
.
getEmbedTrueTypeFontsForASCII
in interface IPdfOptions
public void setEmbedTrueTypeFontsForASCII(boolean value)
setEmbedTrueTypeFontsForASCII
in interface IPdfOptions
public java.lang.String[] getAdditionalCommonFontFamilies()
Returns or sets an array of user-defined names of font families which Aspose.Slides should consider common.
getAdditionalCommonFontFamilies
in interface IPdfOptions
public void setAdditionalCommonFontFamilies(java.lang.String[] value)
setAdditionalCommonFontFamilies
in interface IPdfOptions
public boolean getEmbedFullFonts()
Determines if all characters of font should be embedded or only used subset.
<b>false</b>
.
getEmbedFullFonts
in interface IPdfOptions
public void setEmbedFullFonts(boolean value)
setEmbedFullFonts
in interface IPdfOptions
public byte getJpegQuality()
Returns or sets a value determining the quality of the JPEG images inside PDF document.
<p>Has effect only when a document contains JPEG images.</p>
<p>Use this property to get or set the quality of the images inside a document when saving in PDF format.
The value may vary from 0 to 100 where 0 means worst quality but maximum compression and 100 means best quality but minimum compression.</p>
<p>The default value is <b>100</b>.</p>
getJpegQuality
in interface IPdfOptions
public void setJpegQuality(byte value)
setJpegQuality
in interface IPdfOptions
public int getCompliance()
Desired conformance level for generated PDF document.
PdfCompliance.Pdf15
.
getCompliance
in interface IPdfOptions
public void setCompliance(int value)
setCompliance
in interface IPdfOptions
public java.lang.String getPassword()
Setting user password to protect the PDF document.
getPassword
in interface IPdfOptions
public void setPassword(java.lang.String value)
setPassword
in interface IPdfOptions
public boolean getSaveMetafilesAsPng()
True to convert all metafiles used in a presentation to the PNG images.
<b>true</b>
.
getSaveMetafilesAsPng
in interface IPdfOptions
public void setSaveMetafilesAsPng(boolean value)
setSaveMetafilesAsPng
in interface IPdfOptions
public float getSufficientResolution()
Returns or sets a value determining resolution of images inside PDF document.
Value: Effect of this parameter depends on few factors. Algorithm tries to get best output image size according to the property value, source image size and image frame size. Using of similar property values may give the same result. Recommended to use step 16 or 32 to get visible effect.<p>Property affects on file size, time of export and image quality.</p>
<p>The default value is <b>96</b>.</p>
getSufficientResolution
in interface IPdfOptions
public void setSufficientResolution(float value)
setSufficientResolution
in interface IPdfOptions
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |