![]() |
#1
|
|||
|
|||
![]()
Hi,
When I am trying to import a pdf(>1 pages), all the pages are getting overlapped into the first page in corel document - How do I import different pages of pdf into different pages of corel? Following is the code that i used: ..... ....... objDoc = objCorel.CreateDocument 'Dim objSIO As New CorelDRAW.StructImportOptions 'objSIO. objDoc.ActiveLayer.Import("C:\test.pdf") ' This has 3 pages in it Dim objPages As CorelDRAW.Pages = objDoc.Pages Dim Count As Integer = objPages.Count MsgBox(count) ' Shows 1 In fact, when I save the coreldocument as emf, it is garbled because the pages are being overwritten... Thanks |
#2
|
|||
|
|||
![]()
I was able to overcome this problem as follows:
Tools -> Options -> Text -> Fonts -> Panose Font Matching(button) -> Never use font matching (radio button) This way, the font matching dialog never popped up during the COM call made from my component.. |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Importing multiple files to separate pages | knowbodynow | CorelDRAW/Corel DESIGNER VBA | 3 | 16-03-2006 09:14 |
Import SVG File to Separate Pages on Document Load | Jadus | CorelDRAW/Corel DESIGNER VBA | 5 | 30-06-2005 12:56 |
Select Single Pages... | ddonnahoe | CorelDRAW/Corel DESIGNER VBA | 3 | 14-06-2005 12:41 |
How to kill (do not show) Import Postscript filter, rrrrrr | modzho | CorelDRAW/Corel DESIGNER VBA | 1 | 18-09-2003 10:56 |
Printing multiple copies | sfldan | CorelDRAW CS | 0 | 21-08-2003 14:37 |