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

How to write an embeded link resource to an IDFile

Explorer ,
Jul 06, 2016 Jul 06, 2016

Copy link to clipboard

Copied

I have an embedded file in my document and I want to get it when the document is in another computer.

ILinkResource::CopyToFile() works perfectly in my computer which I use to embed.

when the created document is transferred to another computer, though the file is embedded,

ILinkResource::CanCopyToFile() gives false value.

how can I get this file?

TOPICS
SDK

Views

369

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

Advocate , Jul 06, 2016 Jul 06, 2016

If the link is missing, use IImageUtils::GetImageStream.

Votes

Translate

Translate
Advocate ,
Jul 06, 2016 Jul 06, 2016

Copy link to clipboard

Copied

LATEST

If the link is missing, use IImageUtils::GetImageStream.

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