public class PDF extends UnmanagedFile
kServerTypeAttribute
Constructor and Description |
---|
PDF() |
Modifier and Type | Method and Description |
---|---|
void |
jsConstructor(java.lang.String thePathName)
JavaScript constructor by file path name.
|
java.lang.String |
(JavaScript Function) generatePdf(Parameters theFields,
java.lang.String theOutput)
Generate a PDF at the given location
|
java.lang.String |
(JavaScript Function) generateTempPdf(Parameters theFields)
Generate a PDF as a new file in the temporary directory
|
java.lang.String |
(JavaScript Function) getDownloadUrl()
Get a download URL for the output pdf
|
(JavaScript Function) create, (JavaScript Function) getBufferedReader, (JavaScript Function) getBufferedWriter, (JavaScript Function) getFileOutputStream, (JavaScript Function) getRelativePath, (JavaScript Function) writeXmp, (JavaScript Getter) colorprofile, (JavaScript Getter) colorspace, (JavaScript Getter) exists, (JavaScript Getter) fileNameExtension, (JavaScript Getter) format, (JavaScript Getter) getFileContents, (JavaScript Getter) height, (JavaScript Getter) lastModified, (JavaScript Getter) length, (JavaScript Getter) name, (JavaScript Getter) parent, (JavaScript Getter) path, (JavaScript Getter) resolution, (JavaScript Getter) width, (JavaScript Getter) xmp
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasInstance, hasProperty, hasProperty, isConst, isEmpty, isExtensible, isSealed, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void jsConstructor(java.lang.String thePathName)
jsConstructor
in class UnmanagedFile
thePathName
- the file path namepublic java.lang.String (JavaScript Function) getDownloadUrl()
public java.lang.String (JavaScript Function) generateTempPdf(Parameters theFields)
theFields
- the acro fields to replacepublic java.lang.String (JavaScript Function) generatePdf(Parameters theFields, java.lang.String theOutput)
theFields
- the acro fields to replacetheOutput
- the path to the output fileCopyright © 2017 MediaBeacon, Inc. All Rights Reserved.