Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
![]() |
PDF displaying |
Post Reply
|
| Author | |
coborhc
Beginner
Joined: 04 Oct 16 Location: Russia Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: PDF displayingPosted: 04 Oct 16 at 9:51PM |
|
Hi all.
Could somebody tell me why Quick PDF does not display the following PDF (just one horizontal line): https://drive.google.com/open?id=0B6Y6LNzVr4n9empXa0k2UENpRUU All PDF readers display that PDF ok, but Quick PDF doesn't. I use the following code: var AJpg: TJpegImage; AMemStream: Tmemorystream; APDF: TQuickPDF; begin AJpg := TJpegImage.create; AMemStream := Tmemorystream.Create; APDF := TQuickPDF.Create; try APDF.UnlockKey('...'); APDF.SetGDIPlusOptions(9, 1); //EnhanceThinLines APDF.LoadFromFile('Line1-FOP.pdf',''); APDF.RenderPageToStream(100,1,1,AMemStream); AMemStream.Seek(0,0); Ajpg.LoadFromStream (AMemStream); image1.Top :=0; image1.Left:=0; image1.Height := Ajpg.Height ; image1.Width := Ajpg.Width; image1.Picture.Assign(Ajpg); finally APDF.Free; Ajpg.Free; AMemStream.Free; end; end; |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store