1
vote
2answers
11 views
What’s a filelist?
Hi,
I'm working with the trial version and want to check if the mergefiles fit's my needs.
But I'm not understand what's a filelist. If I take a variable nothing happens with it.
…
1
vote
1answer
52 views
Extract text from PDF without using GetPageText or other extraction functions
How can I extract text from a PDF without using the GetPageText and other extraction functions? I basically want to create my own extraction function.
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
37 views
Chinese Characters and Subsetted fonts
Hi
I'm trying to embed chinese characters into a pdf file. The chinese is encoded by windows presumably with UTF16. My current code trys the following
int font = qp.AddSubsettedFo …
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
48 views
how to set bold font
I'm using DrawText .
I need the text to be Bold while printing .
SetFontFlags(0, 0, 0, 0, 0, 0, 0, 1); has no effeect
applyStyle('Bold'); has no effeect
The only th …
0
votes
1answer
14 views
How can I create a background color for a complete document page with Quick PDF?
How can I create a background color for a complete document page with Quick PDF?
1
vote
1answer
11 views
Get outline text
Hi,
I just wonder, if it is possible to get the text for an outline under special conditions: The outline starts somewhere on a page and ends not matching pages boundaries.
I know, …
0
votes
1answer
11 views
Check to see if a page in a PDF contains any images
How do I check to see if a page in a PDF file contains images?
1
vote
1answer
82 views
Add an image to a PDF and preserve the aspect ratio when it’s drawn
I want to draw an image on top a PDF but maintain its aspect ratio. It would also be good if I could control its rotation and alignment.
1
vote
1answer
114 views
Draw text with Korean font onto PDF
I am trying to type some Korean characters in the PDF with this library, but it looks impossible to add Korean characters with this. Please let me know the best way to display Kore …
1
vote
1answer
131 views
How to create optional content groups (ocgs) in PDF files
How do I create optional content groups (OCGs) in PDF files?
I want to add OCGs so that my end-users can show/hide certainly content when viewing PDF files in Adobe Acrobat. I rea …
1
vote
1answer
173 views
Can I add an image to PDF file using Quick PDF Library Lite?
Can I add an image to PDF file using Quick PDF Library Lite?
1
vote
1answer
213 views
Convert a multipage TIFF image to a multipage PDF
Can your product convert multi-page TIFF fax image files to multi-page PDF documents?
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 …