public class UnifiedSaveOptions extends SaveOptions
This class represents saving options for saving that uses unified conversion way (with unified internal document model)
Modifier and Type | Class and Description |
---|---|
static interface |
UnifiedSaveOptions.ConversionProgressEventHandler
Represents method that usually supplied by calling side
and handles progress events that comes from converter.
|
static class |
UnifiedSaveOptions.ProgressEventHandlerInfo
This class represents information about conversion progress
that can be used in external applicatuion to show conversion progress to end user
|
static class |
UnifiedSaveOptions.ProgressEventType
This enum describes possible progress event types
that can occure during conversion
|
SaveOptions.BorderInfo, SaveOptions.BorderPartStyle, SaveOptions.HtmlBorderLineType, SaveOptions.NodeLevelResourceType, SaveOptions.ResourceSavingInfo
Modifier and Type | Field and Description |
---|---|
com.aspose.pdf.UnifiedSaveOptions.ConversionProgressEventsTranslator |
ProgressEventsRetranslator
Represents internal progress events processor that works during conversion and translates
conversion events of internal conversion stages into external total progress events
This internal class handles events of PDF to APS and APS to [Other format] progress
to calculate total progress and inform customer's code about that total progress events
this class uses two types of events : ApsToExternal model conversion
and events of conversion Pdf to APS to generate total progress events
Export has three stage :
1) Pdf to Aps
2) Aps recognition
3_ Aps export to target format
Constructor allows tune how much pages are converted and what is approximmate part of this or that stage in total progress
|
Constructor and Description |
---|
UnifiedSaveOptions() |
getCloseResponse, getSaveFormat, getWarningHandler, setCloseResponse, setWarningHandler
public com.aspose.pdf.UnifiedSaveOptions.ConversionProgressEventsTranslator ProgressEventsRetranslator
Represents internal progress events processor that works during conversion and translates conversion events of internal conversion stages into external total progress events This internal class handles events of PDF to APS and APS to [Other format] progress to calculate total progress and inform customer's code about that total progress events this class uses two types of events : ApsToExternal model conversion and events of conversion Pdf to APS to generate total progress events Export has three stage : 1) Pdf to Aps 2) Aps recognition 3_ Aps export to target format Constructor allows tune how much pages are converted and what is approximmate part of this or that stage in total progress
Copyright © 2014 Aspose. All Rights Reserved.