1
vote
1answer
69 views
Can I use Quick PDF as a viewer in my Delphi Application?
Can I use Quick PDF as a viewer in my Delphi application and be able to render PDF content to a Device Context?
1
vote
1answer
23 views
How to view a PDF in my Delphi application using DARenderPageToStream?
How do I view a PDF in my Delphi application using the DARenderPageToStream function?
1
vote
1answer
40 views
Rendering Annotations
What is the normal strategy to render annotations to the screen?
Are there any support method (other than fetching the annotations) that help in this?
1
vote
1answer
108 views
Stop flickering when rendering with Qt
I have a PDF viewer working in my C++ app using the trial version of this PDF SDK. The only problem is that it flickers when scrolling.
To put this in context, the application is …
0
votes
1answer
195 views
Render PDF to device context using Visual Basic 6
I am evaluating Quick PDF Library for use with a custom Visual Basic 6 application we're developing for one of our customers. Would you have any sample VB6 code (using either your …
1
vote
1answer
70 views
Can I use Quick PDF to render to GTK Device Context?
Can I use Quick PDF to render to GTK Device Context?
0
votes
1answer
112 views
Render a PDF as an image with an asymmetrical DPI
Is it possible to allow a PDF to be rendered as an image with an asymmetrical DPI (i.e., x=204 y=196)?
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
1answer
121 views
Render a PDF document and include editable form fields
I have opened and rendered a PDF with a few form fields and the form fields is displayed on the bitmap. However I wonder how to make these fields editable. I believe it has to do w …
1
vote
1answer
325 views
Render PDF in Windows Forms with .NET
Can I Use Quick PDF to open a PDF and show it on Windows Forms in .NET? If so, do you have some sample code that I could see? I'd be extremely interested in purchasing the library …
1
vote
1answer
133 views
Can I use Quick PDF as a viewer in my C++ application?
Can I use Quick PDF as a viewer in my C++ application and be able to render PDF content to a Device Context?
1
vote
1answer
149 views
How are PDFs displayed?
How are PDFs displayed? If I wanted to create my own PDF viewer, how steps would be required?
1
vote
1answer
92 views
Add text at the point of click on a rendered PDF
If I have an existing PDF that has a graphic on it, and I simply want a user to be able to click a point on the PDF and drop a letter at the point of the click, like A... B... etc. …
2
votes
0answers
18 views
Rendering a PDF page under DirectX
I am a new user with Quick PDF library.
I am developping a VC++ application embedding DirectX methods.
Before purchasing the Quick PDF library, I would appreciate to get a few exam …
0
votes
0answers
75 views
Edit already created pdf file
hello, I have already created PDF file. I want add form fields on existing PDF file with retaining old data and form fields should be editable and save the file. Is this possible w …