When the pdf converter is converting more than 1 document into a single pdf file, does this event get fired only once when the pdf printer has completed its task or does it fire for every complete document that has already been converted?
thank you
Eric
Search found 5 matches
- Wed Nov 10 2004
- Forum: Visual Basic Community
- Topic: Question about EndDocPost
- Replies: 1
- Views: 6024
- Mon Nov 08 2004
- Forum: Visual Basic Community
- Topic: Issue about text not printing out 1st pg usr data on pdf
- Replies: 0
- Views: 5597
Issue about text not printing out 1st pg usr data on pdf
Has anyone had issues when the first page of every document that is converted by the amyuni pdf converter does not display all of the text?
ie, standard form data does print but user data(customer info) does not on the first page.
Thanks in advance for any help
Eric
ie, standard form data does print but user data(customer info) does not on the first page.
Thanks in advance for any help
Eric
- Fri Nov 05 2004
- Forum: Visual Basic Community
- Topic: Question about drawing text unto a pdf
- Replies: 4
- Views: 9967
I attempted another run of tests to see if the printer is working. It does work slightly. It does not seem to display the user data on the first page of the printed form. Also I am attempting to concatenate more than one file into a single file but so far it has been unsuccessful. The Fileoptions th...
- Fri Nov 05 2004
- Forum: Visual Basic Community
- Topic: Question about drawing text unto a pdf
- Replies: 4
- Views: 9967
What I am doing is using the code available in my project that prints to a printer. In this case I am using the Amyuni PDF Converter as the printer. So with my printer has the PDF converter, I am using existing code to drawtext to it, textout to it, so forth. Hope this explains my situation. Does my...
- Thu Nov 04 2004
- Forum: Visual Basic Community
- Topic: Question about drawing text unto a pdf
- Replies: 4
- Views: 9967
Question about drawing text unto a pdf
Hello, I am attempting to create a pdf that is composed of a standard form and user data. I am to create the standard form correctly but unable to place the user data on the standard form. I am using an api call of DrawText and DrawTextEx as the functions to write out the user data. Are these the co...