Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Overview
Contains multiple Smart Services and Functions for interacting with PDF Documents.
Key Features & Functionality
Smart Services:
Functions:
Find Pages with Text - Retrieves an array of page numbers that contain a specified search string within the PDF
Hi,
I am using Create PDF smart service to generate a PDF with plain text.
Am getting the following error in the Create PDF node.
???contents.error.alertMsg???
Error Text: U+000A ('controlLF') is not available in the font Helvetica, encoding: WinAnsiEncoding
Am using the following expression to generate PDF contents
a!localVariables(local!text: "Firstname Vikrant " & char(10) & "Lastname Bhardwaj " & char(10) & "Address 100 NW AVE " & char(10) & "City Irving " & char(10) & "Zipcode 12345 "&char(10) & "Country USA",'type!{urn:appian:ps:pdftools}PdfContent'( sections:{ 'type!{urn:appian:ps:pdftools}PdfSection'( style:'type!{urn:appian:ps:pdftools}PdfStyle'( font:"Times New Roman" ), components: { 'type!{urn:appian:ps:pdftools}PdfText'( value:local!text ) } ) }))
Please let me know how to resolve it.
Thanks,