S
SteveAman via AccessMonster.com
I have an MSACCESS-2007 App that created pages(Access Reports) of a parts
catalog and outputs them to pdf files numerically/sequentially named 1.pdf, 2.
pdf,3.pdf etc and all the way up to 1140.pdf.
All I want to do is to merge all these pdf filess(In order) into 1 PDF file
called Catalog.PDF
1.pdf is page 1, 2.pdf is page 2 etc.
I have tried PDFactiveX
***
Dim opdfActiveX As PDFActiveX.CreatePDF
strPDF = path & "\Catalog.pdf"
DOCDEST_FOLDER = "C:\Catalog"
opdfActiveX.CreatePDFfromMultiPDFinDir strPDF, DOCDEST_FOLDER2, "*.pdf",
pdoSortByName, pdoSortOrderAscending
****
but I keep getting "Object variable or With block Variable not set" error.
I have the pDFActiveX loaded as a reference(pdfx.dll)
Can somebody help.
catalog and outputs them to pdf files numerically/sequentially named 1.pdf, 2.
pdf,3.pdf etc and all the way up to 1140.pdf.
All I want to do is to merge all these pdf filess(In order) into 1 PDF file
called Catalog.PDF
1.pdf is page 1, 2.pdf is page 2 etc.
I have tried PDFactiveX
***
Dim opdfActiveX As PDFActiveX.CreatePDF
strPDF = path & "\Catalog.pdf"
DOCDEST_FOLDER = "C:\Catalog"
opdfActiveX.CreatePDFfromMultiPDFinDir strPDF, DOCDEST_FOLDER2, "*.pdf",
pdoSortByName, pdoSortOrderAscending
****
but I keep getting "Object variable or With block Variable not set" error.
I have the pDFActiveX loaded as a reference(pdfx.dll)
Can somebody help.