cpdf-source/docsplits/dotnetsplits/c18.tex

21 lines
625 B
TeX
Raw Normal View History

2022-03-07 18:16:03 +01:00
CHAPTER 17. Creating New PDFs
Cpdf.blankDocument(Double, Double, Int32)
2022-03-09 13:07:27 +01:00
Creates a blank document with pages of the given width (in points), height (in
points), and number of pages.
2022-03-07 18:16:03 +01:00
Cpdf.blankDocumentPaper(Cpdf.Papersize, Int32)
2022-03-09 13:07:27 +01:00
Makes a blank document given a page size and number of pages.
2022-03-07 18:16:03 +01:00
Cpdf.textToPDF(Double, Double, Cpdf.Font, Double, String)
2022-03-09 13:07:27 +01:00
Typesets a UTF8 text file ragged right on a page of size w * h in points in the
given font and font size.
2022-03-07 18:16:03 +01:00
Cpdf.textToPDFPaper(Cpdf.Papersize, Cpdf.Font, Double, String)
2022-03-09 13:07:27 +01:00
Typesets a UTF8 text file ragged right on a page of the given size in the given
font and font size.