Wijmo UI for the Web
PdfSetting Interface
wijmo.exporter Namespace : PdfSetting Interface
These are the settings that you can use with either the Grid or the Chart export. Additional settings are available for the Grid export.
Fields
 NameDescription
 Field

A boolean value indicates whether the user can copy contents from the pdf document.

 
 Field

Customize the response data handling.

 
 Field

A boolean value indicates whether the user can edit the contents of the pdf document.

 
 Field

A boolean value indicates whether the user can print the pdf document.

 
 Field

The name of the person that created the pdf document.

 
 Field

Auto adjust the content size to make it fit pdf page’s width. Used only for grid widget.

 
 Field

Type: wijmo.exporter.CompressionType

The compression level to use when saving the pdf document.

Valid values:

  • BestCompression highest compression, slowest save
  • BestSpeed low compression, fastest save
  • Default high compression, fast save
  • None no compression (for debugging)

 

 
 Field

The name of the application that created the original document.

 
 Field

Type: wijmo.exporter.PdfEncryptionType

Specifies the type of encryption used for the exported pdf document.

Valid values:

  • Aes128 uses Advanced Encryption Standard 128 bit encryption algorithm
  • NotPermit uses no encryption due to FIPS compliance (MD5 and AES128 are not FIPS-compliant)
  • Standard128 uses Standard 128 bit encryption algorithm
  • Standard40 uses Standard 40 bit encryption algorithm
 
 Field

Type: wijmo.exporter.FontType

It indicates how to encode fonts when saving the PDF document.

Valid values:

  • Embedded saves TrueType fonts along with the file (increases file size)
  • Standard uses only standard PDF fonts (Helvetica, Times, Symbol)
  • TrueType uses TrueType fonts without embedding them (viewer must have fonts installed)
 
 Field

Type: wijmo.exporter.ImageQuality

The image quality to use when saving the pdf document.

Valid values:

  • Default high quality, medium to large file size
  • High highest quality, largest file size
  • Low low quality, small file size
  • Medium medium quality, medium file size
 
 Field

The keywords associated with the pdf document.

 
 Field

A boolean value indicates page orientation for the pdf document. Used only for grid widget.

 
 Field

Type: wijmo.exporter.Margins

The page margins, the unit is point. Used only for grid widget.

 
 Field

Specifies the password required to change permissions for the pdf document.

 
 Field

Type: wijmo.exporter.PageSize

The page size, the unit is point. It takes effect when paperKind is custom. Used only for grid widget.

 
 Field

Type: wijmo.exporter.PaperKind

The paperKind of the pdf page. It is corresponding to PaperKind Enumeration. Used only for grid widget.

 
 Field

The name of the application that created the pdf document.

 
 Field

The subject of the pdf document.

 
 Field

The title of the pdf document.

 
 Field

Specifies the password required to open the pdf document.

 
Top
See Also

Reference

wijmo.exporter Namespace