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!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - [SOLVED]Render problem
  FAQ FAQ  Forum Search   Register Register  Login Login

[SOLVED]Render problem

 Post Reply Post Reply
Author
Message
bitusonline View Drop Down
Beginner
Beginner


Joined: 15 Jul 16
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote bitusonline Quote  Post ReplyReply Direct Link To This Post Topic: [SOLVED]Render problem
    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
Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3524
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 16 Jul 16 at 1:09PM
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

Back to Top
bitusonline View Drop Down
Beginner
Beginner


Joined: 15 Jul 16
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote bitusonline Quote  Post ReplyReply Direct Link To This Post Posted: 18 Jul 16 at 12:58AM
Thanks,

Worked in latest lib.

[]'s
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store