I'm using CGContext.init(withUrl) to create a pdf context and doing some rendering inside that context. I was able to save the pdf in the location which will be available in the url. But in my case i will not have a location while creating the CGContext. So in my case i need a create a CGPDFContext without the location. I tried using the CGDataConsumer, but that also not working.
My Requirements
1. Have to create PDF file without the save location.
2. In certain time interval i have to save that pdf to the particular location
My Requirements
1. Have to create PDF file without the save location.
2. In certain time interval i have to save that pdf to the particular location