Give us feedback
pdf-helper
Service icon

PDF Helper

icon_trusted
Stable version 1.0.11 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded on 7 Jun by 
4.9
 (9 ratings)
pdf-helper

PDF Helper

Details
This extension contains very commonly used actions for PDF like: Add watermark, Print number on PDF, Get PDF Comments, Read text from PDF, Merge multiple PDF and Compress PDF. Uses iTextSharp Package.
Read more

This extension contains very commonly used action for PDF like:

  • PDFSecurityCheck: Validates if a PDF contains JavaScript.
  • AddText: Adds text to a PDF.
  • AddTextWatermarkInPDF_Memory: Adds watermark text in PDF using memory.
  • AddTextWatermarkInPDF_TempPath: Adds watermark text in PDF using a temporary path.
  • CompressPDF: Compresses a PDF file.
  • ExtractImagesFromPDF: Extracts images from a PDF.
  • GenerateThumbnail: Generates a thumbnail from a PDF.
  • GetPDFAnnotation: Retrieves annotations from a PDF.
  • JoinPDF: Merges multiple PDF files.
  • PrintPageNumber: Adds page numbers to a PDF.
  • ReadTextFromPDF: Reads text from a PDF.


Release notes (1.0.11)

New Features:

  • PDFSecurityCheck: Introduced a new method that validates if an existing PDF file contains embedded JavaScript. This method helps developers identify potential security risks by checking for scripts within the PDF. It returns a Boolean indicating whether the PDF is free of any potentially malicious scripts.


Enhancements:

  • Added descriptions to all methods and their respective parameters for improved clarity and ease of use.
License (1.0.11)

AGPL License (https://en.wikipedia.org/wiki/GNU_Affero_General_Public_License)

Reviews (2)
by 
2023-10-05
in version 1.0.10
This is an amazing component
- Easy to marge binary content
by 
2023-01-13
in version 1.0.7
Helpful component.
Team