Search found 3 matches

by minibootsmann
Mon Sep 08 2003
Forum: Visual Basic Community
Topic: Merge several Word-Docs into one PDF-Document
Replies: 5
Views: 11332

Hello Joan, I am converting 4 MS-Word Files to PDF files using the Amyuni PDF-Converter. These PDF-files shall be concatenated to one file. I don't use any other formats or converters. If it helps, I can send you the Word-File with the Macro and the 4 test-files which have to be merged. Best regards...
by minibootsmann
Thu Sep 04 2003
Forum: Visual Basic Community
Topic: Merge several Word-Docs into one PDF-Document
Replies: 5
Views: 11332

Hello Joan,

thank you for the hint, the macro is working, but the command 'AppendEx' doesn' simply appen a pdf-file to another, it merges the files and messes up the text in the single files. Do you know what's wrong?

Thanks in advance!

Best regards,
Helmut
by minibootsmann
Tue Sep 02 2003
Forum: Visual Basic Community
Topic: Merge several Word-Docs into one PDF-Document
Replies: 5
Views: 11332

Merge several Word-Docs into one PDF-Document

Hi, I actually use Win2PDF for a VBA-macro which converts 2 word documents into one pdf-file. My customer now wants to use the amyuni pdf converter, but I have no idea how to change my macro to work with the new pdf-printer. Here is the code I use to generate my result using Win2PDF: SaveSetting &qu...