Re: [gdal-dev] GDAL PDF Export: Support for different page sizes and multi-paged PDF

2023-11-14 Thread Laurențiu Nicola via gdal-dev
On Tue, Nov 14, 2023, at 19:56, Mandeep Singh wrote: > Thanks, i tried the same but for some reason the vector data was not > displayed in the pdf i guess due to georeferenced control points > > 1) How do i set the control points based on page size and dpi, eg if i have > to use EPSG 3857 syst

Re: [gdal-dev] GDAL PDF Export: Support for different page sizes and multi-paged PDF

2023-11-14 Thread Mandeep Singh via gdal-dev
Thanks, i tried the same but for some reason the vector data was not displayed in the pdf i guess due to georeferenced control points 1) How do i set the control points based on page size and dpi, eg if i have to use EPSG 3857 system. Is there any utility i can use to do this conversion ? 2) In

Re: [gdal-dev] GDAL PDF Export: Support for different page sizes and multi-paged PDF

2023-11-14 Thread Laurențiu Nicola via gdal-dev
Hi Mandeep, I've never used it, but perhaps you should try https://gdal.org/drivers/raster/pdf.html#creation-of-pdf-file-from-a-xml-composition-file-gdal-3-0 in combination with gdal_create? Laurențiu On Mon, Nov 13, 2023, at 14:02, Mandeep Singh via gdal-dev wrote: > Hi, > > I am currently u

[gdal-dev] GDAL PDF Export: Support for different page sizes and multi-paged PDF

2023-11-13 Thread Mandeep Singh via gdal-dev
Hi, I am currently using the GDAL Library for exporting the PDFs. Using the gdal_translate command to generate the PDF from VRT, I am able to generate a PDF. I have below queries: - Is there any option to export a multi page PDF? - How can I control the page size of each page in the PDF ? Regar