0
votes
0answers
8 views
PDFs printed with QuickPDF lose bold style
I have been having an issue that I cannot resolve. I have tried darn near everything.
We have PDFs that we populate with form data and then we print the PDF out (with the filled …
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.
…
0
votes
1answer
13 views
I need DAappend sample code(deldhi)
merge spent long time
so I will use DAappend function in my Delphi source code
But I don't know how to use DAappend
Is another method in quickly mersing?
Thanks, have nice da …
0
votes
0answers
5 views
Adding Forms Fields Over Shapes
How can i add form fields to replace lines and rectangles like the form wizard does in Adobe Acrobat?
1
vote
1answer
18 views
Recompose splited images after image extraction.
Hi all,
I wonder if there is a simple way via QPL to recompose extracted images (DASaveImageDataToFile or SaveImageToFile) when they are sub parts of a global one in the original …
0
votes
0answers
9 views
Headers, Footers and Variable Length Body
I've got an assignment to create PDF letters from a database. The letter header and footer are already created in PDF and I just need to add pieces to the body of the letter. Some …
0
votes
0answers
8 views
Create a clickable PDF Hyperlink Menu inside a PDF
Hello quickpdflibrary-Team!
Have created for each MS Word page a separate EMF File. Now, I create one single PDF from the emf's by using your library - that works creatfully.
Af …
1
vote
1answer
18 views
Can I use the MergeFileList function with one or more encrypted files?
I am using the AddToFileList in Delphi to populate a list to use with the MergeFileList function. Can I combine PDF files this way if one or more of the files in my list are encry …
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
56 views
PNG image in PDF has PNG prediction with differing /BitsPerComponent
I have an image from a PDF file exported by Illustrator.
<</Intent/RelativeColorimetric/Subtype/Image/Length
55411/Filter/FlateDecode/Name/X/BitsPerComponent
8/ColorSpace/De …
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
12 views
How to merge PDF files?
//This is my sample code.
QP.AddToFileList('List', '1.pdf');
QP.AddToFileList('List', '2.pdf');
QP.MergeFileList('List', '_temp.PDF');
QP.LoadFromFile('_temp.PDF');
DeleteFi …
0
votes
1answer
8 views
Crop pdf images content
I need to crop all images inside pdf, to do so I'm saving pdf into an image using DARenderPageToFile, then get all images
DAFindPage(fileHandle , 1);
DAGetPageImageList(fileHandl …
1
vote
1answer
24 views
Is it possible to OCR an existing PDF without changing the image content?
We have some image-only PDFs, both color, and black and white, that need to be OCRed so that they are text-searchable.
Thanks for your help.
Tom
0
votes
0answers
7 views
How can I change the Tiff compression when exporting from PDF?
I am using the RenderDocumentToFile function with Delphi to create tiff images from PDF files. Is there any way to change or specify the resulting tiff compression (G3 fax, G4 fax …