コミュニティ

Export to HTML without "input" elements

Hi, is it possible to setup HTML export in FineReader Engine 12 to get output without "<input>" tags?

My current setup is:

FREngine.IHTMLExportParams htmlExportParams = engine.CreateHTMLExportParams();                    htmlExportParams.EncodingType = FREngine.TextEncodingTypeEnum.TET_UTF8;

htmlExportParams.WritePictures = false;

htmlExportParams.UseCss = true;

htmlExportParams.HTMLFormatMode = FREngine.HTMLFormatModeEnum.HFM_Format50;

htmlExportParams.HTMLSynthesisMode = FREngine.HTMLSynthesisModeEnum.HSM_ExactCopy;

 

frDocument.ExportToMemory(memoryWriter, FREngine.FileExportFormatEnum.FEF_HTMLUnicodeDefaults, htmlExportParams);

 

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

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

コメント

0件のコメント

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