Quantcast
Channel: PDFCreator English - pdfforge forums
Viewing all articles
Browse latest Browse all 1241

Resolution image problems

$
0
0

hi, im writing a print with one image inserted, when i print this one with pdfcreator printer, pdf goes perfect but when i save this pdf with COM, the image goes wrong, goes pixeled.
What can i do? What its wrong on my code?
any can hel me?

Thx so much and sorry for my poor english

This is my code, its a easy exmple:

VB NET

PDFCreatorQueue.Initialize()
sFilename = "PEDIDO_" & txtNum.Text
EliminarArch("C:\FACTURAS\" & sFilename & ".pdf")
fullPath = "C:\FACTURAS\" & sFilename & ".pdf"
Printer.Print()
If Not PDFCreatorQueue.WaitForJob(10) Then
    MsgBox("The print job did not reach the queue within " & " 10 seconds")
Else
    job = PDFCreatorQueue.NextJob
    job.SetProfileByGuid("DefaultGuid")
    job.ConvertTo(fullPath)
End If
PDFCreatorQueue.ReleaseCom()

4 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 1241

Trending Articles