Initializes and creates a PDF document. Uses optional parameters to set the basic specifications of the file to be created. Data is added to the variable using [PDF_Doc] methods, most notably the [PDF_Doc->Add] method.
No syntax description available at this time.
pdf_doc->oncreate(-file = ?, -FORMAT::string = ?, -size::string = ?, -height = ?, -WIDTH = ?, -margins = ?, -color = ?, -useDate::boolean = ?, -noCompress::boolean = ?, -pageNo = ?, -pageHeader = ?, -userPassword = ?, -ownerPassword = ?, -encryptStrong::boolean = ?, -permissions = ?, -watermark = ?, -headers = ?, -author = ?, -title = ?, -subject = ?, -keywords = ?, -creator = ?)
pdf_doc->asString()::string
pdf_doc->realDoc()
pdf_doc->realDoc=(realDoc)
pdf_doc->AddBarcode(barcode::pdf_barcode, -left, -top)
pdf_doc->AddChapter(text::pdf_text, -number::integer, -hidenumber = ?)
pdf_doc->AddCheckBox(name::string, VALUE::string, -checked::boolean, -left, -top, -WIDTH, -height)
pdf_doc->AddComboBox(name::string, values::trait_forEach, -left, -top, -WIDTH, -height, -font = ?, -default = ?, -editable = ?)
pdf_doc->AddHiddenField(name::string, VALUE::string)
pdf_doc->AddImage(image::string, -left, -top)
pdf_doc->AddList(list::trait_forEach, -font = ?, -FORMAT = ?, -anchor = ?, -name = ?, -goto = ?, -file = ?)
pdf_doc->AddPage()
pdf_doc->AddParagraph(text::string, -font = ?, -leading = ?, -anchor = ?, -name = ?, -goto = ?, -file = ?, -alignment = ?, -marginleft = ?, -marginright = ?)
pdf_doc->AddPasswordField(name::string, VALUE::string, -left, -top, -WIDTH, -height, -font = ?)
pdf_doc->AddPhrase(text::string, -font = ?, -leading = ?, -anchor = ?, -name = ?, -goto = ?, -file = ?)
pdf_doc->AddRadioButton(GROUP::string, VALUE::string, -left, -top, -WIDTH, -height)
pdf_doc->AddRadioGroup(GROUP::string)
pdf_doc->AddResetButton(name::string, caption::string, VALUE::string, -left, -top, -WIDTH, -height, -font = ?)
pdf_doc->AddSection(text::pdf_text, -font = ?, -anchor = ?, -name = ?, -goto = ?, -file = ?)
pdf_doc->AddSelectList(name::string, values::trait_forEach, -left, -top, -WIDTH, -height, -font = ?, -default = ?)
pdf_doc->AddSubmitButton(name::string, caption::string, VALUE::string, URL::string, -left, -top, -WIDTH, -height, -font = ?)
pdf_doc->AddTable(table::pdf_table)
pdf_doc->AddTextArea(name::string, VALUE::string, -left, -top, -WIDTH, -height, -font = ?)
pdf_doc->AddTextField(name::string, VALUE::string, -left, -top, -WIDTH, -height, -font = ?)
pdf_doc->AddText(text::string, -font = ?, -anchor = ?, -name = ?, -goto = ?, -file = ?)
pdf_doc->add(text::string)
pdf_doc->add(elem::pdf_chunk)
pdf_doc->add(elem::pdf_phrase)
pdf_doc->add(elem::pdf_paragraph)
pdf_doc->add(image::pdf_image, -align = ?, -wrap = ?, -left = ?, -top = ?, -WIDTH = ?, -height = ?)
pdf_doc->add(barcode::pdf_barcode, -align = ?, -wrap = ?, -left = ?, -top = ?, -WIDTH = ?, -height = ?)
pdf_doc->add(table::pdf_table, -left, -top)
pdf_doc->add(table::pdf_table)
pdf_doc->add(list::pdf_list)
pdf_doc->add(text::pdf_text, -align = ?, -leading = ?, -left = ?, -top = ?, -WIDTH = ?, -height = ?, -rotate = ?)
pdf_doc->Arc(x, y, r, alpha, beta, -fill = ?)
pdf_doc->Circle(x, y, r, -fill = ?)
pdf_doc->ClosePath()
pdf_doc->close()
pdf_doc->CurveTo(x1, y1, x2, y2, x3, y3)
pdf_doc->DrawText(text::string, -font = ?, -alignment = ?, -leading = ?, -rotate = ?, -left = ?, -top = ?, -WIDTH = ?, -height = ?)
pdf_doc->GetColor()
pdf_doc->getformat()
pdf_doc->GetHeader(named::string)
pdf_doc->GetHeaders()
pdf_doc->GetMargins()
pdf_doc->GetPageNumber()
pdf_doc->GetSize()
pdf_doc->InsertPage(read::pdf_read, num::integer, -newpage = ?, -top = ?, -left = ?, -WIDTH = ?, -height = ?, -rotate = ?, -proportional = ?, -fliphorizontal = ?, -flipverticle = ?)
pdf_doc->line(x1, y1, x2, y2)
pdf_doc->line(x1, y1)
pdf_doc->moveTo(x, y, -moveText = ?)
pdf_doc->Rect(x, y, w, h, r::decimal = ?, -fill::boolean = ?)
pdf_doc->SetColor(type::string, color::pdf_color)
pdf_doc->SetColor(type::string, color::string, f1 = ?, f2 = ?, f3 = ?, f4 = ?)
pdf_doc->SetFont(font::pdf_font)
pdf_doc->SetLineWidth(to)
pdf_doc->SetPageNumber(num)
pdf_doc->conventionalTop(f::decimal)
pdf_doc->lowagieFont(f)
No examples found
pdf_barcode pdf_chunk pdf_color pdf_doc pdf_font pdf_hyphenator pdf_image pdf_list | pdf_package pdf_paragraph pdf_phrase pdf_read pdf_rectangle pdf_table pdf_text pdf_typebase |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
Jonathan Guthrie
Steve Piercy
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments