• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Convert linked/embedded PDF, EPS

Explorer ,
Aug 28, 2020 Aug 28, 2020

Copy link to clipboard

Copied

Is there way we can convert  kPlacedPDFItemBoss OR kEPSItem type graphics to image using Indesing SDK?

 

InterfacePtr<IHierarchy> iHierarchy(this->m_pageItemUIDRef, UseDefaultIID());

afs_pci_transform transformProperty;
GetShapeTransform(this->m_pageItemUIDRef,&transformProperty);

if(iHierarchy != nil)
{
    if(::GetClass(iHierarchy) == kSplineItemBoss && iHierarchy -> GetChildCount() > 0)
    {
        InterfacePtr<IHierarchy> child(iHierarchy->QueryChild(0));
        ClassID classid = ::GetClass(child);
        
        //kPlacedPDFItemBoss
        //kEPSItem
    }
}

 

TOPICS
SDK

Views

195

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Guide , Aug 28, 2020 Aug 28, 2020

Have a look at SnapshotUtils.

Votes

Translate

Translate
Guide ,
Aug 28, 2020 Aug 28, 2020

Copy link to clipboard

Copied

LATEST

Have a look at SnapshotUtils.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines