Skip navigation.
 
mlUsing PDFKit to move page from a document to another
FROM : Michele Balistreri
DATE : Thu Aug 10 16:34:51 2006

Hi, i'm trying to use PDFKit to make an application which also allows 
importing pages from other documents. My problem is that even if i 
managed doing the import work without crashing, sometimes it just 
insert a white page, more little than the others and sometimes it 
insert the page, bigger than the others and all the ones of the 
original document are made blank. I guess this happens when the 
documents are not of the same size, but i cannot be completely sure 
of this either. What could i use to adjust the page to the receiving 
document before inserting it? I tried the setBoundsForBox: of NSPage 
passing by setting the NSRect size to the one of a page of the 
receiving document. I hope i was clear explaining my problem. Anybody 
knows a workaround?

Related mailsAuthorDate
No related mails found.