PdfSaveOptions Class
Contents
[
Hide
]PdfSaveOptions class
Represents the options for saving pdf file.
type PdfSaveOptions struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewPdfSaveOptions | Creates the options for saving pdf file. |
NewPdfSaveOptions_PaginatedSaveOptions | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetEmbedStandardWindowsFonts | 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. |
SetEmbedStandardWindowsFonts | 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. |
GetBookmark | Gets and sets the |
SetBookmark | Gets and sets the |
GetCompliance | Gets or sets the PDF standards compliance level for output documents. |
SetCompliance | Gets or sets the PDF standards compliance level for output documents. |
GetSecurityOptions | Set this options, when security is need in xls2pdf result. |
SetSecurityOptions | Set this options, when security is need in xls2pdf result. |
GetCalculateFormula | Indicates whether to calculate formulas before saving pdf file. |
SetCalculateFormula | Indicates whether to calculate formulas before saving pdf file. |
GetPdfCompression | Indicate the compression algorithm |
SetPdfCompression | Indicate the compression algorithm |
SetImageResample | 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. |
GetCreatedTime | Gets and sets the time of generating the pdf document. |
SetCreatedTime | Gets and sets the time of generating the pdf document. |
GetProducer | Gets and sets producer of generated pdf document. |
SetProducer | Gets and sets producer of generated pdf document. |
GetOptimizationType | Gets and sets pdf optimization type. |
SetOptimizationType | Gets and sets pdf optimization type. |
GetCustomPropertiesExport | Gets or sets a value determining the way |
SetCustomPropertiesExport | Gets or sets a value determining the way |
GetExportDocumentStructure | Indicates whether to export document structure. |
SetExportDocumentStructure | Indicates whether to export document structure. |
GetDisplayDocTitle | Indicates whether the window’s title bar should display the document title. |
SetDisplayDocTitle | Indicates whether the window’s title bar should display the document title. |
GetFontEncoding | Gets or sets embedded font encoding in pdf. |
SetFontEncoding | Gets or sets embedded font encoding in pdf. |
GetWatermark | Gets or sets watermark to output. |
SetWatermark | Gets or sets watermark to output. |
GetEmbedAttachments | Indicates whether to embed attachment for Ole objects in Excel. |
SetEmbedAttachments | Indicates whether to embed attachment for Ole objects in Excel. |
GetDefaultFont | When characters in the Excel are Unicode and not be set with correct font in cell style,They may appear as block in pdf,image.Set the DefaultFont such as MingLiu or MS Gothic to show these characters.If this property is not set, Aspose.Cells will use system default font to show these unicode characters. |
SetDefaultFont | When characters in the Excel are Unicode and not be set with correct font in cell style,They may appear as block in pdf,image.Set the DefaultFont such as MingLiu or MS Gothic to show these characters.If this property is not set, Aspose.Cells will use system default font to show these unicode characters. |
GetCheckWorkbookDefaultFont | When characters in the Excel are Unicode and not be set with correct font in cell style,They may appear as block in pdf,image.Set this to true to try to use workbook’s default font to show these characters first. |
SetCheckWorkbookDefaultFont | When characters in the Excel are Unicode and not be set with correct font in cell style,They may appear as block in pdf,image.Set this to true to try to use workbook’s default font to show these characters first. |
SetCheckFontCompatibility | Indicates whether to check font compatibility for every character in text. |
GetCheckFontCompatibility | Indicates whether to check font compatibility for every character in text. |
SetIsFontSubstitutionCharGranularity | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. |
IsFontSubstitutionCharGranularity | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. |
GetOnePagePerSheet | If OnePagePerSheet is true , all content of one sheet will output to only one page in result.The paper size of pagesetup will be invalid, and the other settings of pagesetupwill still take effect. |
SetOnePagePerSheet | If OnePagePerSheet is true , all content of one sheet will output to only one page in result.The paper size of pagesetup will be invalid, and the other settings of pagesetupwill still take effect. |
GetAllColumnsInOnePagePerSheet | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result.The width of paper size of pagesetup will be ignored, and the other settings of pagesetupwill still take effect. |
SetAllColumnsInOnePagePerSheet | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result.The width of paper size of pagesetup will be ignored, and the other settings of pagesetupwill still take effect. |
GetIgnoreError | Indicates if you need to hide the error while rendering.The error can be error in shape, image, chart rendering, etc. |
SetIgnoreError | Indicates if you need to hide the error while rendering.The error can be error in shape, image, chart rendering, etc. |
GetOutputBlankPageWhenNothingToPrint | Indicates whether to output a blank page when there is nothing to print. |
SetOutputBlankPageWhenNothingToPrint | Indicates whether to output a blank page when there is nothing to print. |
SetPageIndex | Gets or sets the 0-based index of the first page to save. |
GetPageIndex | Gets or sets the 0-based index of the first page to save. |
SetPageCount | Gets or sets the number of pages to save. |
GetPageCount | Gets or sets the number of pages to save. |
GetPrintingPageType | Indicates which pages will not be printed. |
SetPrintingPageType | Indicates which pages will not be printed. |
GetGridlineType | Gets or sets gridline type. |
SetGridlineType | Gets or sets gridline type. |
GetTextCrossType | Gets or sets displaying text type when the text width is larger than cell width. |
SetTextCrossType | Gets or sets displaying text type when the text width is larger than cell width. |
GetDefaultEditLanguage | Gets or sets default edit language. |
SetDefaultEditLanguage | Gets or sets default edit language. |
GetSheetSet | Gets or sets the sheets to render. Default is all visible sheets in the workbook: |
SetSheetSet | Gets or sets the sheets to render. Default is all visible sheets in the workbook: |
GetDrawObjectEventHandler | Implements this interface to get DrawObject and Bound when rendering. |
SetDrawObjectEventHandler | Implements this interface to get DrawObject and Bound when rendering. |
GetEmfRenderSetting | Setting for rendering Emf metafile. |
SetEmfRenderSetting | Setting for rendering Emf metafile. |