Convert PDF To Tiff Image
- 09 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Convert PDF To Tiff Image
- Updated on 09 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 5.0.0 |
Location | Data > PDF |
The Convert PDF To Tiff Image step converts the specified PDF file to a Tiff image.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Pdf Document | The PDF document to convert | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | Tiff image file | String |
Example Inputs and Outputs
Input | Output |
---|---|
PDF file | Tiff file |
Text File | EXCEPTION MESSAGE |
Word File | EXCEPTION MESSAGE |
Common Errors
Incorrect file header
If a file added to the input is not a PDF file, the step will cause an error.
To correct this, ensure that the file mapped has the .pdf extension.
Exception Message:
Name: Error running step Convert PDF To TIFF Image 1[ConvertPdfToTiffImage] in flow [Flow 2]: Exception invoking method ConvertPdfToTiffImage on class PdfManagementSteps
Exception Message: Error running step Convert PDF To TIFF Image 1[ConvertPdfToTiffImage] in flow [Flow 2]: Exception invoking method ConvertPdfToTiffImage on class PdfManagementSteps
Input Values: -- No Data --
Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Convert PDF To TIFF Image 1[ConvertPdfToTiffImage] in flow [Flow 2]: Exception invoking method ConvertPdfToTiffImage on class PdfManagementSteps
---> DecisionsFramework.LoggedException: Exception invoking method ConvertPdfToTiffImage on class PdfManagementSteps
---> Aspose.Pdf.InvalidPdfFileFormatException: Incorrect file header
at #=zrx8$vGff8rw0zOsJfXBx6dl$eHVthdMYUw==.#=zELiBKk0nn$NI()
at #=zrx8$vGff8rw0zOsJfXBx6dl$eHVthdMYUw==..ctor(Stream #=zA6ZEq1c=, String #=zkZxG5Dc=, Boolean #=zFRe3SoGTg5hA)
at Aspose.Pdf.Document.#=zyoo3pL0=(Stream #=z3RtBOxU=, String #=zkZxG5Dc=)
at Aspose.Pdf.Document..ctor(Stream input)
at DecisionsFramework.Design.Flow.CoreSteps.StandardSteps.DocumentManagementMethods.GetPdfDocFromFileData(FileData fileData)
at DecisionsFramework.Design.Flow.CoreSteps.StandardSteps.PdfManagementSteps.GetPdfDocFromFileData(FileData fileData)
at DecisionsFramework.Design.Flow.CoreSteps.StandardSteps.PdfManagementSteps.ConvertPdfToTiffImage(FileData PdfDocument)
--- End of inner exception stack trace ---
at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data)
at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData)
at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData)
--ref="/v7/docs/sending-an-email-from-a-flow" rel="nofollow" translate="no">Send Email
Was this article helpful?