Community

[FR Engine 11 SDK] Can I export pages to multiple FileWriters ? Answered

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 :'(

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Avatar
    Natalia Karaseva

    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

Please sign in to leave a comment.