Klas Lindbäck wrote:
> It is possible, but it requires that you know something about the source
> PDFs.
> If you know that the lower half of both source PDF:s is always blank
> then you can
> import them and put them on the same page using a vertical offset of
> half a page for the second one.
It is possible, but it requires that you know something about the source
PDFs.
If you know that the lower half of both source PDF:s is always blank
then you can
import them and put them on the same page using a vertical offset of
half a page for the second one.
See the example using PdfImported
hma wrote:
> Hi All, I have a requirement which I am working on to concatinate PDFs:
> The two sources are: (A) HTML (B) Jasper report Document A is converted
> to PDF and B is exported as PDF, each having one page. I have done
> successful merge of both into third PDF document having two pages
Hi All,
I have a requirement which I am working on to concatinate PDFs:
The two sources are: (A) HTML (B) Jasper report
Document A is converted to PDF and B is exported as PDF, each having one
page.
I have done successful merge of both into third PDF document having two
pages using iText API.