Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Classes | Enumerations
SolidFramework.Services.Plumbing Namespace Reference

Classes

class  JobEnvelope
 Represents types of Job Envelope. More...
 
class  PdfToJobEnvelope
 Base class for JobEnvelopes that convert PDFs to other formats. More...
 
class  PdfToOfficeJobEnvelope
 Base class for JobEnvelopes that convert PDFs to MS Office formats. More...
 
class  WorkerProcess
 Represents types of Worker Process. More...
 
class  WorkerProcesses
 Represents types of Worker Proccesses. More...
 
class  WorkerStatistics
 

Enumerations

enum  JobStatus {
  Created = 0 , Started = 0x01 , Success = 0x02 , Failure = 0x04 ,
  Cancelled = 0x08 , TimedOut = 0x10 , InvalidPassword = 0x20 , BadData = 0x40 ,
  InternalError = 0x80 , NoTables = 0x100 , NoImages = 0x200 , NoTagged = 0x400 ,
  NotPdfA = 0x800 , TimedOutFailure = TimedOut | Failure , InvalidPasswordFailure = InvalidPassword | Failure , BadDataFailure = BadData | Failure ,
  InternalErrorFailure = InternalError | Failure , NoTablesFailure = NoTables | Failure , NoImagesFailure = NoImages | Failure , NoTaggedFailure = NoTagged | Failure ,
  NotPdfAFailure = NotPdfA | Failure
}
 Represents types of Job Status. More...
 

Enumeration Type Documentation

◆ JobStatus

Represents types of Job Status.

Enumerator
Created 

Type of Job Status is Created.

Started 

Type of Job Status is Started.

Success 

Type of Job Status is Success.

Failure 

Type of Job Status is Failed.

Cancelled 

Type of Job Status is Cancelled.

TimedOut 

Type of Job Status is Time Out.

InvalidPassword 

Type of Job Status is Invalid Password.

BadData 

Type of Job Status is BadData.

InternalError 

Type of Job Status is Internal Error.

NoTables 

Type of Job Status is No Tables.

NoImages 

Type of Job Status is No Image.

NoTagged 

Type of Job Status is No Tagged.

NotPdfA 

Type of Job Status is could not make PdfA