473,326 Members | 2,133 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Merging 2 PDF Files into 1

18
I have a program that allows the user to fill out and load in various information onto a form from Access. I save the information on each form as a PDF file (primopdf used to create the pdf file from Access*great little program*), but now I have 6 different PDF files (one for each page), and I would like to merge these. Instead of have InsuracePage1.pdf, InsurancePage2.pdf, etc... I would like them to all be saved as 1 pdf file Insurance.pdf that include all 6 pages. How can I set up a command button to merge these files? Im using VB 6.0
Oct 30 '07 #1
2 1866
I have a program that allows the user to fill out and load in various information onto a form from Access. I save the information on each form as a PDF file (primopdf used to create the pdf file from Access*great little program*), but now I have 6 different PDF files (one for each page), and I would like to merge these. Instead of have InsuracePage1.pdf, InsurancePage2.pdf, etc... I would like them to all be saved as 1 pdf file Insurance.pdf that include all 6 pages. How can I set up a command button to merge these files? Im using VB 6.0
We use PDFXchange for this and it works fine, have no experience with primopdf, but it looks like v3.1 supports it. It doesn't look like the API supports it, though. Only the print driver.

Can't you collect all the data from the forms and then just create the pdf at the end with all the data?
Oct 30 '07 #2
jesse07
18
We use PDFXchange for this and it works fine, have no experience with primopdf, but it looks like v3.1 supports it. It doesn't look like the API supports it, though. Only the print driver.

Can't you collect all the data from the forms and then just create the pdf at the end with all the data?
I was hoping to do this with out buying a program. I want to create the pdf at the end, but how would I reference the 6 forms as 1 pdf because my version only allows you create the pdf of the current form through the print button. I was hoping to do this with just writing some code in VB
Oct 30 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Stefan Franke | last post by:
Hi, I would like to merge two XML files. The first XML contains a list of books, the second XML file contains a bestseller list of books. So some of the books in the first file will appear in the...
2
by: Cy Huckaba | last post by:
I have an XML document that is linked to other document and I can't figure out what the best way to try and merge them before query qith an XpathNavigator. Simple example...a root xml document...
3
by: Mike | last post by:
Hi! I also asked this question in C# group with no results: I have 2 datasets loaded with data from two xml files having the same schema. The files contain data from yesterday and today. I'd...
2
by: Nikhil Prashar | last post by:
I'm trying to merge two XML files that have the same structure but not necessarily the same nodes in the same order. I've tried opening the files as datasets and using the DataSet.Merge() function,...
0
by: steve | last post by:
Hi there, I am trying to import data from 2 dbf files into excel using the 'get external data' option which launches ms query. Ultimately I am merging data with a right join statement. I can...
0
by: Mike | last post by:
Hi! I have 2 datasets loaded with data from two xml files having the same schema. The files contain data from yesterday and today. I'd like to merge both datasets in such a way that the resulting...
10
by: n o s p a m p l e a s e | last post by:
Is it possible to merge two DLL files into one? If so, how? Thanx/NSP
1
by: adamrace | last post by:
Hi, I've got two excel files, one has a list of products and their current prices and they all have a product ID, I have another file with a list of price's that need updating. I was wondering...
0
by: veer | last post by:
Hello sir. I am making a program on merging in Visual Basic. The program is that I have a folder which is not on my hard drive contain 80 Mdb files and each Mdb file contains two tables. I want to...
0
by: Albert-jan Roskam | last post by:
Hi John, Thanks! Using a higher xlrd version did the trick! Regarding your other remarks: -yep, input files with multiple sheets don't work yet. I kinda repressed that ;-) Spss outputs only...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.