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
)
Public Function Generate (
topic As String,
wordsCnt As Integer,
language As String
) As PdfDocument
public:
PdfDocument^ Generate(
String^ topic,
int wordsCnt,
String^ language
)
member Generate :
topic : string *
wordsCnt : int *
language : string -> PdfDocument
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