Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing a PDF and then printing on the back of the prin
Message
De
26/10/2015 16:17:59
 
 
À
26/10/2015 15:33:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01626461
Message ID:
01626464
Vues:
82
>Hi all,
>
>I have a bunch of PDF files that need to be printed thru my customized software, the customized software knows the address where it needs to mail so I want the address to print on the backside. So basically my program will print the PDF and then duplex it and print the address on the back. If it was printing 2 foxpro reports I know this is totally doable but here I'm printing a PDF file and somehow I have to duplex it and make it print my report on the backside.
>
>Any ideas?

I'll assume you're working with a printer that can duplex print. By default, if duplexing is enabled, the printer will only duplex print a single document/print job. So, saying that printing 2 VFP reports is totally doable is not true; by default you'd get 2 separate pages printed on one side of each.

The trick is to combine the existing PDF and your custom address page. I can think of a couple of options:

1. At the document level: Print your address page as another PDF, then merge the two PDFs, then print the combined one

2. At the print job level: Print the primary PDF to a file, print your address page to another file, combine the two files, then dump the combined file directly to the printer
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform