메소드 | 설명 | |
---|---|---|
GetBarcodeImage ( this barcode, string barcodeText, |
Converts the barcodeText to a barcode image and then returns an instance of iTextSharp.text.Image
|
|
GetITextSharpImageFromAcroForm ( this pdfWriter, string pdfTemplateFilePath, IList |
Fills an AcroForm automatically and then Converts the selected page number of an existing pdf template file to an instance of iTextSharp.text.Image
|
|
GetITextSharpImageFromByteArray ( this data, bool cacheImages = true ) : |
Converts an array of bytes/blobs of an image file to an instance of iTextSharp.text.Image
|
|
GetITextSharpImageFromImageFile ( this imageFilePath, bool cacheImages = true ) : |
Gets an image's file path and returns an instance of iTextSharp.text.Image
|
|
GetITextSharpImageFromPdfTemplate ( this pdfWriter, string pdfTemplateFilePath, int pageNumber = 1 ) : |
Converts the selected page number of an existing pdf template file to an instance of iTextSharp.text.Image
|
메소드 | 설명 | |
---|---|---|
checkImage ( this img ) : |
public static GetBarcodeImage ( this barcode, string barcodeText, |
||
barcode | this | Barcode type defined in the iTextSharp.text.pdf namespace |
barcodeText | string | Text to convert |
cb | Canvas | |
리턴 |
public static GetITextSharpImageFromAcroForm ( this pdfWriter, string pdfTemplateFilePath, IList |
||
pdfWriter | this | PdfWriter object |
pdfTemplateFilePath | string | pdf file path |
data | IList |
Row's data |
onFillAcroForm | Action |
FillAcroForm Formula |
fonts | IList |
Controls fonts |
pageNumber | int | selected page number of an existing pdf template file |
리턴 |
public static GetITextSharpImageFromByteArray ( this data, bool cacheImages = true ) : |
||
data | this | blob data |
cacheImages | bool | If true, the image bytes will be added to the PDF only once, not per each new instance. Therefore the result won't be a bloated PDF file. Choose this option if there are many similar images in your data source. |
리턴 |
public static GetITextSharpImageFromImageFile ( this imageFilePath, bool cacheImages = true ) : |
||
imageFilePath | this | Image's file path |
cacheImages | bool | If true, the image bytes will be added to the PDF only once, not per each new instance. Therefore the result won't be a bloated PDF file. Choose this option if there are many similar images in your data source. |
리턴 |
public static GetITextSharpImageFromPdfTemplate ( this pdfWriter, string pdfTemplateFilePath, int pageNumber = 1 ) : |
||
pdfWriter | this | PdfWriter object |
pdfTemplateFilePath | string | pdf file path |
pageNumber | int | selected page number of an existing pdf template file |
리턴 |