Represents the options for saving pdf file. More...
Inherits IPaginatedSaveOptions.
Public Member Functions | |
virtual bool | GetEmbedStandardWindowsFonts ()=0 |
True to embed true type fonts. Affects only ASCII characters 32-127. Fonts for character codes greater than 127 are always embedded. Fonts are always embedded for PDF/A-1a, PDF/A-1b standard. Default is true. More... | |
virtual void | SetEmbedStandardWindowsFonts (bool value)=0 |
True to embed true type fonts. Affects only ASCII characters 32-127. Fonts for character codes greater than 127 are always embedded. Fonts are always embedded for PDF/A-1a, PDF/A-1b standard. Default is true. More... | |
virtual intrusive_ptr< Aspose::Cells::Rendering::IPdfBookmarkEntry > | GetIPdfBookmarkEntry ()=0 |
Gets the PdfBookmarkEntry object. More... | |
virtual void | SetIPdfBookmarkEntry (intrusive_ptr< Aspose::Cells::Rendering::IPdfBookmarkEntry > value)=0 |
Sets the PdfBookmarkEntry object. More... | |
virtual Aspose::Cells::Rendering::PdfCompliance | GetCompliance ()=0 |
Workbook converts to pdf will according to PdfCompliance in this property. More... | |
virtual void | SetCompliance (Aspose::Cells::Rendering::PdfCompliance value)=0 |
Workbook converts to pdf will according to PdfCompliance in this property. More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::Drawing::Imaging::ImageFormat > | GetImageType ()=0 |
Represents the image type when converting the chart and shape . More... | |
virtual void | SetImageType (intrusive_ptr< Aspose::Cells::Systems::Drawing::Imaging::ImageFormat > value)=0 |
Represents the image type when converting the chart and shape . More... | |
virtual bool | GetCalculateFormula ()=0 |
Indicates whether calculate formulas before saving pdf file. More... | |
virtual void | SetCalculateFormula (bool value)=0 |
Indicates whether calculate formulas before saving pdf file. More... | |
virtual Aspose::Cells::Rendering::PdfCompressionCore | GetPdfCompression ()=0 |
Indicate the compression algorithm More... | |
virtual void | SetPdfCompression (Aspose::Cells::Rendering::PdfCompressionCore value)=0 |
Indicate the compression algorithm More... | |
virtual void | SetImageResample (Aspose::Cells::Systems::Int32 desiredPPI, Aspose::Cells::Systems::Int32 jpegQuality)=0 |
Sets desired PPI(pixels per inch) of resample images and jpeg quality. All images will be converted to JPEG with the specified quality setting, and images that are greater than the specified PPI (pixels per inch) will be resampled. More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::DateTime > | GetCreatedTime ()=0 |
Gets the time of generating the pdf document. More... | |
virtual void | SetCreatedTime (intrusive_ptr< Aspose::Cells::Systems::DateTime > value)=0 |
Sets the time of generating the pdf document. More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetProducer ()=0 |
Gets producer of generated pdf document. More... | |
virtual void | SetProducer (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
Sets producer of generated pdf document. More... | |
virtual Aspose::Cells::Rendering::PdfOptimizationType | GetOptimizationType ()=0 |
Gets pdf optimization type. More... | |
virtual void | SetOptimizationType (Aspose::Cells::Rendering::PdfOptimizationType value)=0 |
Sets pdf optimization type. More... | |
virtual Aspose::Cells::Rendering::PdfCustomPropertiesExport | GetCustomPropertiesExport ()=0 |
Gets a value determining the way CustomDocumentPropertyCollection are exported to PDF file. Default value is None. More... | |
virtual void | SetCustomPropertiesExport (Aspose::Cells::Rendering::PdfCustomPropertiesExport value)=0 |
Sets a value determining the way CustomDocumentPropertyCollection are exported to PDF file. Default value is None. More... | |
virtual bool | GetExportDocumentStructure ()=0 |
Gets a value determining whether or not to export document structure. More... | |
virtual void | SetExportDocumentStructure (bool value)=0 |
Sets a value determining whether or not to export document structure. More... | |
virtual Aspose::Cells::EmfRenderSetting | GetEmfRenderSetting ()=0 |
Setting for rendering Emf metafile. More... | |
virtual void | SetEmfRenderSetting (Aspose::Cells::EmfRenderSetting value)=0 |
Setting for rendering Emf metafile. More... | |
virtual bool | GetDisplayDocTitle ()=0 |
Indicate whether the window's title bar should display the document title. More... | |
virtual void | SetDisplayDocTitle (bool value)=0 |
Indicate whether the window's title bar should display the document title. More... | |
virtual Aspose::Cells::Rendering::PdfFontEncoding | GetFontEncoding ()=0 |
Gets embedded font encoding in pdf. More... | |
virtual void | SetFontEncoding (Aspose::Cells::Rendering::PdfFontEncoding value)=0 |
Sets embedded font encoding in pdf. More... | |
Represents the options for saving pdf file.
|
pure virtual |
Indicates whether calculate formulas before saving pdf file.
The default value is false.
|
pure virtual |
Workbook converts to pdf will according to PdfCompliance in this property.
|
pure virtual |
Gets the time of generating the pdf document.
if it is not be set, it will be the time of generating the pdf.
|
pure virtual |
Gets a value determining the way CustomDocumentPropertyCollection are exported to PDF file. Default value is None.
|
pure virtual |
Indicate whether the window's title bar should display the document title.
If false, the title bar should instead display the name of the PDF file. Default value is false.
|
pure virtual |
True to embed true type fonts. Affects only ASCII characters 32-127. Fonts for character codes greater than 127 are always embedded. Fonts are always embedded for PDF/A-1a, PDF/A-1b standard. Default is true.
|
pure virtual |
Setting for rendering Emf metafile.
EMF metafiles identified as "EMF+ Dual" can contain both EMF+ records and EMF records. Either type of record can be used to render the image, only EMF+ records, or only EMF records. When EmfRenderSetting.EmfPlusPrefer is set, then EMF+ records will be parsed while rendering to pdf, otherwise only EMF records will be parsed. Default value is EmfRenderSetting.EmfOnly
|
pure virtual |
Gets a value determining whether or not to export document structure.
|
pure virtual |
Gets embedded font encoding in pdf.
Default value is PdfFontEncoding.Identity
|
pure virtual |
Represents the image type when converting the chart and shape .
|
pure virtual |
Gets the PdfBookmarkEntry object.
|
pure virtual |
Gets pdf optimization type.
Default value is PdfOptimizationType.Standard
|
pure virtual |
Indicate the compression algorithm
|
pure virtual |
Gets producer of generated pdf document.
If the value is null, or a valid LICENSE is not set, string Aspose.Cells vVERSION will be used.
|
pure virtual |
Indicates whether calculate formulas before saving pdf file.
The default value is false.
|
pure virtual |
Workbook converts to pdf will according to PdfCompliance in this property.
|
pure virtual |
Sets the time of generating the pdf document.
if it is not be set, it will be the time of generating the pdf.
|
pure virtual |
Sets a value determining the way CustomDocumentPropertyCollection are exported to PDF file. Default value is None.
|
pure virtual |
Indicate whether the window's title bar should display the document title.
If false, the title bar should instead display the name of the PDF file. Default value is false.
|
pure virtual |
True to embed true type fonts. Affects only ASCII characters 32-127. Fonts for character codes greater than 127 are always embedded. Fonts are always embedded for PDF/A-1a, PDF/A-1b standard. Default is true.
|
pure virtual |
Setting for rendering Emf metafile.
EMF metafiles identified as "EMF+ Dual" can contain both EMF+ records and EMF records. Either type of record can be used to render the image, only EMF+ records, or only EMF records. When EmfRenderSetting.EmfPlusPrefer is set, then EMF+ records will be parsed while rendering to pdf, otherwise only EMF records will be parsed. Default value is EmfRenderSetting.EmfOnly
|
pure virtual |
Sets a value determining whether or not to export document structure.
|
pure virtual |
Sets embedded font encoding in pdf.
Default value is PdfFontEncoding.Identity
|
pure virtual |
Sets desired PPI(pixels per inch) of resample images and jpeg quality.
All images will be converted to JPEG with the specified quality setting, and images that are greater than the specified PPI (pixels per inch) will be resampled.
desiredPPI | Desired pixels per inch. 220 high quality. 150 screen quality. 96 email quality. |
jpegQuality | 0 - 100% JPEG quality. |
The following code sets desired PPI as 96 and jpeg quality as 80 for images in the output pdf.
|
pure virtual |
Represents the image type when converting the chart and shape .
|
pure virtual |
Sets the PdfBookmarkEntry object.
|
pure virtual |
Sets pdf optimization type.
Default value is PdfOptimizationType.Standard
|
pure virtual |
Indicate the compression algorithm
|
pure virtual |
Sets producer of generated pdf document.
If the value is null, or a valid LICENSE is not set, string Aspose.Cells vVERSION will be used.