Search found 2 matches

by FionaBoyle
Tue May 28 2013
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: New PDF with large page dimensions
Replies: 3
Views: 13480

Re: New PDF with large page dimensions

Thanks for your help, this works well.
by FionaBoyle
Wed May 22 2013
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: New PDF with large page dimensions
Replies: 3
Views: 13480

New PDF with large page dimensions

I am trying to create a new pdf file with non-standard page sizes : Dim PdfDoc2 As New Amyuni.PDFCreator.IacDocument(Nothing) Dim oPage = PdfDoc2.GetPage(1) oPage.AttributeByName("PaperSize").Value = 256 oPage.AttributeByName("Length").Value = 23070 oPage.AttributeByName("Wi...