Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - Printing creates jpg
  FAQ FAQ  Forum Search   Register Register  Login Login

Printing creates jpg

 Post Reply Post Reply
Author
Message
tennistom View Drop Down
Beginner
Beginner


Joined: 14 Feb 06
Location: United States
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote tennistom Quote  Post ReplyReply Direct Link To This Post Topic: Printing creates jpg
    Posted: 09 Mar 06 at 11:58AM

Hello all.

I am using version 5.11 dcu's in a Delphi 7 application.

when I call:    

QP.PrintDocument( Printer.Printers.Strings[Printer.PrinterIndex], 1, 1, QP.PrintOptions( 0, 0, 'AAAA') );

a temporary jpg file is created containing a image of the printed document.

this jpg file is not deleted.

So everytime I print there are more of these files.

Has anybody seen this before?

Any ideas on how to prevent these files from being left on the hard drive?

Back to Top
chicks View Drop Down
Debenu Quick PDF Library Expert
Debenu Quick PDF Library Expert


Joined: 29 Oct 05
Location: United States
Status: Offline
Points: 251
Post Options Post Options   Thanks (0) Thanks(0)   Quote chicks Quote  Post ReplyReply Direct Link To This Post Posted: 09 Mar 06 at 1:15PM
That was one of the first things fixed by the gurus here (JanN, I think). See this link for the latest version with the fix:

http://www.quickpdf.org/forum/forum_posts.asp?TID=316&PN=1
Back to Top
tennistom View Drop Down
Beginner
Beginner


Joined: 14 Feb 06
Location: United States
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote tennistom Quote  Post ReplyReply Direct Link To This Post Posted: 09 Mar 06 at 2:37PM

I just downloaded the updated version but it did not fix my problem.

Here is some more of my code:

 

 QP.SetNeedAppearances(1);

QP.LoadFromFile(‘aaa’);

QP.SelectPage(1);

QP.SetFormFieldValueByTitle('aaa', ‘aaa’ );

  for I := 1 to QP.FormFieldCount do

    begin

    QP.UpdateAppearanceStream(I);

    end;

QP.PrintDocument( Printer.Printers.Strings[Printer.PrinterIndex], 1, 1, QP.PrintOptions( 0, 0, 'aaa') );

QP.RemoveDocument(QP.SelectedDocument);

finally

QP.Free;

Back to Top
tennistom View Drop Down
Beginner
Beginner


Joined: 14 Feb 06
Location: United States
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote tennistom Quote  Post ReplyReply Direct Link To This Post Posted: 09 Mar 06 at 5:30PM

I found my problem is that I am still running version 5.11.

The only problem is when I try to use the 5.14 dcu's I receive the following message:  "file not found ...uiSEDQuickPDF.pas"

If I restore the 5.11 dcu's then this message goes away.

Any ideas?

I know I must be missing something simple.

Thanks

Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3524
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 10 Mar 06 at 2:32AM
Hi!
Which dcu-version you're using d5,6,7,...?
Do you get this error from inside your ide while running your app? Perhaps there's an error in your code and the debugger wants to open the sources and you don't have the pas-files...?
Do you get this error with each code-sample you start or only with one special app?
You can use 5.11, too... Then you should implement the workaround you'll find in the bugfix-section.
Best regards,
Ingo


Edited by Ingo
Back to Top
tennistom View Drop Down
Beginner
Beginner


Joined: 14 Feb 06
Location: United States
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote tennistom Quote  Post ReplyReply Direct Link To This Post Posted: 10 Mar 06 at 9:16AM

DCU version contained in QPDFv514-DCU-D7.zip

I receive the file not found message when I compile my application which contains "uiSEDQuickPDF" in the uses clause.

When I use the DCU version contained in iSQP0511D7.zip I am able to compile my application.

Thanks.

 

Back to Top
mc1965 View Drop Down
Beginner
Beginner


Joined: 13 Jul 06
Location: Italy
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote mc1965 Quote  Post ReplyReply Direct Link To This Post Posted: 13 Jul 06 at 9:24AM

Hi,

I have buy a site license full source code of iSedQuickPdf.

I have version 5.11, but i see that is available version 5.14.

How can i download this version with full source code ???

thank you

Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3524
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 13 Jul 06 at 5:34PM
Hi MC!

Send one of the smallest source-file to Michel or me and you'll get the password.

Best regards,
Ingo
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store