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!
[SOLVED]Render problem |
Post Reply |
Author | |
bitusonline
Beginner Joined: 15 Jul 16 Status: Offline Points: 8 |
Post Options
Thanks(0)
Posted: 15 Jul 16 at 2:34AM |
Hi friends,
Some hint of why the dotted line (sample below) was not rendered correctly? Sample image (Delphi x Foxit): My code: AJpg := TJpegImage.create; AMemStream := Tmemorystream.Create; APDF := TQuickPDF.Create; try APDF.UnlockKey('...'); APDF.LoadFromFile(AFilePath,''); 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; Edited by bitusonline - 25 Jul 16 at 5:23PM |
|
Ingo
Moderator Group Joined: 29 Oct 05 Status: Offline Points: 3524 |
Post Options
Thanks(0)
|
Hi Bitusonline,
which version of the library you're using? Rendering is always a point where enhancements will be inserted from version to version ;-) Cheers and welcome here, Ingo |
|
Cheers,
Ingo |
|
bitusonline
Beginner Joined: 15 Jul 16 Status: Offline Points: 8 |
Post Options
Thanks(0)
|
Thanks,
Worked in latest lib. []'s
|
|
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