Print Page | Close Window

Looking for general processing advice

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=1817
Printed Date: 04 Apr 26 at 7:50PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Looking for general processing advice
Posted By: Carneno
Subject: Looking for general processing advice
Date Posted: 19 Apr 11 at 11:39PM

Hello,

 

I'm developing a VB 6.0 printing program on an XP Pro, SP3 computer.

 

It reads in a text file and prints a lot of the text on plain white paper not really formatted and some of it will placed on a preprinted PDF delivery ticket.  Some of the text is used to find multi-page PDF files that will need to be merged between some of the text pages.

The printing part of it needs to:

Print text pages with no special formatting

Print PDF documents between certain pages

Wait until all pages are ready before printing

Release pages as packets so that the printer staples each packet.

            I'd like to have some duplex printing on some pages
 

I'm looking for any tips or advice about how to accomplish those needs using QuickPDF library.

 
Should I create different documents or are different pages good enough?

 

Should I just make it one long document and keep adding text pages and PDF documents to it and then print it all in one release with the PrintDocument command?

 
Any help would be gratefully appreciated.

 

Thanks,

Tony




Replies:
Posted By: AndrewC
Date Posted: 02 Jun 11 at 2:02PM
1. You may have to create the document as a duplexed document from the beginning.  Therefore you would need to insert blank pages yourself.  

2. If you want to staple the documents then the best chance you will have to get this working is to have a single document containing all the pages.

3. Use the text formatting and printing functions to generate your text only pages and then use MergeDocument or one of the other merge functions to append the PDF documents.




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