Appending Problem

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
mugsisme
Posts: 1
Joined: Wed Mar 23 2005

Appending Problem

Post by mugsisme »

I am appending 2 PDFs that I am using the Creator to fill. The appended document will not carry over any filled fields with "()", meaning, any phone numbers or fax numbers in this format, (111) 111-1111 do not appear on the appended document, but they do on the original pdfs? Is this a known bug?

This is the code I am using (VB):

pdf1.Open strFilePath & gstrCreatedPDF, ""
pdf1.Append strFilePath & gstrPDF19532B, ""
pdf1.Refresh
pdf1.DoCommandTool (acCommandToolRunDocument)
pdf1.Save strFilePath & "merged.pdf", 0

Thank you.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

No this is not a known bug, please contact our Technical Support Team support@amyuni.com

Thanks.
Post Reply