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

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()

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 2629

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>