コミュニティ

[FR Engine 11 SDK] Can I export pages to multiple FileWriters ? 回答済み

When exporting to a FileWriter, it exports all the pages to it:

document.ExportToMemory(FileWriter, FileExportFormatEnum.FEF_TextUnicodeDefaults, null);

Now what I would like is exporting each individual pages to a individual FileWriter.

How can I do this ?

I noticed there is an Export method on FRPage but no ExportToMemory to support FileWriter :'(

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    Permanently deleted user

    Hi,

    Indeed, the export to memory is available only for the whole FRDocument. As a workaround, you could separate images, I mean, to put each image to the single FRDoc, and then export them to memory.

    It would be great if you contact the technical support and write them about this suggestion to add IFRPage::ExportToMemory in FREngine API and also about your processing scenario details.

    1

サインインしてコメントを残してください。