Go to the source code of this file.
Defines | |
#define | XFOINTERFACE_API |
Typedefs | |
typedef long | XfoIfErrorCode |
Error Code. | |
typedef XfoPDFVERSION | PDFVERSION |
typedef XfoPDFENCRYPTLEVEL | PDFENCRYPTLEVEL |
typedef XfoPDFPRINTALLOW | PDFPRINTALLOW |
typedef XfoPDFIMAGECOMPRESSION | PDFIMAGECOMPRESSION |
typedef XfoPDFRGBCONVERSION | PDFRGBCONVERSION |
typedef XfoEMBEDALLFONT | EMBEDALLFONT |
typedef XfoIMAGEDOWNSAMPLING | IMAGEDOWNSAMPLING |
typedef XfoMONOCHROMECOMPRESSION | MONOCHROMECOMPRESSION |
typedef XfoSVGVERSION | SVGVERSION |
typedef XfoIMAGEPROCTYPE | IMAGEPROCTYPE |
typedef XfoIMAGECONVERSION | IMAGECONVERSION |
typedef XfoFORMATTERTYPE | FORMATTERTYPE |
typedef void * | CXfoObjPtr |
Pointer to XfoObj instance. | |
typedef void( | XfoOnMessageProc )(XfoIfErrorLevel errLevel, XfoIfErrorCode errCode, const char *errMessage) |
Error callback handler. | |
typedef void( | XfoOnMessageProcW )(XfoIfErrorLevel errLevel, XfoIfErrorCode errCode, const wchar_t *errMessage) |
typedef void( | XfoOnFormatPageProc )(long pageNo) |
typedef void( | XfoOnMessageProcEx )(void *pAnyObj, XfoIfErrorLevel errLevel, XfoIfErrorCode errCode, const char *errMessage) |
typedef void( | XfoOnMessageProcExW )(void *pAnyObj, XfoIfErrorLevel errLevel, XfoIfErrorCode errCode, const wchar_t *errMessage) |
typedef void( | XfoOnFormatPageProcEx )(void *pAnyObj, long pageNo) |
Enumerations | |
enum | XfoIfErrorLevel { ELVL_NORMAL = 0, ELVL_INFORMATION = 1, ELVL_WARNING = 2, ELVL_RECOVERABLE = 3, ELVL_FATAL = 4 } |
Error Level. More... | |
enum | XfoErrorStreamType { EST_NONE, EST_STDOUT, EST_STDERR } |
Error Stream Type for MessageListener. More... | |
enum | XfoPDFVERSION { PDF_13 = 0, PDF_14 = 1, PDF_15 = 2, PDF_16 = 3, PDF_17 = 4, PDF_20 = 10, PDFX_1a_2001 = 101, PDFX_3_2002 = 103, PDFX_1a_2003 = 104, PDFX_2_2003 = 105, PDFX_3_2003 = 106, PDFX_4_2008 = 107, PDFX_4_2010 = 107, PDFX_4p_2010 = 108, PDFA_1a_2005 = 200, PDFA_1b_2005 = 400, PDFA_2a_2011_14 = 631, PDFA_2a_2011_15 = 632, PDFA_2a_2011_16 = 633, PDFA_2a_2011_17 = 634, PDFA_2b_2011_14 = 641, PDFA_2b_2011_15 = 642, PDFA_2b_2011_16 = 643, PDFA_2b_2011_17 = 644, PDFA_2u_2011_14 = 651, PDFA_2u_2011_15 = 652, PDFA_2u_2011_16 = 653, PDFA_2u_2011_17 = 654, PDFA_3a_2012_14 = 661, PDFA_3a_2012_15 = 662, PDFA_3a_2012_16 = 663, PDFA_3a_2012_17 = 664, PDFA_3b_2012_14 = 671, PDFA_3b_2012_15 = 672, PDFA_3b_2012_16 = 673, PDFA_3b_2012_17 = 674, PDFA_3u_2012_14 = 681, PDFA_3u_2012_15 = 682, PDFA_3u_2012_16 = 683, PDFA_3u_2012_17 = 684, PDFUA_1_2014_15 = 1002, PDFUA_1_2014_16 = 1003, PDFUA_1_2014_17 = 1004 } |
PDF version. More... | |
enum | XfoPDFENCRYPTLEVEL { ENCLEVEL_40RC4 = 0, ENCLEVEL_128RC4, ENCLEVEL_128AES, ENCLEVEL_256AES, ENCLEVEL_40 = ENCLEVEL_40RC4, ENCLEVEL_128 = ENCLEVEL_128RC4 } |
PDF encrypt level. More... | |
enum | XfoPDFPRINTALLOW { PRALLOW_NONE, PRALLOW_LOW, PRALLOW_HIGH } |
PDF print allow. More... | |
enum | XfoPDFIMAGECOMPRESSION { IMGCMPR_AUTO, IMGCMPR_JPEG, IMGCMPR_ZLIB, IMGCMPR_JPEG2K, IMGCMPR_KEEPLZW, IMGCMPR_AUTO2K, IMGCMPR_KEEPLZW2K } |
PDF image compression. More... | |
enum | XfoPDFRGBCONVERSION { RGBCONV_NONE, RGBCONV_BLACK, RGBCONV_GRAY, RGBCONV_ALL } |
PDF RGB conversion. More... | |
enum | XfoEMBEDALLFONT { EMBALLFONT_PART, EMBALLFONT_ALL, EMBALLFONT_BASE14 } |
Embed font. More... | |
enum | XfoIMAGEDOWNSAMPLING { IMGDOWNSAMPLING_NONE, IMGDOWNSAMPLING_AVERAGE, IMGDOWNSAMPLING_BICUBIC, IMGDOWNSAMPLING_SUBSAMPLING } |
Image downsampling. More... | |
enum | XfoMONOCHROMECOMPRESSION { MONOCMPR_CCITT4, MONOCMPR_CCITT3, MONOCMPR_RUNLENGTH, MONOCMPR_ZLIB, MONOCMPR_OFF } |
Monochrome compression. More... | |
enum | XfoSVGVERSION { SVG_11, SVG_Basic, SVG_Tiny } |
SVG version. More... | |
enum | XfoIMAGEPROCTYPE { IMGPT_EMBED_ALL, IMGPT_COPY_ALL, IMGPT_LINK, IMGPT_COPY } |
Image processing. More... | |
enum | XfoIMAGECONVERSION { IMGCNV_AUTO, IMGCNV_JPEG, IMGCNV_PNG, IMGCNV_JPEGALL } |
Image conversion. More... | |
enum | XfoFORMATTERTYPE { FMTTYP_AUTO, FMTTYP_HTML, FMTTYP_XHTML, FMTTYP_XMLCSS, FMTTYP_XSLFO } |
Formatter type. More... | |
Functions | |
CXfoObjPtr | xfo_createXfoObject () |
Create instance of XfoObj. | |
void | xfo_releaseXfoObject (CXfoObjPtr pXfoObj) |
Release instance of XfoObj. | |
XfoFORMATTERTYPE | xfo_getFormatterType (CXfoObjPtr pXfoObj) |
Get formatter type. | |
void | xfo_setFormatterType (CXfoObjPtr pXfoObj, XfoFORMATTERTYPE newVal) |
Set formatter type. | |
char * | xfo_getDocumentURI (CXfoObjPtr pXfoObj, char *pVal, int size) |
Get the URL of XML document you will format. | |
wchar_t * | xfo_getDocumentURIW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Get the URL of XML document you will format. | |
void | xfo_setDocumentURI (CXfoObjPtr pXfoObj, const char *newVal) |
Specifies the URL of XML document you will format. | |
void | xfo_setDocumentURIW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Specifies the URL of XML document you will format. | |
char * | xfo_getStylesheetURI (CXfoObjPtr pXfoObj, char *pVal, int size) |
Get the URI of XSL stylesheet for formatting. | |
wchar_t * | xfo_getStylesheetURIW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Get the URI of XSL stylesheet for formatting. | |
void | xfo_setStylesheetURI (CXfoObjPtr pXfoObj, const char *newVal) |
Specifies the URI of XSL stylesheet for formatting. | |
void | xfo_setStylesheetURIW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Specifies the URI of XSL stylesheet for formatting. | |
void | xfo_addUserStylesheetURI (CXfoObjPtr pXfoObj, const char *newVal) |
Append the path name of user stylesheet file which describes Antenna House Formatter options. | |
void | xfo_addUserStylesheetURIW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Append the path name of user stylesheet file which describes Antenna House Formatter options. | |
char * | xfo_getStylesheetTitle (CXfoObjPtr pXfoObj, char *pVal, int size) |
Get the prior stylesheet title. | |
wchar_t * | xfo_getStylesheetTitleW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Get the prior stylesheet title. | |
void | xfo_setStylesheetTitle (CXfoObjPtr pXfoObj, const char *newVal) |
Set the prior stylesheet title. | |
void | xfo_setStylesheetTitleW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Set the prior stylesheet title. | |
char * | xfo_getHtmlDefaultCharset (CXfoObjPtr pXfoObj, char *pVal, int size) |
Get html default charset. | |
wchar_t * | xfo_getHtmlDefaultCharsetW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Get html default charset. | |
void | xfo_setHtmlDefaultCharset (CXfoObjPtr pXfoObj, const char *newVal) |
Set html default charset. | |
void | xfo_setHtmlDefaultCharsetW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Set html default charset. | |
char * | xfo_getOutputFilePath (CXfoObjPtr pXfoObj, char *pVal, int size) |
Get the path name of the output file. | |
wchar_t * | xfo_getOutputFilePathW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Get the path name of the output file. | |
void | xfo_setOutputFilePath (CXfoObjPtr pXfoObj, const char *newVal) |
Specifies the path name of the output file. | |
void | xfo_setOutputFilePathW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Specifies the path name of the output file. | |
char * | xfo_getOptionFileURI (CXfoObjPtr pXfoObj, char *pVal, int size, int n) |
Get the path name of XML-format Option setting file which describes Antenna House Formatter options. | |
wchar_t * | xfo_getOptionFileURIW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size, int n) |
Get the path name of XML-format Option setting file which describes Antenna House Formatter options. | |
void | xfo_setOptionFileURI (CXfoObjPtr pXfoObj, const char *newVal) |
Specifies the path name of XML-format Option setting file which describes Antenna House Formatter options. | |
void | xfo_setOptionFileURIW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Specifies the path name of XML-format Option setting file which describes Antenna House Formatter options. | |
void | xfo_addOptionFileURI (CXfoObjPtr pXfoObj, const char *newVal) |
Append the path name of XML-format Option setting file which describes Antenna House Formatter options. | |
void | xfo_addOptionFileURIW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Append the path name of XML-format Option setting file which describes Antenna House Formatter options. | |
int | xfo_getOptionFileCount (CXfoObjPtr pXfoObj) |
Get the number of URIs of XML-format Option setting file which describes Antenna House Formatter options. | |
char * | xfo_getOutputFOPath (CXfoObjPtr pXfoObj, char *pVal, int size) |
Get the output FO file as the result of XSLT when the input files are an XML document and XSL stylesheet. | |
wchar_t * | xfo_getOutputFOPathW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Get the output FO file as the result of XSLT when the input files are an XML document and XSL stylesheet. | |
void | xfo_setOutputFOPath (CXfoObjPtr pXfoObj, const char *newVal) |
Specifies the output FO file as the result of XSLT when the input files are an XML document and XSL stylesheet. | |
void | xfo_setOutputFOPathW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Specifies the output FO file as the result of XSLT when the input files are an XML document and XSL stylesheet. | |
char * | xfo_getHyphenDicPath (CXfoObjPtr pXfoObj, char *pVal, int size) |
Get the hyphenation dictionary Path. | |
wchar_t * | xfo_getHyphenDicPathW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Get the hyphenation dictionary Path. | |
void | xfo_setHyphenDicPath (CXfoObjPtr pXfoObj, const char *newVal) |
Specifies the hyphenation dictionary Path. | |
void | xfo_setHyphenDicPathW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Specifies the hyphenation dictionary Path. | |
char * | xfo_getExternalXSLT (CXfoObjPtr pXfoObj, char *pVal, int size) |
Get the command line of External XSLT Processor. | |
wchar_t * | xfo_getExternalXSLTW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Get the command line of External XSLT Processor. | |
void | xfo_setExternalXSLT (CXfoObjPtr pXfoObj, const char *newVal) |
Specifies the command line of External XSLT Processor. | |
void | xfo_setExternalXSLTW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Specifies the command line of External XSLT Processor. | |
char * | xfo_getBaseURI (CXfoObjPtr pXfoObj, char *pVal, int size) |
Get the default base URI. | |
wchar_t * | xfo_getBaseURIW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Get the default base URI. | |
void | xfo_setBaseURI (CXfoObjPtr pXfoObj, const char *newVal) |
Specifies the default base URI. | |
void | xfo_setBaseURIW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Specifies the default base URI. | |
char * | xfo_getXSLTParamFormat (CXfoObjPtr pXfoObj, char *pVal, int size) |
Get the parameter format of xsl:param when using External XSLT Processor. | |
wchar_t * | xfo_getXSLTParamFormatW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Get the parameter format of xsl:param when using External XSLT Processor. | |
void | xfo_setXSLTParamFormat (CXfoObjPtr pXfoObj, const char *newVal) |
Specifies the parameter format of xsl:param when using External XSLT Processor. | |
void | xfo_setXSLTParamFormatW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Specifies the parameter format of xsl:param when using External XSLT Processor. | |
long | xfo_getStartPage (CXfoObjPtr pXfoObj) |
Get the start page number of document to output. | |
void | xfo_setStartPage (CXfoObjPtr pXfoObj, long newVal) |
Specifies the start page number of document to output. | |
long | xfo_getEndPage (CXfoObjPtr pXfoObj) |
Get the end page number of document to output. | |
void | xfo_setEndPage (CXfoObjPtr pXfoObj, long newVal) |
Specifies the end page number of document to output. | |
void | xfo_setPdfMasterPassword (CXfoObjPtr pXfoObj, const char *newVal) |
void | xfo_setPdfMasterPasswordW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
void | xfo_setPdfOwnerPassword (CXfoObjPtr pXfoObj, const char *newVal) |
Effective when outputting to PDF. | |
void | xfo_setPdfOwnerPasswordW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Effective when outputting to PDF. | |
void | xfo_setPdfUserPassword (CXfoObjPtr pXfoObj, const char *newVal) |
Effective when outputting to PDF. | |
void | xfo_setPdfUserPasswordW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Effective when outputting to PDF. | |
void | xfo_setPdfNoPrinting (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
long | xfo_getPdfNoPrinting (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfNoChanging (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
long | xfo_getPdfNoChanging (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfNoContentCopying (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
long | xfo_getPdfNoContentCopying (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfNoAddingOrChangingComments (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
long | xfo_getPdfNoAddingOrChangingComments (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfVersion (CXfoObjPtr pXfoObj, XfoPDFVERSION newVal) |
Effective when outputting to PDF. | |
XfoPDFVERSION | xfo_getPdfVersion (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfNoFillForm (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
long | xfo_getPdfNoFillForm (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfNoAccessibility (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
long | xfo_getPdfNoAccessibility (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfNoAssembleDoc (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
long | xfo_getPdfNoAssembleDoc (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfEncryptLevel (CXfoObjPtr pXfoObj, XfoPDFENCRYPTLEVEL newVal) |
Effective when outputting to PDF. | |
XfoPDFENCRYPTLEVEL | xfo_getPdfEncryptLevel (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
long | xfo_getPdfEmbedAllFonts (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfEmbedAllFonts (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
char * | xfo_getPdfEmbedFonts (CXfoObjPtr pXfoObj, char *pVal, int size) |
Effective when outputting to PDF. | |
wchar_t * | xfo_getPdfEmbedFontsW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Effective when outputting to PDF. | |
void | xfo_setPdfEmbedFonts (CXfoObjPtr pXfoObj, const char *newVal) |
Effective when outputting to PDF. | |
void | xfo_setPdfEmbedFontsW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Effective when outputting to PDF. | |
long | xfo_getPdfErrorOnEmbedFault (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfErrorOnEmbedFault (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
long | xfo_getPdfErrorOnMissingGlyph (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfErrorOnMissingGlyph (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
long | xfo_getPdfEmbedSubsetFontPercentage (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfEmbedSubsetFontPercentage (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
XfoPDFPRINTALLOW | xfo_getPdfPrintingAllowed (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfPrintingAllowed (CXfoObjPtr pXfoObj, XfoPDFPRINTALLOW newVal) |
Effective when outputting to PDF. | |
XfoPDFIMAGECOMPRESSION | xfo_getPdfImageCompression (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfImageCompression (CXfoObjPtr pXfoObj, XfoPDFIMAGECOMPRESSION newVal) |
Effective when outputting to PDF. | |
int | xfo_getPdfJPEGQuality (CXfoObjPtr pXfoObj) |
Gets the value of the quality of JPEG format that is specified by xfo_setPdfImageCompression() stored in PDF. | |
void | xfo_setPdfJPEGQuality (CXfoObjPtr pXfoObj, int newVal) |
Effective when outputting to PDF. | |
long | xfo_getPdfCompressContentStream (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfCompressContentStream (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
long | xfo_getPdfUseLaunchForRelativeURI (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfUseLaunchForRelativeURI (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
XfoPDFRGBCONVERSION | xfo_getPdfRGBConversion (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfRGBConversion (CXfoObjPtr pXfoObj, XfoPDFRGBCONVERSION newVal) |
Effective when outputting to PDF. | |
int | xfo_getPdfRasterizeResolution (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfRasterizeResolution (CXfoObjPtr pXfoObj, int newVal) |
Effective when outputting to PDF. | |
long | xfo_getPdfLinearize (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfLinearize (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
long | xfo_getPdfSignature (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfSignature (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
char * | xfo_getPdfSignatureName (CXfoObjPtr pXfoObj, char *pVal, int size) |
Effective when outputting to PDF. | |
wchar_t * | xfo_getPdfSignatureNameW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Effective when outputting to PDF. | |
void | xfo_setPdfSignatureName (CXfoObjPtr pXfoObj, const char *newVal) |
Effective when outputting to PDF. | |
void | xfo_setPdfSignatureNameW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Effective when outputting to PDF. | |
char * | xfo_getPdfCertificateName (CXfoObjPtr pXfoObj, char *pVal, int size) |
Effective when outputting to PDF. | |
wchar_t * | xfo_getPdfCertificateNameW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Effective when outputting to PDF. | |
void | xfo_setPdfCertificateName (CXfoObjPtr pXfoObj, const char *newVal) |
Effective when outputting to PDF. | |
void | xfo_setPdfCertificateNameW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Effective when outputting to PDF. | |
XfoEMBEDALLFONT | xfo_getPdfEmbedAllFontsEx (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfEmbedAllFontsEx (CXfoObjPtr pXfoObj, XfoEMBEDALLFONT newVal) |
Effective when outputting to PDF. | |
XfoIMAGEDOWNSAMPLING | xfo_getPdfImageDownSampling (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfImageDownSampling (CXfoObjPtr pXfoObj, XfoIMAGEDOWNSAMPLING newVal) |
Effective when outputting to PDF. | |
int | xfo_getPdfImageDownSamplingTarget (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfImageDownSamplingTarget (CXfoObjPtr pXfoObj, int newVal) |
Effective when outputting to PDF. | |
int | xfo_getPdfImageDownSamplingDPI (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfImageDownSamplingDPI (CXfoObjPtr pXfoObj, int newVal) |
Effective when outputting to PDF. | |
long | xfo_getPdfPutImageColorProfile (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfPutImageColorProfile (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
XfoPDFIMAGECOMPRESSION | xfo_getPdfGrayscaleImageCompression (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfGrayscaleImageCompression (CXfoObjPtr pXfoObj, XfoPDFIMAGECOMPRESSION newVal) |
Effective when outputting to PDF. | |
int | xfo_getPdfGrayscaleJPEGQuality (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfGrayscaleJPEGQuality (CXfoObjPtr pXfoObj, int newVal) |
Effective when outputting to PDF. | |
XfoIMAGEDOWNSAMPLING | xfo_getPdfGrayscaleImageDownSampling (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfGrayscaleImageDownSampling (CXfoObjPtr pXfoObj, XfoIMAGEDOWNSAMPLING newVal) |
Effective when outputting to PDF. | |
int | xfo_getPdfGrayscaleImageDownSamplingTarget (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfGrayscaleImageDownSamplingTarget (CXfoObjPtr pXfoObj, int newVal) |
Effective when outputting to PDF. | |
int | xfo_getPdfGrayscaleImageDownSamplingDPI (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfGrayscaleImageDownSamplingDPI (CXfoObjPtr pXfoObj, int newVal) |
Effective when outputting to PDF. | |
XfoMONOCHROMECOMPRESSION | xfo_getPdfMonochromeImageCompression (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfMonochromeImageCompression (CXfoObjPtr pXfoObj, XfoMONOCHROMECOMPRESSION newVal) |
Effective when outputting to PDF. | |
XfoIMAGEDOWNSAMPLING | xfo_getPdfMonochromeImageDownSampling (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfMonochromeImageDownSampling (CXfoObjPtr pXfoObj, XfoIMAGEDOWNSAMPLING newVal) |
Effective when outputting to PDF. | |
int | xfo_getPdfMonochromeImageDownSamplingTarget (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfMonochromeImageDownSamplingTarget (CXfoObjPtr pXfoObj, int newVal) |
Effective when outputting to PDF. | |
int | xfo_getPdfMonochromeImageDownSamplingDPI (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfMonochromeImageDownSamplingDPI (CXfoObjPtr pXfoObj, int newVal) |
Effective when outputting to PDF. | |
long | xfo_getTwoPassFormatting (CXfoObjPtr pXfoObj) |
Gets the specification of two pass format. | |
void | xfo_setTwoPassFormatting (CXfoObjPtr pXfoObj, long newVal) |
Set the specification of two pass format. | |
long | xfo_getPdfTag (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfTag (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
char * | xfo_getPdfOutputWidth (CXfoObjPtr pXfoObj, char *pVal, int size) |
Effective when outputting to PDF. | |
wchar_t * | xfo_getPdfOutputWidthW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Effective when outputting to PDF. | |
void | xfo_setPdfOutputWidth (CXfoObjPtr pXfoObj, const char *newVal) |
Effective when outputting to PDF. | |
void | xfo_setPdfOutputWidthW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Effective when outputting to PDF. | |
char * | xfo_getPdfOutputHeight (CXfoObjPtr pXfoObj, char *pVal, int size) |
Effective when outputting to PDF. | |
wchar_t * | xfo_getPdfOutputHeightW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Effective when outputting to PDF. | |
void | xfo_setPdfOutputHeight (CXfoObjPtr pXfoObj, const char *newVal) |
Effective when outputting to PDF. | |
void | xfo_setPdfOutputHeightW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Effective when outputting to PDF. | |
void | xfo_setPdfOutputScale (CXfoObjPtr pXfoObj, const char *newVal) |
Specifies the scaling ratio of the PDF to output. | |
void | xfo_setPdfOutputScaleW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Specifies the scaling ratio of the PDF to output. | |
long | xfo_getPdfErrorOnPDFXFault (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfErrorOnPDFXFault (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
long | xfo_getPdfReversePage (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfReversePage (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
long | xfo_getPdfImport3DAnnotation (CXfoObjPtr pXfoObj) |
Effective when outputting to PDF. | |
void | xfo_setPdfImport3DAnnotation (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to PDF. | |
XfoSVGVERSION | xfo_getSvgVersion (CXfoObjPtr pXfoObj) |
Effective when outputting to SVG. | |
void | xfo_setSvgVersion (CXfoObjPtr pXfoObj, XfoSVGVERSION newVal) |
Effective when outputting to SVG. | |
long | xfo_getSvgGzipCompression (CXfoObjPtr pXfoObj) |
Effective when outputting to SVG. | |
void | xfo_setSvgGzipCompression (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to SVG. | |
long | xfo_getSvgEmbedAllFonts (CXfoObjPtr pXfoObj) |
Effective when outputting to SVG. | |
void | xfo_setSvgEmbedAllFonts (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to SVG. | |
char * | xfo_getSvgFormat (CXfoObjPtr pXfoObj, char *pVal, int size) |
Effective when outputting to SVG. | |
wchar_t * | xfo_getSvgFormatW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Effective when outputting to SVG. | |
void | xfo_setSvgFormat (CXfoObjPtr pXfoObj, const char *newVal) |
Effective when outputting to SVG. | |
void | xfo_setSvgFormatW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Effective when outputting to SVG. | |
char * | xfo_getSvgEmbedFonts (CXfoObjPtr pXfoObj, char *pVal, int size) |
Effective when outputting to SVG. | |
wchar_t * | xfo_getSvgEmbedFontsW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Effective when outputting to SVG. | |
void | xfo_setSvgEmbedFonts (CXfoObjPtr pXfoObj, const char *newVal) |
Effective when outputting to SVG. | |
void | xfo_setSvgEmbedFontsW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Effective when outputting to SVG. | |
long | xfo_getSvgErrorOnEmbedFault (CXfoObjPtr pXfoObj) |
Effective when outputting to SVG. | |
void | xfo_setSvgErrorOnEmbedFault (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to SVG. | |
XfoIMAGECONVERSION | xfo_getSvgImageConversion (CXfoObjPtr pXfoObj) |
Effective when outputting to SVG. | |
void | xfo_setSvgImageConversion (CXfoObjPtr pXfoObj, XfoIMAGECONVERSION newVal) |
Effective when outputting to SVG. | |
int | xfo_getSvgJPEGQuality (CXfoObjPtr pXfoObj) |
Gets the value of the quality of JPEG format that is specified by xfo_setSvgImageConversion() stored in SVG. | |
void | xfo_setSvgJPEGQuality (CXfoObjPtr pXfoObj, int newVal) |
Effective when outputting to SVG. | |
XfoIMAGEPROCTYPE | xfo_getSvgImageProcessingType (CXfoObjPtr pXfoObj) |
Effective when outputting to SVG. | |
void | xfo_setSvgImageProcessingType (CXfoObjPtr pXfoObj, XfoIMAGEPROCTYPE newVal) |
Effective when outputting to SVG. | |
char * | xfo_getSvgImageCopyPath (CXfoObjPtr pXfoObj, char *pVal, int size) |
Effective when outputting to SVG. | |
void | xfo_setSvgImageCopyPath (CXfoObjPtr pXfoObj, const char *newVal) |
Effective when outputting to SVG. | |
wchar_t * | xfo_getSvgImageCopyPathW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Effective when outputting to SVG. | |
void | xfo_setSvgImageCopyPathW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Effective when outputting to SVG. | |
long | xfo_getSvgSingleFile (CXfoObjPtr pXfoObj) |
Effective when outputting to SVG. | |
void | xfo_setSvgSingleFile (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to SVG. | |
long | xfo_getSvgImageRename (CXfoObjPtr pXfoObj) |
Effective when outputting to SVG. | |
void | xfo_setSvgImageRename (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to SVG. | |
char * | xfo_getSvgImagePrefix (CXfoObjPtr pXfoObj, char *pVal, int size) |
Effective when outputting to SVG. | |
void | xfo_setSvgImagePrefix (CXfoObjPtr pXfoObj, const char *newVal) |
Effective when outputting to SVG. | |
wchar_t * | xfo_getSvgImagePrefixW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Effective when outputting to SVG. | |
void | xfo_setSvgImagePrefixW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Effective when outputting to SVG. | |
long | xfo_getSvgSinglePageNumber (CXfoObjPtr pXfoObj) |
Effective when outputting to SVG. | |
void | xfo_setSvgSinglePageNumber (CXfoObjPtr pXfoObj, long newVal) |
Effective when outputting to SVG. | |
int | xfo_getSvgRasterizeResolution (CXfoObjPtr pXfoObj) |
Effective when outputting to SVG. | |
void | xfo_setSvgRasterizeResolution (CXfoObjPtr pXfoObj, int newVal) |
Effective when outputting to SVG. | |
long | xfo_getStartVolume (CXfoObjPtr pXfoObj) |
Get the start volume of document to output. | |
void | xfo_setStartVolume (CXfoObjPtr pXfoObj, long newVal) |
Specifies the start volume of document to output. | |
long | xfo_getEndVolume (CXfoObjPtr pXfoObj) |
Get the end volume of document to output. | |
void | xfo_setEndVolume (CXfoObjPtr pXfoObj, long newVal) |
Specifies the end volume of document to output. | |
long | xfo_getMultiVolume (CXfoObjPtr pXfoObj) |
Get multiple volume of PDF output. | |
long | xfo_getTotalVolumeCount (CXfoObjPtr pXfoObj) |
Gets the number of all the separate volumes when outputting PDF to multiple separate volumes. | |
long | xfo_getOutputVolumeCount (CXfoObjPtr pXfoObj) |
Gets the number of the actual separate volumes when outputting PDF to multiple separate volumes. | |
void | xfo_setMultiVolume (CXfoObjPtr pXfoObj, long newVal) |
Specifies multiple volume of PDF output. | |
int | xfo_getSplitPages (CXfoObjPtr pXfoObj) |
Gets the split-by-pages setting. | |
void | xfo_setSplitPages (CXfoObjPtr pXfoObj, int newVal) |
Sets the split-by-pages setting. | |
int | xfo_getInitialPageNumber (CXfoObjPtr pXfoObj) |
Gets the initial page number. | |
void | xfo_setInitialPageNumber (CXfoObjPtr pXfoObj, int newVal) |
Sets the initial page number. | |
int | xfo_getInitialVolumeNumber (CXfoObjPtr pXfoObj) |
Gets the initial volume number. | |
void | xfo_setInitialVolumeNumber (CXfoObjPtr pXfoObj, int newVal) |
Sets the initial volume number. | |
long | xfo_getPartialVolume (CXfoObjPtr pXfoObj) |
Gets the partial volume mode. | |
void | xfo_setPartialVolume (CXfoObjPtr pXfoObj, long newVal) |
Sets the partial volume mode. | |
XfoIfErrorLevel | xfo_getExitLevel (CXfoObjPtr pXfoObj) |
Get the error level to abort formatting process. | |
void | xfo_setExitLevel (CXfoObjPtr pXfoObj, XfoIfErrorLevel newVal) |
Error level to abort formatting process. | |
XfoIfErrorLevel | xfo_getErrorLevel (CXfoObjPtr pXfoObj) |
Returns the error level of the error that occurred during the formatting process. | |
XfoIfErrorCode | xfo_getErrorCode (CXfoObjPtr pXfoObj) |
Returns the error code of the error that occurred during the formatting process. | |
char * | xfo_getErrorMessage (CXfoObjPtr pXfoObj, char *pVal, int size) |
Returns the error message of the error that occurred during the formatting process. | |
wchar_t * | xfo_getErrorMessageW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Returns the error message of the error that occurred during the formatting process. | |
void | xfo_setFontAlias (CXfoObjPtr pXfoObj, const char *src, const char *dst) |
Sets the substitution of font name. | |
void | xfo_setFontAliasW (CXfoObjPtr pXfoObj, const wchar_t *src, const wchar_t *dst) |
Sets the substitution of font name. | |
void | xfo_clearFontAlias (CXfoObjPtr pXfoObj) |
Clear all substitutions of font name. | |
void | xfo_eraseFontAlias (CXfoObjPtr pXfoObj, const char *src) |
Erase the substitution of font name 'fontName'. | |
void | xfo_eraseFontAliasW (CXfoObjPtr pXfoObj, const wchar_t *src) |
XfoIfErrorCode | xfo_execute (CXfoObjPtr pXfoObj) |
Execute formatting and output to a PDF specified in OutputFilePath or printer specified in PrinterName. | |
void | xfo_clear (CXfoObjPtr pXfoObj) |
Initialize formatting engine. | |
void | xfo_setOnMessageProc (CXfoObjPtr pXfoObj, XfoOnMessageProc *proc) |
Specifies the callback fucntion. | |
void | xfo_setOnMessageProcW (CXfoObjPtr pXfoObj, XfoOnMessageProcW *proc) |
Specifies the callback fucntion. | |
void | xfo_setOnFormatPageProc (CXfoObjPtr pXfoObj, XfoOnFormatPageProc *proc) |
Specifies the callback fucntion. | |
void | xfo_setOnMessageProcEx (CXfoObjPtr pXfoObj, XfoOnMessageProcEx *proc, void *pAnyObj) |
Specifies the callback fucntion. | |
void | xfo_setOnMessageProcExW (CXfoObjPtr pXfoObj, XfoOnMessageProcExW *proc, void *pAnyObj) |
Specifies the callback fucntion. | |
void | xfo_setOnFormatPageProcEx (CXfoObjPtr pXfoObj, XfoOnFormatPageProcEx *proc, void *pAnyObj) |
Specifies the callback fucntion. | |
void | xfo_setXSLTParam (CXfoObjPtr pXfoObj, const char *paramName, const char *value) |
Set parameter name and value for xsl:param. | |
void | xfo_setXSLTParamW (CXfoObjPtr pXfoObj, const wchar_t *paramName, const wchar_t *value) |
Set parameter name and value for xsl:param. | |
void | xfo_clearXSLTParam (CXfoObjPtr pXfoObj) |
Clear all parameter name and value for xsl:param. | |
XfoErrorStreamType | xfo_getErrorStreamType (CXfoObjPtr pXfoObj) |
Get the error output type. | |
void | xfo_setErrorStreamType (CXfoObjPtr pXfoObj, XfoErrorStreamType type) |
Set the error output type. | |
char * | xfo_getPrinterName (CXfoObjPtr pXfoObj, char *pVal, int size) |
Get the printer name where the formatted result is outputted. | |
wchar_t * | xfo_getPrinterNameW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Get the printer name where the formatted result is outputted. | |
void | xfo_setPrinterName (CXfoObjPtr pXfoObj, const char *newVal) |
Specifies the output format or the printer name to output. | |
void | xfo_setPrinterNameW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Specifies the output format or the printer name to output. | |
long | xfo_getFormattedPages (CXfoObjPtr pXfoObj) |
Get formatted total pages. | |
char * | xfo_getPrinterSettingURI (CXfoObjPtr pXfoObj, char *pVal, int size) |
Get the printer setting file URI. | |
wchar_t * | xfo_getPrinterSettingURIW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Get the printer setting file URI. | |
void | xfo_setPrinterSettingURI (CXfoObjPtr pXfoObj, const char *newVal) |
Specifies the printer setting file URI. | |
void | xfo_setPrinterSettingURIW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
Specifies the printer setting file URI. | |
long | xfo_getPrnCopies (CXfoObjPtr pXfoObj) |
Get the number of copies. | |
void | xfo_setPrnCopies (CXfoObjPtr pXfoObj, long newVal) |
Specifies the number of copies. | |
long | xfo_getPrnCollate (CXfoObjPtr pXfoObj) |
Get collation of multiple copies. | |
void | xfo_setPrnCollate (CXfoObjPtr pXfoObj, long newVal) |
Specifies collation of multiple copies. | |
long | xfo_getBatchPrint (CXfoObjPtr pXfoObj) |
Get the setting of whether print dialog box is displayed or not when printing. | |
void | xfo_setBatchPrint (CXfoObjPtr pXfoObj, long newVal) |
When the value 'false' is specified, the print dialog box is displayed when printing. | |
void | xfo_setDocumentText (CXfoObjPtr pXfoObj, const char *newVal) |
void | xfo_setDocumentTextW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
char * | xfo_getStylesheetText (CXfoObjPtr pXfoObj, char *pVal, int size) |
wchar_t * | xfo_getStylesheetTextW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
void | xfo_setStylesheetText (CXfoObjPtr pXfoObj, const char *newVal) |
void | xfo_setStylesheetTextW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
char * | xfo_getVersion (CXfoObjPtr pXfoObj, char *pVal, int size) |
Get the version string of Antenna House Formatter. | |
wchar_t * | xfo_getVersionW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
Get the version string of Antenna House Formatter. | |
int | xfo_getGdiTextAntialias (CXfoObjPtr pXfoObj) |
Acquires the setting of the smoothing processing to text. | |
void | xfo_setGdiTextAntialias (CXfoObjPtr pXfoObj, int newVal) |
Performs the smoothing processing to text. | |
int | xfo_getGdiLineartSmoothing (CXfoObjPtr pXfoObj) |
Acquires the setting of the smoothing processing to borders. | |
void | xfo_setGdiLineartSmoothing (CXfoObjPtr pXfoObj, int newVal) |
Performs the smoothing processing to borders. | |
int | xfo_getGdiImageSmoothing (CXfoObjPtr pXfoObj) |
Acquires the setting of the smoothing processing to images. | |
void | xfo_setGdiImageSmoothing (CXfoObjPtr pXfoObj, int newVal) |
Performs the smoothing processing to images. | |
char * | xfo_getWatermarkText (CXfoObjPtr pXfoObj, char *pVal, int size) |
wchar_t * | xfo_getWatermarkTextW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
void | xfo_setWatermarkText (CXfoObjPtr pXfoObj, const char *newVal) |
void | xfo_setWatermarkTextW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
char * | xfo_getWatermarkFontFamily (CXfoObjPtr pXfoObj, char *pVal, int size) |
wchar_t * | xfo_getWatermarkFontFamilyW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
void | xfo_setWatermarkFontFamily (CXfoObjPtr pXfoObj, const char *newVal) |
void | xfo_setWatermarkFontFamilyW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
char * | xfo_getWatermarkFontWeight (CXfoObjPtr pXfoObj, char *pVal, int size) |
wchar_t * | xfo_getWatermarkFontWeightW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
void | xfo_setWatermarkFontWeight (CXfoObjPtr pXfoObj, const char *newVal) |
void | xfo_setWatermarkFontWeightW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
char * | xfo_getWatermarkFontStyle (CXfoObjPtr pXfoObj, char *pVal, int size) |
wchar_t * | xfo_getWatermarkFontStyleW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
void | xfo_setWatermarkFontStyle (CXfoObjPtr pXfoObj, const char *newVal) |
void | xfo_setWatermarkFontStyleW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
char * | xfo_getWatermarkOpacity (CXfoObjPtr pXfoObj, char *pVal, int size) |
wchar_t * | xfo_getWatermarkOpacityW (CXfoObjPtr pXfoObj, wchar_t *pVal, int size) |
void | xfo_setWatermarkOpacity (CXfoObjPtr pXfoObj, const char *newVal) |
void | xfo_setWatermarkOpacityW (CXfoObjPtr pXfoObj, const wchar_t *newVal) |
|
|
|
Error Code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pointer to XfoObj instance.
|
|
Error callback handler.
|
|
|
|
|
|
|
|
|
|
|
|
Error Level.
|
|
Error Stream Type for MessageListener.
|
|
|
PDF encrypt level.
|
|
PDF print allow.
|
|
PDF image compression.
|
|
PDF RGB conversion.
|
|
Embed font.
|
|
Image downsampling.
|
|
Monochrome compression.
|
|
SVG version.
|
|
Image processing.
|
|
Image conversion.
|
|
Formatter type.
|
|
Create instance of XfoObj.
|
|
Release instance of XfoObj.
|
|
Get formatter type. only after Formatter 5.
|
|
Set formatter type. only after Formatter 5.
|
|
Get the URL of XML document you will format.
|
|
Get the URL of XML document you will format.
|
|
Specifies the URL of XML document you will format. If it is omitted or "@STDIN" is specified, XML document is loaded from stdin. The document loaded from stdin are supposed to be FO files.
|
|
Specifies the URL of XML document you will format. If it is omitted or "@STDIN" is specified, XML document is loaded from stdin. The document loaded from stdin are supposed to be FO files.
|
|
Get the URI of XSL stylesheet for formatting.
|
|
Get the URI of XSL stylesheet for formatting.
|
|
Specifies the URI of XSL stylesheet for formatting. If the specified XML document is FO, or the XML file contains the processing instruction <?xml-stylesheet ...?> and the XSL stylesheet is specified, this setting is ignored. Otherwise if there is no setting of this property, an error occurs.
|
|
Specifies the URI of XSL stylesheet for formatting. If the specified XML document is FO, or the XML file contains the processing instruction <?xml-stylesheet ...?> and the XSL stylesheet is specified, this setting is ignored. Otherwise if there is no setting of this property, an error occurs.
|
|
Append the path name of user stylesheet file which describes Antenna House Formatter options.
|
|
Append the path name of user stylesheet file which describes Antenna House Formatter options.
|
|
Get the prior stylesheet title.
|
|
Get the prior stylesheet title.
|
|
Set the prior stylesheet title.
|
|
Set the prior stylesheet title.
|
|
Get html default charset.
|
|
Get html default charset.
|
|
Set html default charset.
|
|
Set html default charset.
|
|
Get the path name of the output file.
|
|
Get the path name of the output file.
|
|
Specifies the path name of the output file. When "@STDOUT" is specified, it is considered as stdout. If both the printer name and this property are specified, the formatted result will be stored in the file by the printer driver. When "@PDF" is specified as output, the PDF is stored in the file specified by this property. If the property is not specified, it is considered as stdout.
|
|
Specifies the path name of the output file. When "@STDOUT" is specified, it is considered as stdout. If both the printer name and this property are specified, the formatted result will be stored in the file by the printer driver. When "@PDF" is specified as output, the PDF is stored in the file specified by this property. If the property is not specified, it is considered as stdout.
|
|
Get the path name of XML-format Option setting file which describes Antenna House Formatter options.
|
|
Get the path name of XML-format Option setting file which describes Antenna House Formatter options.
|
|
Specifies the path name of XML-format Option setting file which describes Antenna House Formatter options. The set of former URIs is thrown away.
|
|
Specifies the path name of XML-format Option setting file which describes Antenna House Formatter options. The set of former URIs is thrown away.
|
|
Append the path name of XML-format Option setting file which describes Antenna House Formatter options.
|
|
Append the path name of XML-format Option setting file which describes Antenna House Formatter options.
|
|
Get the number of URIs of XML-format Option setting file which describes Antenna House Formatter options.
|
|
Get the output FO file as the result of XSLT when the input files are an XML document and XSL stylesheet.
|
|
Get the output FO file as the result of XSLT when the input files are an XML document and XSL stylesheet.
|
|
Specifies the output FO file as the result of XSLT when the input files are an XML document and XSL stylesheet. If the input file is FO, no file is outputted. When "@STDOUT" is specified, it is considered as stdout. If the setting is omitted, nothing outputs.
|
|
Specifies the output FO file as the result of XSLT when the input files are an XML document and XSL stylesheet. If the input file is FO, no file is outputted. When "@STDOUT" is specified, it is considered as stdout. If the setting is omitted, nothing outputs.
|
|
Get the hyphenation dictionary Path.
|
|
Get the hyphenation dictionary Path.
|
|
Specifies the hyphenation dictionary Path.
|
|
Specifies the hyphenation dictionary Path.
|
|
Get the command line of External XSLT Processor.
|
|
Get the command line of External XSLT Processor.
|
|
Specifies the command line of External XSLT Processor. If this is omitted, default MSXML3 will be used. For example: xslt %param -o %3 %1 %2 These meanings are as follows. %1 : XML Document %2 : XSL Stylesheet %3 : XSLT Output File %param : xsl:param%1 to %3 are used to express only parameter positions. Do not replace them actual file names. In case you use XSL:param for external XSLT processor, set the parameter in XSLTParamFormat and SetXSLTParam.
|
|
Specifies the command line of External XSLT Processor. If this is omitted, default MSXML3 will be used. For example: xslt %param -o %3 %1 %2 These meanings are as follows. %1 : XML Document %2 : XSL Stylesheet %3 : XSLT Output File %param : xsl:param%1 to %3 are used to express only parameter positions. Do not replace them actual file names. In case you use XSL:param for external XSLT processor, set the parameter in XSLTParamFormat and SetXSLTParam.
|
|
Get the default base URI.
|
|
Get the default base URI.
|
|
Specifies the default base URI.
|
|
Specifies the default base URI.
|
|
Get the parameter format of xsl:param when using External XSLT Processor.
|
|
Get the parameter format of xsl:param when using External XSLT Processor.
|
|
Specifies the parameter format of xsl:param when using External XSLT Processor. For example: -p %p %v These meanings are as follows. %p : Parameter Name %v : Parameter Value
|
|
Specifies the parameter format of xsl:param when using External XSLT Processor. For example: -p %p %v These meanings are as follows. %p : Parameter Name %v : Parameter Value
|
|
Get the start page number of document to output.
|
|
Specifies the start page number of document to output. If the start page is omitted or the specified value is 0 or less, the start page is considered from the first page. If the setting is inconsistent, (for example, StartPage=5 EndPage=3) an error occurs.
|
|
Get the end page number of document to output.
|
|
Specifies the end page number of document to output. If the end page is omitted or the specified value exceeds the actual page number, the end page is considered as the last page. If the setting is inconsistent, (for example, StartPage=5 EndPage=3) an error occurs.
|
|
|
|
|
|
Effective when outputting to PDF. Specifies the owner password for PDF. The password must be within 32 bytes.
|
|
Effective when outputting to PDF. Specifies the owner password for PDF. The password must be within 32 bytes.
|
|
Effective when outputting to PDF. Specifies the user password for PDF. The password must be within 32 bytes.
|
|
Effective when outputting to PDF. Specifies the user password for PDF. The password must be within 32 bytes.
|
|
Effective when outputting to PDF. Disables printing the PDF file.
|
|
Effective when outputting to PDF. Get disables printing the PDF file.
|
|
Effective when outputting to PDF. Disables making changes of the PDF file.
|
|
Effective when outputting to PDF. Get disables making changes of the PDF file.
|
|
Effective when outputting to PDF. Disables copying the content of the PDF file.
|
|
Effective when outputting to PDF. Get disables copying the content of the PDF file.
|
|
Effective when outputting to PDF. Disables adding comments and form fields to the PDF file.
|
|
Effective when outputting to PDF. Get disables adding comments and form fields to the PDF file.
|
|
Effective when outputting to PDF. Set the version of PDF.
|
|
Effective when outputting to PDF. Get the version of PDF.
|
|
Effective when outputting to PDF. Disables filling in of form fields and signing of the PDF file. This parameter is effective only when you specify PDF1.4 or later to PDF version.
|
|
Effective when outputting to PDF. Get disables filling in of form fields and signing of the PDF file.
|
|
Effective when outputting to PDF. Disables text access for screen reader devices of the PDF file. This parameter is effective only when you specify 1.4 or later with PDF version.
|
|
Effective when outputting to PDF. Get disables text access for screen reader devices of the PDF file.
|
|
Effective when outputting to PDF. Disables inserting, deleting and rotating the PDF pages. This parameter is effective only when you specify 1.4 or later with PDF version
|
|
Effective when outputting to PDF. Get disables inserting, deleting and rotating the PDF pages.
|
|
Effective when outputting to PDF. Specifies the key length when encrypting the PDF file during outputting. The key length can be specified as either 40 or 128 (bit). This parameter is effective only when you specify PDF1.4 or later with PDF version
|
|
Effective when outputting to PDF. Get the key length when encrypting the PDF file during outputting.
|
|
Effective when outputting to PDF. Gets the value of whether to embed all embeddable fonts in PDF.
|
|
Effective when outputting to PDF. Embeds all embeddable fonts in PDF to create.
|
|
Effective when outputting to PDF. Gets the font specified to be embedded in PDF.
|
|
Effective when outputting to PDF. Gets the font specified to be embedded in PDF.
|
|
Effective when outputting to PDF. Embeds the specified font in PDF to create. If you want to specify plural fonts, put commas between fonts.
|
|
Effective when outputting to PDF. Embeds the specified font in PDF to create. If you want to specify plural fonts, put commas between fonts.
|
|
Effective when outputting to PDF. Gets the value of whether to issues the error when failing to embed fonts.
|
|
Effective when outputting to PDF. An error is issued in case of failing to embed fonts.
|
|
Effective when outputting to PDF. Gets the value of whether to issues the error when missing glyph.
|
|
Effective when outputting to PDF. An error is issued in case of missing glyph.
|
|
Effective when outputting to PDF. Subset embedded fonts when percent of characters used is less than.
|
|
Effective when outputting to PDF. Subset embedded fonts when percent of characters used is less than.
|
|
Effective when outputting to PDF. Gets the value of whether to print the resulting PDF file or not.
|
|
Effective when outputting to PDF. Spesifies whether to permit printing PDF to create with one of the following values. This parameter is effective only when you specify PDF1.4 or later to PDF version (setPdfVersion).
|
|
Effective when outputting to PDF. Gets the value of how to compress the color images embedded in PDF.
|
|
Effective when outputting to PDF.
When the color image format cannot be stored directly in PDF, the image is stored after being transformed into the bit map format which is compatible with PDF. The compression method of the data stored in a PDF file is then specified by one of the following values.
|
|
Gets the value of the quality of JPEG format that is specified by xfo_setPdfImageCompression() stored in PDF.
|
|
Effective when outputting to PDF.
For the color image format that can not be stored directly in PDF, specifies the image quality by the numerical value within the range of 1-100 when IMGCMPR_JPEG is specified by setPdfImageCompression. The quality becomes higher in proportion to the increase in the number; however the file size also becomes larger.
|
|
Effective when outputting to PDF. Gets the value of whether the text and the line art in PDF are compressed in order to make the size of PDF smaller or not.
|
|
Effective when outputting to PDF. Specifies whether the text and the line art in PDF are compressed in order to make the size of PDF smaller or not.
|
|
Effective when outputting to PDF. Gets the value of how to transform external link specified by the relative address in the PDF link.
|
|
Effective when outputting to PDF. Specifies whether the external link specified by the relative address is transformed into 'Open the file' or into 'World Wide Web link' in the PDF link properties.
|
|
Effective when outputting to PDF. Gets the value of how to convert the RGB color space (DebiceRGB) to DeviceGray.
|
|
Effective when outputting to PDF. Specifies how to convert the RGB color space (DeviceRGB) to DeviceGray.
|
|
Effective when outputting to PDF. Gets the value of the rasterised-resolution of the transformed raster images.
|
|
Effective when outputting to PDF. Specifies the value of the rasterised-resolution of the transformed raster images in the range from 70 to 500(dpi). SVG, EMF and WMF are drawn in PDF as vectors without being transformed to raster images. This setting is effective only with Windows version.
|
|
Effective when outputting to PDF. Gets the value of whether to output linearize PDF or not.
|
|
Effective when outputting to PDF. Specifies whether to output linearize PDF or not.
|
|
Effective when outputting to PDF. Gets the value of whether to sign a signature to PDF or not.
|
|
Effective when outputting to PDF. Specifies whether to sign a signature to PDF or not.
|
|
Effective when outputting to PDF. Gets the value of a signature information name.
|
|
Effective when outputting to PDF. Gets the value of a signature information name.
|
|
Effective when outputting to PDF. Sets a signature information name.
|
|
Effective when outputting to PDF. Sets a signature information name.
|
|
Effective when outputting to PDF. Gets the value of a certificate information name.
|
|
Effective when outputting to PDF. Gets the value of a certificate information name.
|
|
Effective when outputting to PDF. Sets a certificate information name.
|
|
Effective when outputting to PDF. Sets a certificate information name.
|
|
Effective when outputting to PDF. Gets the value of whether to embed all embeddable fonts
|
|
Effective when outputting to PDF. Specifies whether to embed the all outline data of fonts in PDF or not with one of the following values, which are True type fonts and Type1 Fonts and are embeddable in the formatted result.
If the value is EMBALLFONT_PART, only fonts specified in xfo_setPdfEmbedFonts are embedded. If the value is EMBALLFONT_ALL, all fonts that can be embedded except Base 14 fonts will be embedded. If the value is EMBALLFONT_BASE14, all fonts including Base 14 fonts that can be embedded will be embedded.
|
|
Effective when outputting to PDF. Gets the value of method to downsample the color image
|
|
Effective when outputting to PDF. Specifies the following either of method to downsample the color image that is put into PDF.
When the value except IMGDOWNSAMPLING_NONE is specified, the image that has the resolution larger than the one specified by xfo_setPdfImageDownSamplingDPI will be downsampled into the resolution specified by xfo_setPdfImageDownSamplingTarget. This is the setting for the color image. Spesify xfo_setPdfGrayscaleImageDownSampling for the grayscale image, and xfo_setPdfMonochromeImageDownSampling for the monochrome image.
|
|
Effective when outputting to PDF. Gets resolution when the color image is downsampled.
|
|
Effective when outputting to PDF. Set resolution when the color image is downsampled.
|
|
Effective when outputting to PDF. Gets resolution of the color image which performs a downsampling.
|
|
Effective when outputting to PDF. Set resolution of the color image which performs a downsampling.
|
|
Effective when outputting to PDF. Gets specification whether to embed to PDF the color profile of the color image that will be embedded to PDF.
|
|
Effective when outputting to PDF. Specifies whether to embed to PDF the color profile of the color image that will be embedded to PDF.
|
|
Effective when outputting to PDF. Gets the value of how to compress the grayscale images embedded in PDF.
|
|
Effective when outputting to PDF.
When the grayscale image format cannot be stored directly in PDF, the image is stored after being transformed into the bit map format which is compatible with PDF. The compression method of the data stored in a PDF file is then specified by one of the following values.
|
|
Effective when outputting to PDF. Gets the value of the quality of JPEG format that is specified by xfo_setPdfGrayscaleImageCompression stored in PDF.
|
|
Effective when outputting to PDF.
For the grayscale image format that can not be stored directly in PDF, specifies the image quality by the numerical value within the range of 1-100 when IMGCMPR_JPEG is specified by xfo_setPdfGrayscaleImageCompression. The quality becomes higher in proportion to the increase in the number; however the file size also becomes larger.
|
|
Effective when outputting to PDF. Gets the value of method to downsample the grayscale image
|
|
Effective when outputting to PDF.
|
|
Effective when outputting to PDF. Gets resolution when the grayscale image is downsampled.
|
|
Effective when outputting to PDF. Specifies the following either of method to downsample the grayscale image that is put into PDF.
When the value except IMGDOWNSAMPLING_NONE is specified, the image that has the resolution larger than the one specified by xfo_setPdfGrayscaleImageDownSamplingDPI will be downsampled into the resolution specified by xfo_setPdfGrayscaleImageDownSamplingTarget. This is the setting for the grayscale image. Spesify xfo_setPdfImageDownSampling for the color image, and xfo_setPdfMonochromeImageDownSampling for the monochrome image.
|
|
Effective when outputting to PDF. Gets resolution of the grayscale image which performs a downsampling.
|
|
Effective when outputting to PDF. Set resolution of the grayscale image which performs a downsampling.
|
|
Effective when outputting to PDF. Gets the value of how to compress the monochrome images embedded in PDF.
|
|
Effective when outputting to PDF.
When the monochrome image format cannot be stored directly in PDF, the image is stored after being transformed into the bit map format which is compatible with PDF. The compression method of the data stored in a PDF file is then specified by one of the following values.
|
|
Effective when outputting to PDF. Gets the value of method to downsample the monochrome image
|
|
Effective when outputting to PDF. Specifies the following either of method to downsample the monochrome image that is put into PDF.
When the value except IMGDOWNSAMPLING_NONE is specified, the image that has the resolution larger than the one specified by xfo_setPdfMonochromeImageDownSamplingDPI will be downsampled into the resolution specified by xfo_setPdfMonochromeImageDownSamplingTarget. This is the setting for the monochrome image. Spesify xfo_setPdfImageDownSampling for the color image, and xfo_setPdfGrayscaleImageDownSampling for the grayscale image.
|
|
Effective when outputting to PDF. Gets resolution when the monochrome image is downsampled.
|
|
Effective when outputting to PDF. Set resolution when the monochrome image is downsampled.
|
|
Effective when outputting to PDF. Gets resolution of the monochrome image which performs a downsampling.
|
|
Effective when outputting to PDF. Set resolution of the monochrome image which performs a downsampling.
|
|
Gets the specification of two pass format.
|
|
Set the specification of two pass format.
|
|
Effective when outputting to PDF. Gets the value of whether to output Tagged PDF or not.
|
|
Effective when outputting to PDF. Generates Tagged PDF. Ignored if PDF cannot be tagged depending on the PDF versions.
|
|
Effective when outputting to PDF. Gets the width of PDF to output.
|
|
Effective when outputting to PDF. Gets the width of PDF to output.
|
|
Effective when outputting to PDF. Scales the width of PDF to output. A value with a unit or value can be specified as length.
|
|
Effective when outputting to PDF. Scales the width of PDF to output. A value with a unit or value can be specified as length.
|
|
Effective when outputting to PDF. Gets the height of PDF to output.
|
|
Effective when outputting to PDF. Gets the height of PDF to output.
|
|
Effective when outputting to PDF. Scales the height of PDF to output. A value with a unit or value can be specified as length.
|
|
Effective when outputting to PDF. Scales the height of PDF to output. A value with a unit or value can be specified as length.
|
|
Specifies the scaling ratio of the PDF to output. A value with a unit or value can be specified as length. Effective when outputting to PDF.
|
|
Specifies the scaling ratio of the PDF to output. A value with a unit or value can be specified as length. Effective when outputting to PDF.
|
|
Effective when outputting to PDF. Gets the value of whether to issue error or not when PDF/X is generating.
|
|
Effective when outputting to PDF. An error is not issued when PDF/X is generating.
|
|
Effective when outputting to PDF. Output reverse page or not.
|
|
Effective when outputting to PDF. Output reverse page or not.
|
|
Effective when outputting to PDF. Import 3D annotations or not.
|
|
Effective when outputting to PDF. Import 3D annotations or not.
|
|
Effective when outputting to SVG. Get the version of SVG.
|
|
Effective when outputting to SVG. Enables specifying whether the version of SVG is 1.1, Basic or Tiny.
|
|
Effective when outputting to SVG. Gets the setting indicating whether to compress the outputted SVG into gzip format or not.
|
|
Effective when outputting to SVG. Specifies whether to compress the outputted SVG into gzip format or not.
|
|
Effective when outputting to SVG. Gets the setting indicating whether to embed fonts in the outputted SVG.
|
|
Effective when outputting to SVG. Specifies whether to embed fonts in the outputted SVG.
|
|
Effective when outputting to SVG. Gets the format for naming files when the outputted SVG becomes multiple.
|
|
Effective when outputting to SVG. Gets the format for naming files when the outputted SVG becomes multiple.
|
|
Effective when outputting to SVG. Specifies the format for naming files when the outputted SVG becomes multiple.
|
|
Effective when outputting to SVG. Specifies the format for naming files when the outputted SVG becomes multiple.
|
|
Effective when outputting to SVG. Gets the font specified to be embedded in SVG.
|
|
Effective when outputting to SVG. Gets the font specified to be embedded in SVG.
|
|
Effective when outputting to SVG. Embeds the specified font in SVG to create. If you want to specify plural fonts, put commas between fonts.
|
|
Effective when outputting to SVG. Embeds the specified font in SVG to create. If you want to specify plural fonts, put commas between fonts.
|
|
Effective when outputting to SVG. Gets the value of whether to issues the error when failing to embed fonts.
|
|
Effective when outputting to SVG. An error is issued in case of failing to embed fonts.
|
|
Effective when outputting to SVG. Gets the value of how to compress the images embedded in SVG.
|
|
Effective when outputting to SVG. Selects how to compress the images embedded in SVG to create from the following.
|
|
Gets the value of the quality of JPEG format that is specified by xfo_setSvgImageConversion() stored in SVG.
|
|
Effective when outputting to SVG. Specifies the quality of the Raster graphics when stored in JPEG format using the range of 1-100. The quality becomes higher in proportion to the increase in the number; however the file size also becomes larger. The initial value is 80.
|
|
Effective when outputting to SVG. Gets specification how to treat the referred image.
|
|
Effective when outputting to SVG. Specifies how to treat the referred image.
|
|
Effective when outputting to SVG. Gets the copy destination of image as specifying IMGPT_COPY_ALL or IMGPT_COPY by xfo_setSvgImageProcessingType.
|
|
Effective when outputting to SVG. Specifies the copy destination of image as specifying IMGPT_COPY_ALL or IMGPT_COPY by xfo_setSvgImageProcessingType.
|
|
Effective when outputting to SVG. Gets the copy destination of image as specifying IMGPT_COPY_ALL or IMGPT_COPY by xfo_setSvgImageProcessingType.
|
|
Effective when outputting to SVG. Specifies the copy destination of image as specifying IMGPT_COPY_ALL or IMGPT_COPY by xfo_setSvgImageProcessingType.
|
|
Effective when outputting to SVG.
Gets specification whether to divide into multiple SVG or to output as one SVG when the formatted result extends to multiple pages.
|
|
Effective when outputting to SVG.
Specifies whether to divide into multiple SVG or to output as one SVG when the formatted result extends to multiple pages.
|
|
Effective when outputting to SVG. Gets specification whether to rename all file name to prefix specified by xfo_setSvgImagePrefix, or use original name.
|
|
Effective when outputting to SVG. When images are copied to the directory specified by xfo_setSvgImageCopyPath etc. and processed, specifies whether to rename all file name to prefix specified by xfo_setSvgImagePrefix, or use original name. When the file name overlaps, sequential number is added. When true is specified, all files are renamed.
|
|
Effective when outputting to SVG. Gets the prefix of the file name when images are copied to the directory specified by xfo_setSvgImageCopyPath and processed.
|
|
Effective when outputting to SVG. When images are copied to the directory specified by xfo_setSvgImageCopyPath and processed, specifies the prefix of the file name. The file name will be prefix with sequence numbers. Default is empty character string with only sequential numbers.
|
|
Effective when outputting to SVG. Gets the prefix of the file name when images are copied to the directory specified by xfo_setSvgImageCopyPath and processed.
|
|
Effective when outputting to SVG. When images are copied to the directory specified by xfo_setSvgImageCopyPath and processed, specifies the prefix of the file name. The file name will be prefix with sequence numbers. Default is empty character string with only sequential numbers.
|
|
Effective when outputting to SVG. Gets specification whether to add sequential number to the output SVG even if it has only one-page.
|
|
Effective when outputting to SVG. When xfo_setSvgSingleFile = 0 is specified, specifies whether to add sequential number to the output SVG even if it has only one-page. It is not added in case of false.
|
|
Effective when outputting to SVG. Gets the value of the rasterised-resolution of the transformed raster images.
|
|
Effective when outputting to SVG. Specifies the value of the rasterised-resolution of the transformed raster images in the range from 70 to 500(dpi). SVG, EMF and WMF are drawn in SVG as vectors without being transformed to raster images. This setting is effective only with Windows version.
|
|
Get the start volume of document to output.
|
|
Specifies the start volume of document to output. If the start volume is omitted or the specified value is 0 or less, the start volume is considered from the first volume. If the setting is inconsistent, (for example, StartVolume=5 EndVolume=3) an error occurs.
|
|
Get the end volume of document to output.
|
|
Specifies the end volume of document to output. If the end volume is omitted or the specified value exceeds the actual volume number, the end volume is considered as the last volume. If the setting is inconsistent, (for example, StartVolume=5 EndVolume=3) an error occurs.
|
|
Get multiple volume of PDF output.
|
|
Gets the number of all the separate volumes when outputting PDF to multiple separate volumes.
|
|
Gets the number of the actual separate volumes when outputting PDF to multiple separate volumes.
|
|
Specifies multiple volume of PDF output.
|
|
Gets the split-by-pages setting.
|
|
Sets the split-by-pages setting.
|
|
Gets the initial page number.
|
|
Sets the initial page number.
|
|
Gets the initial volume number.
|
|
Sets the initial volume number.
|
|
Gets the partial volume mode.
|
|
Sets the partial volume mode.
|
|
Get the error level to abort formatting process.
|
|
Error level to abort formatting process. Antenna House Formatter will stop formatting when the detected error level is equal to ExitLevel property or higher. The default value is 2 (Warning). Thus if an error occurred and error level is 2 (Warning) or higher, formatting process will be aborted. Please use the value from 1 to 4. When the value of 5 or more specified, it is considered to be the value of 4. If a error-level:4 (fatal error) occurs, the formatting process will be aborted unconditionally. BTW : An error is not displayed no matter what value may be specified to be this property.
|
|
Returns the error level of the error that occurred during the formatting process.
|
|
Returns the error code of the error that occurred during the formatting process. Zero means no error. Non-zero indicates any error occurred.
|
|
Returns the error message of the error that occurred during the formatting process.
|
|
Returns the error message of the error that occurred during the formatting process.
|
|
Sets the substitution of font name. This substitution acts on the font names existing in FO. The font name 'fontName' is replaced to 'aliasName'.
|
|
Sets the substitution of font name. This substitution acts on the font names existing in FO. The font name 'fontName' is replaced to 'aliasName'.
|
|
Clear all substitutions of font name.
|
|
Erase the substitution of font name 'fontName'.
|
|
|
|
Execute formatting and output to a PDF specified in OutputFilePath or printer specified in PrinterName.
|
|
Initialize formatting engine.
|
|
Specifies the callback fucntion. The error that occurred during the formatting process can be received.
|
|
Specifies the callback fucntion. The error that occurred during the formatting process can be received.
|
|
Specifies the callback fucntion. The page number in the formatting process can be received.
|
|
Specifies the callback fucntion. The error that occurred during the formatting process can be received.
|
|
Specifies the callback fucntion. The error that occurred during the formatting process can be received.
|
|
Specifies the callback fucntion. The page number in the formatting process can be received.
|
|
Set parameter name and value for xsl:param.
|
|
Set parameter name and value for xsl:param.
|
|
Clear all parameter name and value for xsl:param.
|
|
Get the error output type.
|
|
Set the error output type.
|
|
Get the printer name where the formatted result is outputted.
|
|
Get the printer name where the formatted result is outputted.
|
|
Specifies the output format or the printer name to output. When a printer name is specified, the formatted result is outputted to that printer. When "@STDPRN" is specified, the formatted result is outputted to the currently used printer. When "@PDF" is specified, the formatted result is outputted to PDF. When "@SVG" is specified, the formatted result is outputted to SVG. When "@PS" is specified, the formatted result is outputted to PostScript. When "@TEXT" is specified, the formatted result is outputted to a text format file. When "@DOCX" is specified, the formatted result is outputted to a docx format file. When "@AreaTree" is specified, the AreaTree will be outputted. When omitted, it is considered as "@PDF" was specified. It's impossible to output to the printer with any OS's other than Windows.
|
|
Specifies the output format or the printer name to output. When a printer name is specified, the formatted result is outputted to that printer. When "@STDPRN" is specified, the formatted result is outputted to the currently used printer. When "@PDF" is specified, the formatted result is outputted to PDF. When "@SVG" is specified, the formatted result is outputted to SVG. When "@PS" is specified, the formatted result is outputted to PostScript. When "@TEXT" is specified, the formatted result is outputted to a text format file. When "@DOCX" is specified, the formatted result is outputted to a docx format file. When "@AreaTree" is specified, the AreaTree will be outputted. When omitted, it is considered as "@PDF" was specified. It's impossible to output to the printer with any OS's other than Windows.
|
|
Get formatted total pages.
|
|
Get the printer setting file URI.
|
|
Get the printer setting file URI.
|
|
Specifies the printer setting file URI. This setting is effective only with Windows version.
|
|
Specifies the printer setting file URI. This setting is effective only with Windows version.
|
|
Get the number of copies. Effective when outputting to printer.
|
|
Specifies the number of copies. Effective when outputting to printer. If nothing is specified, the value is considered as 1. This setting is effective only with Windows version.
|
|
Get collation of multiple copies.
|
|
Specifies collation of multiple copies. Effective when outputting to printer and the number of copies is plural. If it is not specified or the value zero is specified, the same page is multi-copied continuously. If nonezero is specified, the pages specified from start to end are printed repeatedly. This setting is effective only with Windows version.
|
|
Get the setting of whether print dialog box is displayed or not when printing.
|
|
When the value 'false' is specified, the print dialog box is displayed when printing. If the setting is omitted or the value 'true' is specified, the print dialog is not displayed. This setting is effective only with Windows version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Get the version string of Antenna House Formatter.
|
|
Get the version string of Antenna House Formatter.
|
|
Acquires the setting of the smoothing processing to text. This setting is effective only with Windows XP or later / Windows Server2003 or later.
|
|
Performs the smoothing processing to text. Effective only when printing and outputting images. This setting is effective only with Windows XP or later / Windows Server2003 or later.
|
|
Acquires the setting of the smoothing processing to borders. This setting is effective only with Windows XP or later / Windows Server2003 or later.
|
|
Performs the smoothing processing to borders. Effective only when printing and outputting images. This setting is effective only with Windows XP or later / Windows Server2003 or later.
|
|
Acquires the setting of the smoothing processing to images. This setting is effective only with Windows XP or later / Windows Server2003 or later.
|
|
Performs the smoothing processing to images. Effective only when printing and outputting images. This setting is effective only with Windows XP or later / Windows Server2003 or later.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|