0
votes
1answer
158 views
Can Quick PDF Library print PDF forms that use XFA form fields?
… Can Quick PDF Library print PDF forms that use XFA form fields?
…
0
votes
1answer
97 views
Can Quick PDF Library print existing PDF files to an installed printer?
… Can Quick PDF Library print existing PDF files to an installed printer?
…
0
votes
1answer
106 views
Preview, fill and print tax PDF forms created in Adobe LiveCycle
… application to preview (and optionally fill & print) tax forms which are provided in Adobe LiveCycle …
0
votes
1answer
61 views
Device Context & StartPage()
I am evaluating this library for purchase, and am running into a problem. The device context as returned by GetCanvasDC does not respond to calls to StartPage(). Since I am using t … …
1
vote
1answer
177 views
Create a single multipage TIFF from a multipage (scanned) PDF file
Good day, we're evaluating Quick PDF to provide a replacement for Acrobat Standard in one of our applications. The application currently prints PDF files and also converts PDF file … …
1
vote
1answer
47 views
Check to see if printing was successful
… After using PrintDocument to print a PDF how can I check to see if the document was …
0
votes
0answers
35 views
Print annotations (comments and pop-ups) with document
… Can I print annotations (comments and pop-ups) with the docum …
1
vote
1answer
160 views
Display watermark only when document is printed
Is it possible to make a watermark display on the pages of my document only when the document is printed?
So for example, the user would be able to read my PDF on their computer w … …
1
vote
1answer
44 views
PDF is rendered as white blank page
When I render my PDF it is shown as white blank pages? Why does this happen?
I've also experienced this problem when printing PDF files using the library. Instead of printing the … …
1
vote
0answers
15 views
1
vote
1answer
62 views
Does Quick PDF Library output to PDF/X1a-2001 and PDF/X3-2002?
PDF/X formats particularly PDF/X1a-2003 and PDF/X3-2002 are more and more recognized as the pre-press PDF formats of choice for sending to commercial and short-run printing houses. … …
1
vote
1answer
53 views
How do I read a text print file and create a new PDF
… My application print client statements in text files. I need convert T …
1
vote
1answer
30 views
Ms Access 2007 Report to PDF
… HI
Im trying to use QuickPDF to print an Access 2007 report to PDF, can anyone help me …
1
vote
1answer
18 views
How i can print underscored
Hi,
what i must do, to use the font style underscore ?
sample:
SelectFont( AddTRueTypeFont("Verdana",0) )
DrawText(id,x,y,"Sample Text") // should be printed unerlined
…
0
votes
0answers
25 views
Quick PDF DLL & VB6
Dim InstanceID As Long
InstanceID = QuickPDFCreateLibrary()
If (QuickPDFUnlockKey(InstanceID, "regnumber") = 1) Then
IDIST = QuickPDFReleaseLibrary(InstanceID)
MyPath = ThisDr … …