Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all articles
Browse latest Browse all 2105

PDFOut

$
0
0
Hello ,
i have a problem with PDF Out.Add Page().
I want to create a PDF with multiple pages, one image for each page. when i tried more than 4 pages, the programs crash​

PHP Code:
PDFOut.SetUnits("pt")
PDFOut.SetDisplayMode("PDF_ZOOM_REAL""PDF_LAYOUT_SINGLE")
PDFOut.DisplayPreferences(falsefalsefalsefalsetruefalsefalse)

for 
i=1,CountTable do    
        
PDFOut.PrintImageImg[i], 2005650)
        if 
iCountTable then PDFOut.AddPage(); end
end
    


PDFOut
.WritePDF_SourceFolder.."\\Upload\\test.pdf")

File.Open_SourceFolder.."\\Upload\\test.pdf"""SW_MAXIMIZE)​ 

can someone help me​
thanks in advance for your answer​

Viewing all articles
Browse latest Browse all 2105

Trending Articles