Recent

Author Topic: PowerPDF two sheets  (Read 2020 times)

cpalx

  • Hero Member
  • *****
  • Posts: 753
PowerPDF two sheets
« on: October 30, 2014, 12:51:27 am »
Hello,
how can i made a PDF File with two or more sheets using PowerPDF?


Jkey

  • New Member
  • *
  • Posts: 44
Re: PowerPDF two sheets
« Reply #1 on: October 30, 2014, 02:08:43 pm »
Hello,
did you try this way?
Code: [Select]
  PReport1.BeginDoc;
  PReport1.Print(PRPage1);
  PReport1.Print(PRPage2);
  PReport1.EndDoc;

cpalx

  • Hero Member
  • *****
  • Posts: 753
Re: PowerPDF two sheets
« Reply #2 on: October 30, 2014, 05:35:56 pm »
thanks, works perfectly

 

TinyPortal © 2005-2018