Print Page | Close Window

Large spool size

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=3408
Printed Date: 22 Jul 25 at 7:53AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Large spool size
Posted By: CuraSoft
Subject: Large spool size
Date Posted: 23 Nov 16 at 1:00PM
When printing a PDF with the Debenu Quick Pdf library the resulting spoolsize  is much greater than printing the same PDF with Adobe or other viewers.

Almost empty test PDF: 
   http://checkout.lemonde.fr/glm_onestepcheckout/onestep/downloadPdf/" rel="nofollow - http://checkout.lemonde.fr/glm_onestepcheckout/onestep/downloadPdf/

Simplified delphi code looks like this:
  lib := TDebenuPDFLibrary.Create;
  try
    lib.LoadFromFile('test.pdf', '');
    lib.PrintDocumentToPrinterObject(Printer, 1, lib.PageCount, lib.PrintOptions(0, 0, 'TestSpool'));
  finally
    lib.Free;
  end;

When printing this test file the resulting spoolsize from debenu is 4,75 KB and printed from Adobe 879 Bytes.

Anyone an idea what i can do?



Replies:
Posted By: Ingo
Date Posted: 23 Nov 16 at 1:54PM
Hi CuraSoft,

from technical view QuickPDF realize the printout with render functionality.
Adobe products are doing the print out while interpreting the pdf-code.
It's like it is - you can do nothing.
Please keep in mind that - for example - the adobe pdf reader comes along with a 100 and more mb installation and on the other hand you have the slim line QuickPDF - there SHOULD be differences ;-)

Cheers and welcome here,
Ingo



-------------
Cheers,
Ingo




Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk