FlowConverter

Inheritance: java.lang.Object, com.aspose.pdf.ApsUsingConverter

public class FlowConverter extends ApsUsingConverter

Convert PDF Document to Flow formats (XLSX, ODS, XMLSpreedSheet2003, CSV) DOCX in EnchanedFlow mode, TableAbsorber in FlowEngine mode.

!!! Don’t port from C# as could be ahead of .Net version !!!!

Constructors

ConstructorDescription
FlowConverter()

Methods

MethodDescription
convert(ADocument doc, OutputStream outputStream, ExcelSaveOptions options)
convertInternal(ADocument doc, System.IO.Stream outputStream, ExcelSaveOptions options)
convertWithNewEngine(ADocument doc, System.IO.Stream ouputStream, ExcelSaveOptions excelSaveOptions, DocSaveOptions docSaveOptions)
convertPDFToTableAbsorber(Page page, IDocument document)

FlowConverter()

public FlowConverter()

convert(ADocument doc, OutputStream outputStream, ExcelSaveOptions options)

public static void convert(ADocument doc, OutputStream outputStream, ExcelSaveOptions options)

Parameters:

ParameterTypeDescription
doccom.aspose.pdf.ADocument
outputStreamjava.io.OutputStream
optionsExcelSaveOptions

convertInternal(ADocument doc, System.IO.Stream outputStream, ExcelSaveOptions options)

public static void convertInternal(ADocument doc, System.IO.Stream outputStream, ExcelSaveOptions options)

Parameters:

ParameterTypeDescription
doccom.aspose.pdf.ADocument
outputStreamcom.aspose.ms.System.IO.Stream
optionsExcelSaveOptions

convertWithNewEngine(ADocument doc, System.IO.Stream ouputStream, ExcelSaveOptions excelSaveOptions, DocSaveOptions docSaveOptions)

public static void convertWithNewEngine(ADocument doc, System.IO.Stream ouputStream, ExcelSaveOptions excelSaveOptions, DocSaveOptions docSaveOptions)

Parameters:

ParameterTypeDescription
doccom.aspose.pdf.ADocument
ouputStreamcom.aspose.ms.System.IO.Stream
excelSaveOptionsExcelSaveOptions
docSaveOptionsDocSaveOptions

convertPDFToTableAbsorber(Page page, IDocument document)

public static System.Collections.Generic.List<AbsorbedTable> convertPDFToTableAbsorber(Page page, IDocument document)

Parameters:

ParameterTypeDescription
pagePage
documentIDocument

Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.pdf.AbsorbedTable>