Tagged Questions

1
vote
1answer
14 views

C++ PDF Library

Hi guys, I'm looking for a C++ PDF Library, will Quick PDF work for me?
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
170 views

Can I use Quick PDF Library with Borland C++ Builder 3?

Please let me know if I can use Quick PDF Library with Borland C++ Builder 3?
0
votes
1answer
74 views

How do I use an unsigned char* string with the LoadFromString function?

How do I use an unsigned char* string with the LoadFromString function?
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?