
If the destination file does not exist, ColdFusion creates the file, if the parent directory exists. If the destination file exists, set the overwrite attribute to yes. Pathname of the DDX file, or a string with DDX instructions
#PDFINFO SOURCE PDF#
Pathname of the PDF document from which to use the first page as a watermarkĬompress thumbnail which are in TIFF format. Verify document authenticity – confirm the identity of person who signed the documentĪuthor-based signatures provide both of these security services. When documents are distributed electronically, it is important that recipients can: Require high assurance when signing documents. The values are bilinear, bicubic, and nearest_neighbourĪpplicable only when you specify the directory attribute.īusiness transactions, including financial, legal, and other Specifies the algorithm for image downsampling.


Jpgdpi = "sets the dpi (dots per inch) value of the jpeg image. Maxbreadth = "maximum width of the thumbnail" Maxlength = "maximum length of the thumbnail" Maxscale = "maximum scale of the thumbnail" Pages = "page or pages to make into thumbnails" Generate thumbnails from pages in a PDF document Use DDX instructions to manipulate PDF documents Pages = "pages to merge in PDF source file" \\required only when package is specified as true Merge PDF documents into an output PDF file Rightmargin = "value of the footer right margin"īottommargin = "value of the bottom margin" Leftmargin = "value of the footer left marign" Image = "image file name to be used as the header" _PAGENUMBER: add current page number|_LASTPAGENUMBER: add last page Text = _PAGELABEL: add current page label|_LASTPAGELABEL: add last page label| Topmargin = "value of the top margin of the header" Numberformat = "LOWERCASEROMAN|NUMERIC|UPPERCASEROMAN" Rightmargin = "value of the header right margin" Leftmargin = "value of the header left marign" Mimetype = "eg: application/pdf, text/html"> See also the possible differences in what is given as size: and what is given for MediaBox.Image = "image file name to be used as the footer"

Don't miss the lines which state the rot: (page rotation) angle. I recommend you to study above output very closely. Here is an example for running pdfinfo against a real-world PDF which uses different page sizes, *boxes and rotations, extracting the page size details about the range 3-5: $ pdfinfo -box -f 3 -l 5 sample.pdf
#PDFINFO SOURCE CODE#
