Click or drag to resize

PdfAI Generate Method

Create a document

Namespace: Spire.Pdf.AI
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfDocument Generate(
	string topic,
	int wordsCnt,
	string language
)

Parameters

topic
Type: System String
wordsCnt
Type: System Int32
Words no less than this number
language
Type: System String
the article language

Return Value

Type: PdfDocument
See Also